/* CONTENIDOS ///////////////////////////////////////////////// */
#contenidos {
	width: 920px;
	height: 268px;
	border: solid 1px #7E86A4;
	border-top: solid 1px #fff;
}


/* FORMUALRIO DE CONTACTO ///////////////////////////////////////////////// */
#contactar {
	float:left;
	width: 290px;
	height:265px;
	background-image:url(../imagenes/fondo-buscador.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#contactar p {
	margin:  5px 0 0 10px;

}

#contactar h1 {
	font-size: 16px;
	margin: 20px 0 0 15px;
}


#contactar form {
	padding-top:5px;
}


#contactar form p {
	line-height: 18px;
	font-weight:bold;
}

#contactar form p span {
	display: block;
	float: left;
	width: 110px;
	margin: 0; 
	padding: 0;
	line-height: 18px;
}
#contactar form p em {
	font-style: normal;
}

.casillas {
	width: 140px;
	border: 0;
	background-color: #FFFFFF;
	font-size: 12px;
	
}

#contactar form textarea {
	width: 250px;
	border: 0;
	background-color: #FFFFFF;
	font-size: 12px;
}


.boton-form{
	background-color: #FFFFFF;
	color:#000;
	width: 50px;
	height: 18px;
	font-size: 12px;
	font-weight:bold;
	margin: 0 5px 2px 200px;
	border: 0;
}

.gracias {
	margin: 10px;
}


/* MAPA GOOGLE ///////////////////////////////////////////////// */
#map {
	float:left;
	width: 390px;
	height:255px;
}


/* DATOS DE CONTACTO ///////////////////////////////////////////////// */
#datos-contacto {
	float: right;
	width: 225px;
	height:265px;
	padding-left: 10px;
	padding-right: 5px; 
}

#datos-contacto p {
	margin-top: 10px;
}

#datos-contacto img {
	border: 0;
}

#datos-contacto h1 {
	width: 225px;
	font-size: 14px;
	font-weight:bold;
	border-bottom: 1px solid #000000;
	margin-top: 60px;
	
}

