/* CSS Document */

fieldset{
	border:none;
	padding: 0;
	margin: 15px 0;
}

label{
	color: #02869A;
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}

input, select, textarea {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

input.boton {
	display:block;
	margin: 0 auto;
	width: auto;
}


/* ERRORES FORMULARIO */
.erroresFormulario {
	margin: 20px auto 10px auto;
	padding: 10px;
	border: dashed 1px #333;
	background-color: #D2EAEE;
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
}

.erroresFormulario .advertencia{
	color:#333;
}


/*BLOQUE DE LA DERECHA EN CONTACT US*/

#contenidoDcha {
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
}

#map {

	width: 260px;
	height:240px;
	border:solid 1px #ccc;
	margin-bottom: 20px;

}