/* CSS Document */

* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*---------------- CONTENIDO WEB -----------------------*/

#contenido .texto {
	font-size: 12px;
	color: #000000;
	float: left;
	padding-left: 150px;
	width: 460px;
	padding-top: 95px;
	line-height: 18px;
	padding-bottom: 60px;
}
#contenido .texto span.google {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	display:inline;
	font-style:italic;
}
#contenido .texto span {
	font-size: 22px;
	font-weight: bold;
	color: #4F5416;
	line-height: normal;
}


/*------------------- FORMULARIO CONTACTO -------------------*/

#form_contacto {
	width:586px;
	padding-left:25px;
	float: left;
	padding-bottom: 20px;
}
#form_contacto form {
	padding-top: 0px;
	display: block;
	float: left;
	width: 586px;
}
#form_contacto form .lbl_corto{
	display:block;
	float:left;
	width:204px;
	font-size: 11px;
	color: #000000;
	padding-bottom: 15px;
}
#form_contacto form .lbl_corto2{
	display:block;
	float:left;
	width:175px;
	font-size: 11px;
	color: #000000;
	padding-bottom: 15px;
}
#form_contacto form .lbl_largo{
	display:block;
	float:left;
	width:586px;
	font-size: 11px;
	color: #000000;
	padding-bottom: 15px;
}
#form_contacto form input {
	font-size: 11px;
	width: 170px;
	border: 1px solid #000000;
	padding: 2px;
	margin-top: 3px;
}
#form_contacto form select {
	font-size: 10px;
	float: left;
	width: 180px;
	margin-right: 17px;
	margin-bottom: 20px;
}
#form_contacto form .sin {
	margin-right:0px;
}
#form_contacto form textarea {
	font-size: 10px;
	width: 580px;
	height: 60px;
	border: 1px solid #000000;
	margin-top: 3px;
}
#form_contacto .nota {
	font-size: 9px;
	color: #4F5416;
	padding-left: 0px;
	width: 580px;
	text-align: justify;
	clear: both;
	padding-top: 10px;
	padding-bottom: 15px;
}
#form_contacto a {
	display: block;
	float: right;
	background-image: url(../_img/boton_formulario.jpg);
	width: 80px;
	text-align: center;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #334D1B;
	padding-top: 8px;
	padding-bottom: 10px;
}
#form_contacto .respuesta_mail {
	font-size: 12px;
	color: #000000;
	float: left;
	padding-left: 0px;
	width: 586px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 80px;
}