/* CSS Document */

/* basic elements */
body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1B1F;
	background-color: #130B90;
	background-image: url(../images/fondo.gif);
	background-repeat: repeat-x;
	cursor:default;
}

p{
	text-align:justify;
}
/* specific divs */

#encabezado{
	height:101px;
	width:100%;
	background-image: url(../images/encabezado_fondo.gif);
	background-repeat: repeat-x;
	background-color: #FF9F35;
}

#contencabezado{
	width:780px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#contencabezado h1{
	padding:0;
	margin:0;
}

#contencabezado h1 .inmobiliaria{
	padding:0;
	margin:0;
	color: #130B90;
	font-size: 25px;
	line-height: 30px;
}

#contencabezado h1 a{
	background-image: url(../images/logo_enca.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	text-decoration:none;
	color: #130B90;
	
	padding-top:28px;
	padding-left:81px;
	font-size: 36px;
	line-height: 30px;
	float:left;

}

#contencabezado #lema{
	margin-left:325px;
	padding-right:10px;
	background-image: url(../images/fondo-lema3.gif);
	background-repeat: no-repeat;
	height:27px;

}

#contencabezado #lema h2{
	padding:0;
	margin:0;
	margin-left:120px;
	color: #FFFFFF;
	background-color:#130B90;
	font-weight:normal;
	text-align:right;
	font-size:14px;
	line-height:25px;
	width:300px;
}

#menu{
	float:right;
	padding-top:45px;
	padding-bottom:10px;
}

#menu ul{
	list-style:none;
	color: #130B90;
	margin:0;
	padding:0;
	font-size: 14px;
}

#menu li{
	display:inline;
	padding-left:10px;
	padding-right:10px;
}

#menu li.seleccionado{
	border: 1px solid #FFF;
	padding:4px;
	color: #130B90;
}

#menu li a{
	padding:5px;
	text-decoration:none;
	color: #130B90;
}

#menu li a:hover{
	border: 1px solid #130B90;
	padding:4px;
	color: #130B90;
}


#contenido{
	clear:both;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	/*height:600px;*/
	padding-top: 20px;
	/*background-color:#FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #828282;
	border-left-color: #828282;*/
}

#contenido #imagen{
	clear:both;
	margin-top:20px;
	margin-bottom:40px;
	height:156px;
}

#pie{
	clear:both;
	/*height:45px;*/
	margin-top:40px;
	background-color: #828282;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
}

#pie a{
	color: #1B1B1F;
}

#pie a:hover{
	color:#FFF;
}

#cuadroprecio{
	width:777px;
	height:60px;
	background-image: url(../images/cuadro-central.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding:10px;
	float:left;
}

#cuadro1{
	width:780px;
	height:220px;
	background-image: url(../images/fondo1____.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding:10px;
	float:left;
}

#cuadro1 ul{
	list-style:none;
	font-size:14px;
	font-weight: bold;
	color: #74420C;
	margin:0;
	padding:0;
}

#cuadro1 ul li{
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:43px;
	margin-left:79px;
}

li#personalizado{
	background-image: url(../images/personalizado.gif);
	background-repeat: no-repeat;
	background-position: 7px;
}
li#cercania{
	background-image: url(../images/cercania.gif);
	background-repeat: no-repeat;
}
li#transparencia{
	background-image: url(../images/transparente.gif);
	background-repeat: no-repeat;
}

#cuadro2{
	width:780px;
	height:220px;
	background-image: url(../images/fondo2____.gif);
	background-repeat: no-repeat;
	margin-top: 10px;	
	padding:10px;
	float:left;
}

.oferta{
	width:200px;
	float:left;
	text-align:center;
	margin-left:35px;
	margin-right:10px;
	margin-top:10px;
}

.oferta img{
	border: 1px solid #FF9F35;
}	

#cuadrocontenido{
	width:780px;
	margin-top:70px;
}

#cuadrotop{
	height:20px;
	background-image: url(../images/cuadro-top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#cuadrobottom{
	height:20px;
	background-image: url(../images/cuadro-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#cuadromedio{
	background-image: url(../images/cuadro-medio.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color:#FFFFFF;
	padding:15px;
}

.imaliderecha{
	float:right;
	margin:5px;
	border: 2px solid #828282;
	/*text-align:right;*/
}
.imalizquierda{
	float:left;
	margin:5px;
	/*border: 2px solid #74420C;*/
	/*text-align:right;*/
}
.ofileft{
width:33%;
float:left;
}
.ofiright{
width:66%;
float:right;
}
.clear{
clear:both;
}
.borde{
border: 2px solid #828282;
}
.bordenara{
border: 1px solid #FF9F35;
}
a{
color: #1B1B1F;
}
a:hover{
color: #130B90;
}

.icofi{
	margin-right:3px;
}

.icolupa{
	margin-left:3px;
	margin-bottom:-2px;
	border:none;
}

table#tableinmuebles{
	width:100%;
	border-collapse:collapse;
}

table#tableinmuebles td{
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#FF9F35;
	/*padding: 2px;*/
	
}

table#tableinmuebles th{
	text-align:center;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#FF9F35;
	/*padding: 2px;*/
	background-color: #FF9F35;
	color: #130B90;
	height:35px;
	line-height:35px;
}

table#tableinmuebles tr:hover{	
	background-color:#FFFFCC;
}

#cfoto{
	width:60px;
}

#cmetros{
	width:50px;
}

#cprecio{
	width:100px;
}

#cref{
	width:60px;
}

table#tableinmuebles img{
	border:none;
	vertical-align:middle;
	padding-top:1px;
	padding-bottom:1px;
}
acronym{
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1B1B1F;
}
#datosinm{
	width:290px;
	float:left;
}
#fotosinm{
	width:450px;
	float:right;
}
#datospromo{
	width:220px;
	float:left;
}
#fotospromo{
	width:520px;
	float:right;
}
#volver{
	margin-top:15px;
	padding-top:15px;
	text-align:center;
	clear:both;
}
#volver a{
	background-image: url(../images/volver.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
}

table.datos{
	border-collapse:collapse;
	margin-bottom:15px;
	width:100%;
}

table.datos td, table.datos th{
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#FF9F35;
	height:25px;
}
table.datos th{
	width:100px;
	padding-left:10px;
}
table.datos caption, p.observaciones{
	text-align:center;
	background-color: #FF9F35;
	color: #130B90;
	font-weight:bold;
}
table.datos tr:hover{	
	background-color:#FFFFCC;
}

#fotos img{
	border: 1px solid #FF9F35;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
}
#fotosinm #map{
	clear:both;
	margin-left:10px;
	margin-bottom:10px;
	width:431px;
	height:225px;
}

#fotospromo #map{
	clear:both;
	margin-left:10px;
	margin-bottom:10px;
	width:500px;
	height:200px;
}
h3{
	margin-top:0;
	margin-bottom:8px;
	padding-top:0;
	font-size:16px;
	color:#130B90;
}
#ulservicios{
	list-style-image:url(../images/ok.gif);
}

#ulservicios li{
	padding:5px;
	padding-left:0;
	font-weight:bold;
}
table.info{
	margin: auto;	
	border-collapse:collapse;
	
	margin-bottom:40px;
}

table.info caption{
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}

table.info th, table.info td{
	text-align: left;
	vertical-align: top;	
	padding: 4px;
	border: 1px solid #FF9F35;	
}
#formulario{
	width: 400px;
	margin: auto;
}

#formulario fieldset{
	border: 1px solid #FF9F35;	
	padding: 10px;
}

#formulario legend{
	color: #FF9F35;
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
}

#formulario p{  
	clear: left;  
	margin: 0;  
	padding: 0;  
	padding-top: 5px;
}

#formulario p label{  
	float: left;  
	width: 100px;  	 
}

#formulario input, #formulario textarea, #formulario select{
	border: 1px solid #FF9F35;
	color: #130B90;
	font-size: 12px;
	padding-left:3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.boton{
	text-align: center;
	background-color: #FFFFFF;	
	width: 150px;
	margin-left: 125px;	
}
#busqueda{
	color:#FFFFFF;
	background-color:#130B90;
	line-height:35px;
	padding-left:8px;
}
#busqueda select{
	margin-right:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:20px;
}

h3#h3busqueda, h3#h3listado{
	margin:0;
	padding:0;
	height:20px;
	width:150px;
	font-size:12px;
	background-repeat: no-repeat;
	color:#FFF;
	padding-left:33px;
	padding-top:9px;
}
h3#h3busqueda{
background-color:#130B90;
background-image: url(../images/busquedafondo.gif);
}
h3#h3listado{
background-image: url(../images/listadofondo.gif);
}
#listado{
	margin-top: 20px;
}
.imoferta{
	float:right;
	margin-left:-55px;
}
.imoferta2{
	margin-bottom:-8px;
	margin-left:-5px;
	margin-right:-12px;
}
#utilidades{
	margin-top:10px;
	text-align:center;
}
.promocion{
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#FF9F35;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	vertical-align:bottom;
	position:relative;
}
.promocion img{
	margin-right:15px;
	float:left;
	border:none;
}

.promocion h3{
	margin:0;
	padding:0;
	margin-top:-8px;
	
}

.promocion ul{
	margin-left:230px;
	list-style-image:url(../images/ok.gif);
	margin-top:8px;
	margin-bottom:8px;
}

.promocion li strong{
	color:#130B90;
}

.promocion .ultimas{
	background-color:#130B90;
	color:#FFFFFF;
	width:150px;
	height:37px;
	padding:5px;
	position:absolute;
	top:0px;
	left:560px;
	font-weight:bold;
	text-align:center;
	background-image: url(../images/ultima-fondo.gif);
	background-repeat: no-repeat;
}

.ultima{
	background-color:#130B90;
	color:#FFFFFF;
	width:200px;
	height:50px;
	padding:10px;
	font-weight:bold;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	font-size:17px;
	background-image: url(../images/ultimaa-fondo.gif);
	background-repeat: no-repeat;
}

p.pdf{
	text-align:center;
}

p.pdf a{
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;	
	padding-left:17px;
}