#contenidos {
	clear:both;
	width: 940px;
	height: 415px;
	margin: 0 auto;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	
}

#titulo {
	width: 430px;
	height: 25px;
	padding-top:5px;
	background-color:#000000;
	padding-left: 10px;
}
#titulo h1 {
	
	font-family: "Trebuchet MS";
	color:#F72D00;
	font-size: 16px;
	font-weight:bold;
	padding-left:10px;
	border-left: 5px solid #fff;
}


#buscador {
	float:left;
	width: 940px;
	height: 60px;
	background-image:url(../imagenes/fondo-buscador.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
		
}


#buscador form {
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight:bold;
	color:#F72D00;
	margin: 5px;
	padding:5px;
	
}

#buscador select {
	width:140px;
	margin: 2px;
	margin-left: 5px;
}
 
.boton-form {
	background-color: #F72D00;
	color: #fff;
	font-weight:bold;
	font-size: 14px;
	border: 1px solid #F72D00;
	margin-top: 5px;
}

/* datos de contacto ///////////////////////////////////////////// */

#contacto {
	float:left;
	width: 350px;
	height: 310px;
	margin: 5px;
	
}

#contacto p, #map p {
	font-size:12px;
	font-weight:bold;
	padding-bottom: 10px;
}

#contacto strong, #map strong  {
	color:#F72D00;
}

#contacto a, #map a {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

#contacto a:hover, #map a:hover {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#titulo2 {
	width: 340px;
	height: 20px;
	padding-top:5px;
	background-color:#000000;
	padding-left: 10px;
}
#titulo2 h1 {
	
	font-family: "Trebuchet MS";
	color:#F72D00;
	font-size: 12px;
	font-weight:bold;
	padding-left:10px;
	border-left: 5px solid #fff;
}
/* formulario ///////////////////////////////////////////// */

#formulario {
	width: 350px;
	background-color:#FDD5CC;
	height:210px;
	

}

#contenidoform {
	font-size: 12px;
	color:#868B8A;
	text-align:right;
	margin: 5px;
	vertical-align: text-top;
}

.celdas_form {
	border: 1px solid #ED6E00;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	margin:2px;
}

.boton-form{
	background-color: #F72D00;
	color: #fff;
	font-size: 12px;
	border: 1px solid #F72D00;
	margin:2px 5px 2px 2px;
}

.confirmacion {
	margin: 5px;
}	
/* mapa de google ///////////////////////////////////////////// */

#map {
	float:right;
	width: 565px;
	height: 310px;
	margin: 5px;
}