
#contenedora_popup{
	border:2px solid #cccccc;
	background-color:#fff;
	margin:1em;
	padding:1em;
}

#contorno{
	margin:20px auto;
	width:970px;
}

#idiomas{
	width:100%;
	text-align:right;
}
#idiomas ul {
	margin-bottom:0.4em;
}
#idiomas ul li{
	display:inline;
	list-style-type:none;
	margin-left:0.5em;
}
#idiomas ul li a{
	font-weight:bold;
	text-decoration:none;
	color:#6F6F6D;
}
#idiomas ul li.active a{
	font-weight:normal;
	text-decoration:underline;
	color:#006234;
}

#contenedora{
	width:100%;
	border:2px solid #cccccc;
	background-color:#fff;
	float:left;
}

#header{
	width:100%;
	height:111px;
	background:url(../../img/public/header-bg.gif) repeat-x;	
}

#logo{
	width:200px;
	float:left;
}
#logo img{

	margin-top:8px;
	margin-left:15px;
}

#banner{
	float:right;
	width:585px;
}
#content{
	width:100%;
	float:left;
}

#content-left{
	width: 220px;
	float:left;
}

#content-right{
	width: 750px;
	float:right;
}
.dentro{
	margin:15px 25px;
	height:auto;
}

#navbar{

}

#navbar span.estasen{
	font-style:italic;
}

#menu-left{

}

#menu-left li{
	list-style-type:none;
	padding:0.5em 0;
	border-bottom: 2px dotted #B6B6B6;
	background:url(../../img/public/flecha-negra.gif) center left no-repeat;
	padding-left:10px;
	font-size:1.2em;
}
#menu-left li a{
	text-decoration:none;
	color:#333333;
}
#menu-left li a:hover{
	text-decoration:underline;
}
#menu-left li.active{
	text-decoration:none;
	color:#016533;
	font-weight:bold;
}

#content-right-content{
	margin-top:15px;
	margin-right:15px;
}

#footer{
	width:100%;
	clear:both;
	text-align:center;
	margin:0.8em 0;
	float:left;
}
#footer ul li{
	list-style-type:none;
	display:inline;
	padding:0 0.5em;
	font-size:0.9em;
}
#footer ul li a{
	color:#016034;
}


/*********** ELEMENT BUSCADOR ******/
#bloque-buscador{
	text-align:center;
	padding:10px;
	color:#6C6C6C;
}

#bloque-buscador .cuadro{
	width:600px;
	height:104px;
	background:url(../../img/public/buscador-home-medium.gif) repeat-x;
	margin:0px auto;
}
#bloque-buscador .cuadro .left{
	background:url(../../img/public/buscador-home-left.gif);
	width:12px;
	height:104px;
	float:left;
}
#bloque-buscador .cuadro .medium{
	width:576px;
	float:left;
	padding:10px 0;
}
#bloque-buscador .cuadro .right{
	background:url(../../img/public/buscador-home-right.gif);
	width:12px;
	height:104px;
	float:right;
}
#bloque-buscador .buscar{
	padding:10px;
	clear:both;
	text-align:center;
}

.labelinput-buscador{
	width:260px;
	float:left;
	padding: 0px 10px 0px 15px;
	margin: 2px 0px 9px 0px;
	text-align:left;
}

.labelinput-buscador label{
	font-size:1em;
	float:left;
	padding-top:2px;
}
.labelinput-buscador input{
	font-size:1em;
	height:18px;
	width: 80px;
	float:right;
	margin:0;
	border:1px solid #ccc;
	background-color:#F1F5FE;
}
.labelinput-buscador select{
	font-size:1em;
	width: 160px;
	float:right;
	margin:0;
	background-color:#F1F5FE;
	border:1px solid #ccc;
}


#bloque-buscador_ref{
	text-align:center;
	padding:10px;
	color:#6C6C6C;
}
#bloque-buscador_ref .buscar{
float:left;
font-size:1.2em;
font-weight:bold;

}
.labelinput-buscador_ref{
	width:160px;
	float:left;
	padding: 0px 10px 0px 32px;
	margin: 2px 0px 9px 0px;
	text-align:left;
}
.labelinput-buscador_ref label{
	font-size:1.2em;
	float:left;
	padding-top:2px;
}
.labelinput-buscador_ref input{
	font-size:1.2em;
	height:18px;
	width: 80px;
	float:right;
	margin:0;
	border:1px solid #ccc;
	background-color:#F1F5FE;
	margin-left:5px;
}
/*********** FIN ELEMENT BUSCADOR ******/


/*********** BUSCADOR ******/
#buscador-loading{
	text-align:center;
	padding:2em;
}

#buscador-resultados{
	text-align:center;
}

#paginador-tabla{
	padding:10px 0px;
	width:100%;
	text-align:left;
}

#paginador-tabla th{
	padding:8px 5px;
	background-color:#f6f6f6;
}

#paginador-tabla td{
	padding:2px 5px 0px 5px;
	border-bottom:1px dotted #ccc;
	height:25px;
}
#paginador-tabla td img{
	margin-top:2px;
}

#paginador-contador {
	text-align:left;
	padding:0.5em 0;
}
#paginador-navegador {
	text-align:left;
	padding:0.5em 0;
}
/*********** FIN BUSCADOR ******/



/*********** FICHA INMUEBLE ******/
#ficha-volver{
	padding:5px;
	background-color:#f6f6f6;
	border:1px solid #ccc;
	margin:0px auto;
	text-align:center;
	font-size:1.1em;
	margin-bottom:10px;
}
#ficha-descripcion{
	float:left;
	width:390px;
	padding-top:10px;
}
#ficha-descripcion p{
	text-align:justify;
	margin:10px 0;
}

#ficha-descripcion .titulo{
	font-weight:bold;
	text-decoration:underline;
}
#ficha-descripcion .dato{
	float:left;
	padding:5px 10px 5px 0;
	width:47%;
}
#ficha-descripcion .datoprecio{
	float:left;
	padding:5px 10px 5px 0;
}
#ficha-descripcion .datoprecio .precio{
	font-size:2em;
	color:#990099;
	font-weight:bold;
}

#ficha-localizacion{
	float:right;
	width:260px;
	padding-top:10px;	
}
#ficha-localidad {
	float:left;
	margin:5px 0;
	font-weight:bold;
}
#ficha-contornomapa {
	clear:both;
	border:1px solid #eeeeee;
	height:200px;
	text-align:center;
}
#ficha-contornomapa .no-disponible {
	margin: 50px auto;
	padding:10px;
	font-style:italic;
	
}
#ficha-gmap{
	border:0px solid #ccc;
}

#ficha-fotos{
	padding-top:10px;	
}

#ficha-contacto{
}

#ficha-contacto p{
	margin-top:1em;

}
#ficha-contacto .msgcontacto{
	margin:1em 0em;
	padding:1em;
	background-color:#FFFFCC;
	border:1px dotted #666666;
}

#ficha-contacto fieldset.contacto{
	margin: 0px auto;
	padding:0.4em;
	padding-bottom:1em;
	margin-top:2em;
	
}
#ficha-contacto fieldset.contacto p{
	margin-bottom:1em;
	text-align:left;
}

#ficha-contacto fieldset.contacto label{
	width:14em;
	text-align:right;
	float:left;
	margin-right:0.5em;
}

#ficha-contacto fieldset.contacto input{
	border:0;
	border-bottom:1px dotted #cccccc;
	width:30em;
}

#ficha-contacto fieldset.contacto textarea{
	border:1px dotted #cccccc;
	width:30em;
}

#ficha-contacto fieldset.enviar p{
	text-align:center;
}

/*********** FIN FICHA INMUEBLE ******/


/*********** NUESTRA EMPRESA ******/
p img.foto{
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}


/*********** PROMOCIONES ******/
div.index-promocion{
	width:330px;
	float:left;
	margin-bottom:15px;
}

div.index-promocion .descripcion{
	float:right;
	width:215px;
}

div.index-promocion .foto{
	float:left;
}

div.index-promocion img{
	border:1px dotted #ccc;
}

div#promocion-volver{
	text-align:center;
	padding:10px;
	font-weight:bold;
	margin:5px 0px;
}
div#promocion-left{
	float:left;
	width: 382px;
}
div#promocion-right{
	float:right;
	width: 285px;
}

div#promocion-left h3, div#promocion-right h3{
	margin-top:15px;
}

div#promocion-fotogrande img{
	border:1px dotted #ccc;
}

div#promocion-thumbs img{
	border:1px dotted #ccc;
	margin: 10px 0px 0px 0px;
	padding:5px;
}

div#promocion-contornomapa {
	clear:both;
	border:1px solid #eeeeee;
	height:150px;
	text-align:center;
}

div#promocion-precio{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding:10px;
	background-color:#eee;
	font-size:2.4em;
	font-weight:bold;
	color:#CC0000;
	margin:5px 0px;
	
}
div#promocion-precio span{
	font-size:11px;
}
/*********** FIN PROMOCIONES ******/

/*********** CONTACTO *****/
#mapa-contacto{
	float:right;
	width:49%;
}

#formulario-contacto{
	float:left;
	width:49%;
}

#formulario-contacto.ayudanos{
	width:30em;
	float:none;
	margin: 0em;
}

#formulario-contacto p{
	margin-top:1em;

}
#formulario-contacto .msgcontacto{
	margin:1em 0em;
	padding:1em;
	background-color:#FFFFCC;
	border:1px dotted #666666;
}

#formulario-contacto fieldset.contacto{
	margin: 0px auto;
	padding:0.4em;
	padding-bottom:1em;
	margin-top:2em;
	text-align:center;
	
}
#formulario-contacto fieldset.contacto p{
	margin-bottom:1em;
	text-align:center;
}

#formulario-contacto fieldset.contacto label{
	width:4em;
	float:left;
	text-align:right;
	margin-right:0.5em;
}
#formulario-contacto.ayudanos fieldset.contacto label{
	width:4em;
	float:left;
}
#formulario-contacto fieldset.contacto input{
	border:0;
	border-bottom:1px dotted #cccccc;
	width:24em;
}

#formulario-contacto fieldset.contacto textarea{
	border:1px dotted #cccccc;
	width:24em;
}

#formulario-contacto fieldset.enviar p{
	text-align:center;
}

/*********** FIN CONTACTO *****/


#random-pisos-list{

}
#random-pisos-list ul{
	list-style-type:none;
}
#random-pisos-list ul li{
	list-style-type:circle;
	margin-top:0.5em;
	margin-left:1.5em;
}
#random-pisos-list ul li a:link{
	text-decoration:none;
}

#escaparate{ margin:20px; margin-top:40px}

#carousel{ margin-top:10px}



