@charset "utf-8";
/* CSS Document */
.right h5{
background-image:url(../images/mail_accept.png);
background-position:right center;
background-repeat:no-repeat;
padding:40px;
}

#cform {
}

#cform h6 {
font-size:12px;
color:#6C6F70;
padding-top:0px;
margin:0px 10px;
}

table{
width:250px;
}

.rightcontacto {
float: right;
text-align: justify;
padding-left:10px;
padding-right:10px;
margin-top:40px;
width:400px;
}

div input {
	margin-top:0px;
	padding:1px;
	font-size:0.8em;
	color:#F5A907;
	}

html > body label {
	display:block;
	}

input {
	background:#6C6F70 none repeat scroll 0% 0%;
	border:1px solid #6C6F70;
	width:150px;
	}

select {
	background:#6C6F70 none repeat scroll 0% 0%;
	border:1px solid #6C6F70;
	width:200px;
	}

textarea {
	background-color:#6C6F70;
	border:1px solid #6C6F70;
	float: inherit;
	height:80px;
	width:250px;
	padding:1px;
	font-size:1em;
	color:#F5A907;
	}

input#submit {
	background-color:#6C6F70;
	color:#9B8F78;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	width:100px;
	height:23px;
	}

input#submit:active {
	background-color:#6C6F70;
	}

input:hover, textarea:hover {
	background:#6C6F70 none repeat scroll 0 0;
	border:1px solid #6C6F70;
	color:#F5A907;
	}

input:focus, textarea:focus {
	background-color:#6C6F70;
	border:1px solid #6C6F70;
	}
