/* ///////////////////////////////////// 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 select {
	width: 145px;
}
/* //////////////////////////////////////////// INICIO PRINCIPAL */
#principal {
	border-bottom: 3px solid #D47000;
	text-align: left;
}
#principal a {
	color: #fff;
	text-decoration: none;
}
#principal a:hover {
	color: #ccc;
}

#inmobiliaria, #nautica, #informatica {
	width: 298px;
	height: 292px;
	float: left;
}
#inmobiliaria {
	border-top: 2px solid #D47000;
	background-image: url(../imagenes/inmobiliaria-fondo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#inmobiliaria h2 {
	background-image: url(../imagenes/inmobiliaria-h2.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 24px;
}
#inmobiliaria p {
	margin-left: 15px;
}
p#enlaces {
	text-align: center;
	letter-spacing: 2px;
	margin: 8px 0 10px 0;
}
p#enlaces a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
p#quienessomos {
	color: #fff;
	text-align: justify;
	margin: 15px 15px 0 15px;
}
#nautica {
	border-top: 2px solid #00A5E7;
	margin: 0 2px 0 2px;
	background-image: url(../imagenes/nautica-fondo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#nautica h2 {
	background-image: url(../imagenes/nautica-h2.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 24px;
}
#informatica {
	border-top: 2px solid #B4D2AC;
	background-image: url(../imagenes/informatica-fondo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#informatica h2 {
	background-image: url(../imagenes/informatica-h2.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 24px;
}
#nautica p, #informatica p {
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin-top: 50px;
}
/* ///////////////////////// IDIOMAS //////////////////////////////////////////// */
h2#inmobiliariah2-en {
	background-image: url(../imagenes/inmobiliaria-h2-en.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 24px;
}
h2#nauticah2-en {
	background-image: url(../imagenes/nautica-h2-en.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 24px;
}
h2#informaticah2-en {
	background-image: url(../imagenes/informatica-h2-en.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 24px;
}
h2#inmobiliariah2-it {
	background-image: url(../imagenes/inmobiliaria-h2-it.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 24px;
}