@charset "UTF-8";

img, object, embed, video {max-width: 100%;}
.ie6 img {width:100%;}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

.zeroMargin_mobile 				{ margin-left: 0; }
.hide_mobile 							{ display: none; }

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

#top{
	background: url(../images/fondo_menu.jpg) no-repeat center / cover;
	height: 300px;
	width: 100%;
	}

#logotipo{
	width: 250px;
	float: left;
	margin-top: 100px;
	}

.cleare{
	clear: both;
	display: block;
}

body{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 14px;
	background: #022040;
	}

.mapa_flyer{ width:100%; padding:10px 0; font-size:13px; background:#369; display:table; position:absolute; bottom: 0px; z-index:200000;}

#bienvenido{
	color: #faba34;
	font-weight: 700;
	float: right;
	font-size: 25px;
	width: 500px;
	margin-top: 85px;
	}

.wrapper{
	width: 980px;
	margin: auto;
	}
	
#menu{
	background: #005c96;
	}

#menu{
	padding: 18px 0;
	}

#btns{
	width: 500px;
	float:left;
	margin-top: 5px;
	}

#btns ul li{
	display: inline;
	*display: inline-block;
	zoom: 1;
	padding: 0 20px 0 0;
	}

#btns a{
	color: #fff;
	font-size: 14px;
	}

#btns a:hover, #btns a.activo{
	color: #57cbf5;
	}

#amarillo, .amarillo{
	color: #faba34;
	}

#login{
	float: right;
	text-align: right;
    width: 460px;
	}

#login ul li{
	display: inline;
	*display: inline-block;
	zoom: 1;
	}

.input{
	border: 0;
	background: #102b4b;
	color: #fff;
	padding: 6px;
	font-size: 12px;
	}

#noticias_home{
	background: #102b4b;
	}

.noticias{
	color: #005c96;
	font-weight: 700;
	font-size: 30px;
	}

#w_noti{
	padding: 50px 0;
	}

#n_info{
	border-top: 1px solid #005c96;
	padding: 20px 0 0 0;
	}

.img_noticia{
	width: 133px;
	height: 100px;
	float: left;
	}

.txt_noti{
	float:right;
	width: 810px;
	color: #00aeef;
	position: relative;
	}

h2{
	color: #faba34;
	font-size: 18px;
	}

.titulo_noti{
	float:left;
	width: 600px;
	}

.fecha{
	color: #fff;
	float:right;
	}

#propiedades_venta{
	padding: 8% 0;
	}

#w_acordeon{
	padding: 28px 0 0 0;
	}

#footer{
	background: #373836;
	padding: 20px 0;
	color: #666;
	font-size: 12px;
	}

#flotante_foo{
	float: right;
	width: 123px;
	}

.flotante_propiedades{
	width: 30%;
	float: left;
	height: 330px;
	position: relative;
	margin: 0 15px;
	}

.titulo_prop{
	background: #005c96;
	bottom: 30px;
	font-size: 16px;
    padding: 15px;
    position: absolute;
    width: 252px;
	z-index: 10;
	}

.imagen_prop{
	height: 201px;
    position: absolute;
    width: 282px;
	z-index: 1;
	}

.overlay{
	background: rgba(2,32,64,0);
	height: 201px;
    position: absolute;
    width: 282px;
    z-index: 2;
	
	-webkit-transition: all .3s ease-in 0s;
	-moz-transition: all .3s ease-in 0s;
	-ms-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
	}

.flotante_propiedades:hover .overlay{
	background: rgba(2,32,64,0.8);
	}

.mas{
	bottom: 59px;
    height: 36px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 282px;
    z-index: 3;
	opacity: 0;
	
	-webkit-transition: all .3s ease-in 0s;
	-moz-transition: all .3s ease-in 0s;
	-ms-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
}

.flotante_propiedades:hover .mas{
	opacity: 1;
	}

.titulo_prop .azul{ color: #00aeef}
.titulo_prop .amarillo{ color: #faba34}

#ver_todas{
	background: #faba34;
	color: #022040;
    display: block;
    margin: 21px 0 0;
    padding: 10px;
    text-align: center;
    width: 80px;
	}


#avisosp{
	padding: 80px 0 40px 0;
	}

#avisosp h1:nth-child(1){ color: #005c96; }
#avisosp h1{ color: #47c7ee; }

#contacto {padding: 100px 0}
.f_input {
	border: 0;
	width: 265px;
	padding: 11px;
	margin-bottom: 5px;
	background: #000e2b;
	color: #47c7ee;
	}
	
#formulario_contacto{
	width: 300px;
	float:left;
	}

#datos_con					{ margin: 0px 0 0 10px; width: 250px; float:left}

#noti{
	padding: 8% 0;
	position:relative;
	}
	

#controlador{
	position: absolute;
    right: 0;
    top: 109px;
	}

.flotante_noti{
	width: 280px;
	float: left;
	height: 270px;
	background: #ccc;
	position: relative;
	margin: 0 15px;
	}

.flotante_noti:hover .mas{
	opacity: 1;
	}

.flotante_noti:hover .overlay{
	background: rgba(2,32,64,0.8);
	}

#contenedor_noti{
	background: #005c96;
	padding-bottom: 20px;
	}

#contenedor_noti p{
	padding: 10px 30px;
	}

.wrapper_noti{
	width: 700px;
	margin: auto;
	}

#img_noti_detalle{
	height: 250px;
	margin-bottom: 20px;
	}

h4 span{ color: #faba34}
h4 span:nth-child(2){ color: #005c96}

#w_detalle dt a#descripcion_gral 		{ background: url(../images/bg_descripcion_g.png) no-repeat #004574 20px 15px; }
#w_detalle dt a#ubi 					{ background: url(../images/bg_ubi.png) no-repeat #004574 20px 15px; }
#w_detalle dt a#docu 					{ background: url(../images/bg_docu.png) no-repeat #004574 20px 15px; }
#w_detalle dt a#exp 					{ background: url(../images/bg_exp_legal.png) no-repeat #004574 20px 15px; }

#w_detalle dt{ margin-bottom: 5px}
#w_detalle dd{ margin: 30px 0}

#w_detalle dt a{
	display: block;
	background: #47c7ee;
	padding: 16px 0 16px 60px;
	color: #fff;
	text-decoration: none;
	}

.wrapper_prop{
	width: 800px;
	margin: auto;
	}

.wrapper_prop_pre{
	width: 990px;
	margin: auto;
	}

#pre_descr{
	width: 600px;
	float:left;
	margin-right: 20px
	}

#pre_descr p{
	margin-top: 22px;
	}

.cuadros_dos_list{
	width: 300px;
	float: right;
	}

#nav li a{
	background: #005c96;
	margin-bottom: 6px;
    padding: 12px;
	display: block;
	}

dt a{
	background: #ccc}

.btn a{
	background: #005c96;
	margin-bottom: 6px;
    padding: 12px;
	display: block;
	}

.btn a:hover, #nav li a:hover{
	background: #001835;}

.detalle_img{
	float: left;
    height: 380px;
    width: 390px;
	}

.flotante_acor_uno{
	width: 397px;
	float: left;
	margin-right: 6px
	}

.flotante_acor{
	width: 397px;
	float: left;
	}

#detalle_completa{
	float: right;
	width: 390px;
	}

.tit_domi{
	 color: #faba34;
	 font-weight: 700;
	 font-size: 16px;
}

.lista_detalle li{
	padding: 10px 0;
	border-top: 1px solid #004574;
	border-bottom: 1px solid #004574;
	}

.w_faq{
	border-bottom: 1px solid #005c96;
    padding: 15px;
	}

.respuesta{ color: #57cbf5}







@media only screen and (min-width: 481px) {

	.gridContainer 						{ width: 90.675%;padding-left: 1.1625%;padding-right: 1.1625%;clear: none;float: none;margin-left: auto; }
	.zeroMargin_tablet 				{ margin-left: 0; }
	.hide_tablet 							{ display: none; }

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	.gridContainer 					{ width: 88.5%;max-width: 1232px;padding-left: 0.75%;padding-right: 0.75%;margin: auto;clear: none;float: none;margin-left: auto; }
	.zeroMargin_desktop 		{ margin-left: 0; }
	.hide_desktop 					{ display: none; }
	
}