*{
	margin:0px;
	padding:0px;	
	list-style-type:none;
	font-family:"Tahoma","Arial";
}
html{
	height:100%;
}
body{
	height:100%;
	font-size:10px;
	background-color:#4B74A3;
	background-image:url(/img/fnd-body.gif);
	background-repeat:repeat-x;	
}
hr,h1{
	display:none;
}
img{
	border:0;
	padding:0;
}
a{
	color:#FE771E;
	text-decoration:none;
}
a:hover{
	color:#CE5402;
}
div.pusher{
	clear:both;
	height:0px;
	overflow:hidden;
}
div.error{
	border:1px #f00 solid;
	padding-bottom:1.5em;
	margin-bottom:1.2em;
}
div.error h3{
	background-color:#f00;
	padding:0.3em 6px 0.3em 6px;
	margin-bottom:1.2em;
	color:#fff;
	font-size:1.3em
}
div.error p{
	padding:0 15px 0.1em 15px;
	font-size:1.2em;
	color:#f00;
}
div#wrapper{
	background-image:url(/img/fnd-wrapper.png);
	background-repeat:repeat-y;
	background-position:center;
}
div#sup{
	background-image:url(/img/fnd-superior.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:53px;
}
div#inf{
	height:50px;
	background-image:url(/img/fnd-inf.png);
	background-repeat:no-repeat;
	background-position:center top;
}
div#contenedor{
	width:762px;
	min-height:300px;
	padding:3px;
	margin:0 auto;
	margin-top:-16px;
}
ul#menu{
	background-image:url(/img/fnd-ul-menu.png);
	width:349px;
	padding:4px 0 0 15px;
	height:26px;
	margin-top:-33px;
	position:absolute;
}
ul#menu  span{
	display:none;
}
ul#menu li{
	float:left;
	height:26px;
}
ul#menu li a{
	display:block;
	height:26px;
	background-position:center top;
	background-repeat:no-repeat;
}
ul#menu li a:hover,
ul#menu li a.selected{
	background-position:center bottom;
}
a#btn-home{
	background-image:url(/img/btn-home.gif);
	width:51px;
}
a#btn-apartamentos{
	background-image:url(/img/btn-apartamentos.gif);
	width:82px;
}
a#btn-bungalows{
	background-image:url(/img/btn-bungalows.gif);
	width:76px;
}
a#btn-servicios{
	background-image:url(/img/btn-servicios.gif);
	width:70px;
}
a#btn-contacto{
	background-image:url(/img/btn-contacto.gif);
	width:66px;
}
div#links-extras{
	padding:1.5em 45px 1em 30px;
	text-align:right;
}
div#links-extras ul li{
	display:inline;
	padding-left:10px;
}
div#links-extras a{
	font-size:1.2em;
}
div#contenido{
	padding:0 30px 3em 30px;
}
div#home{
	background-color:#F5F5F5;
	margin:30px -30px 4em -30px;
	padding:1.5em 30px 1.5em 30px;
}
p#publicidad{
	background-image:url(/img/home-cartel.png);
	background-repeat:no-repeat;
	float:right;
	margin-top:-35px;
	margin-bottom:-40px;
	width:332px;
	height:233px;
}
p#publicidad strong{
	display:none;
}
div.columna-izq{
	float:left;
	width:338px;
}
div.columna-der{
	float:right;
	width:338px;
}
h2.title{
	height:30px;
	margin:0;
	padding:0;
	margin-bottom:0.9em;
	font-size:1em;
	background-repeat:no-repeat;
}
h2.title span{
	display:none;
}
#h2-home{
	background-image:url(/img/h2-home.gif);
	width:237px;
	margin-top:-45px;
	margin-bottom:25px;
}
#h2-entorno{
	background-image:url(/img/h2-entorno.gif);
	width:218px;
}
#h2-apartamentos{
	background-image:url(/img/h2-apartamentos.gif);
	width:114px;
}
#h2-bungalows{
	background-image:url(/img/h2-bungalows.gif);
	width:106px;
}
#h2-servicios{
	background-image:url(/img/h2-servicios.gif);
	width:93px;
}
#h2-contacto{
	background-image:url(/img/h2-contacto.gif);
	width:88px;
}
#h2-mapa{
	background-image:url(/img/h2-mapa.gif);
	width:133px;
}
div.columna-izq h3{
	color:#3D3D3D;
	font-size:1.3em;
	padding-bottom:0.5em;
}
div.columna-izq p{
	color:#313131;
	font-size:1.2em;
	margin:0;
	padding:0;
	padding-bottom:1.25em;
}
div.columna-der fieldset{
	border:2px #4B5D39 solid;
	padding:0 4px 0 4px;
	margin:0 auto;
}
div.columna-der fieldset legend{
	font-size:1.4em;
	font-weight:bold;
	color:#4B5D39;
	padding:0 4px 0 4px;
}
div.columna-der fieldset dl{
	padding:1.5em 7px 1.5em 11px;
}
div.columna-der fieldset dl dt label{
	font-size:1.1em;
	font-weight:bold;
	color:#4B5D39;
}
div.columna-der fieldset dl dd{
	padding:0.2em 8px 0.8em 0;
}
div.columna-der fieldset dl dd.requerido{
	background-image:url(/img/asterisco.gif);
	background-position:220px 3px;
	background-repeat:no-repeat;
}
div.columna-der fieldset dl dd span{
	display:none;
}
div.columna-der fieldset dl input,
div.columna-der fieldset dl textarea{
	border:1px solid #c3c3c3;
	color:#333;
	font-size:1.2em;
	padding:0.2em 3px 0.2em 3px;
	width:210px;
}
div.columna-der fieldset dl textarea{
	height:60px;
}

div.form-action button{
	cursor:pointer;
}
#form-contacto{
	margin:0 auto;
	background-color:#5D7545;
	border:2px #4B5D39 solid;	
	border-top:none;
}
#btn-enviar{
	background-color:#324124;
	font-size:1.1em;
	display:block;
	float:right;
	padding:3px 9px 3px 9px;
	color:#fff;
	border:none;
}
#btn-enviar:hover{
	background-color:#43572E;
}
#btn-enviar:active{
	background-color:#3D3D3D;
}
p.requerido{
	margin:0 auto;
	color:#333333;
}
ul.galeria{
	padding-top:30px;
}
ul.galeria li{
	padding:0 0 8px 8px;
	float:right;
}
ul.galeria li img{
	width:103px;
	cursor:pointer;
}
ul#mapa-sitio{
	padding-left:15px;
	font-size:1.3em;
}
ul#validadores{
	padding:3em 30px 0 30px;
}
ul#validadores span{
	display:none;
}
ul#validadores a{
	display:block;
	height:15px;
	float:left;
	background-repeat:no-repeat;
}
ul#validadores a:hover{
	background-position:bottom;
}
ul#validadores a#mayoral{
	background-image:url(/img/logo-mayoral.gif);
	width:21px;
	float:right;
}
#css{
	background-image:url(/img/css.gif);
	width:18px;
}
#xhtml{
	background-image:url(/img/xhtml.gif);
	width:30px;
	margin-right:12px;	
}
address{
	width:768px;
	margin:0 auto;
	font-style:normal;
	font-size:1.1em;
	padding:45px 0 10px 0;
	text-align:center;
	color:#B9DAFF;
}
a#plano{
	font-size:1.8em;
	padding-bottom:2em;
}
#map-cont{
	background-image:url(/img/vista-satelital.gif);
	background-repeat:no-repeat;
	padding-top:22px;
}
#map{
	border:2px #000 solid;
}
