/* ///////////////////////////////////// INICIO BUSCADOR */
#buscador {
	text-align: left;
	width: 898px;
	height: 146px;
	background-image: url(../imagenes/buscador-fondo.jpg);
	background-repeat: no-repeat;
	padding: 5px;

}
#buscador h3 {
	font-size: 26px;
	font-weight: normal;
	color: #D47000;
}
#buscador form {
	margin: 10px 0 0 50px;
	width: 250px;
	height: 125px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
	z-index: 1500;
	top: -70px;
	left: 260px;
	-moz-opacity: .75;
	opacity: .75;
	filter: alpha(opacity=75);
}
#buscador form p {
	line-height: 15px;
	margin-left: 25px;
}
#buscador form p span {
	display: block;
	float: left;
	width: 66px;
	margin: 0; padding: 0;
	line-height: 15px;
}
#buscador form p em{
	font-style: normal;
}
#buscador form input {
	height: 15px;
}
/* //////////////////////////////////////////// INICIO PRINCIPAL */
#principal {
	border-bottom: 3px solid #D47000;
	text-align: left;
}
#principal a {
	color: #fff;
	text-decoration: none;
}
#principal a:hover {
	color: #ccc;
}
/* ///////////////////////////////////////// INICIO CONTACTO */
#contenido-contacto {
	border-bottom: 2px solid #d47000;
}
#contenido-contacto h3{
	color: #D47000;
	margin-top: 15px;
}
#contenido-contacto a {
	color: #000;
	text-decoration: none;
}
#formulariocontacto {
	float: left;
	width: 230px;
}
#formulariocontacto p {
	margin-top: 25px;
}
#localizacion {
	float: right;
	width: 680px;
}
#map {
	padding: 5px;
	border: 1px solid #d47000;
	width: 670px;
	height: 230px;
}