/* 
###################################################################
########### ESTILOS INDEX WEB GRUPO BAYO ##############
###################################################################
*/


/* CONTENIDOS */
/* bienvenida*/

#bienvenida{
	text-align:justify;
	margin-bottom:15px;
}

/* bienvenida*/

/* promociones*/

.promocion_listado em{
	display:none;
}

/* promociones */

/* ppal */

.buscador{
	display:block;
	float:left;
	margin-bottom:15px;
}

#ppal .buscador h1{
	background-image:url(../maq/h1_rojo_bg.gif);
}

.buscador div{
	display:block;
	float:left;
	clear:both;
	width:100%;
	margin-bottom:5px;
}

.buscador div.grande{
	/*width:414px;*/
	width:100%;
}

.buscador div.med{
	clear: none;
	width:50%;
}

.buscador div.peque{
	clear: none;
	width:33%;
}


.buscador label{
	display:block;
	float:left;
	width:90px;/*95*/
	height:18px;
	margin-left:5px;
}


.buscador input,.buscador select{
	/*display:block;*/
	float:left;
	width:98%;
	height:20px;
	border:#cccede 1px solid;
}

.buscador label.peque{
	width:45px;
	margin-top:5px;
	margin-right:5px;
}

.buscador input.peque{
	border:none;
	width:10px;
	margin-right:20px;
}

.buscador select.grande{
	width:315px;
}


.buscador .btn_base{
	margin-right:5px;
}


/********************************************************************************/

#ppal .inmuebles{
	display:block;
	float:left;
	margin-bottom:15px;
}




/* tablas */
.t_listado_inmuebles{
	display:block;
	float:left;
	width:415px;
	margin-bottom:10px;
	font-size:11px;
}


.t_listado_inmuebles a{
	text-decoration:none;
	color:#2d3277;
}

.t_listado_inmuebles img{
	border:none;
}


.t_listado_inmuebles .fila_listado_impar{
	height:25px;
	background-color:#fff7e1;
}

.t_listado_inmuebles .fila_listado_par{
	height:25px;
	background-color:#ffffff;		
}


.t_listado_inmuebles .fila_listado_over{
	height:25px;
	cursor:pointer;
	color:#555555;
	background-color:#f4f5f8;
}


.t_listado_inmuebles .fila_listado_over a{
	color: #555555;
}


.t_listado_inmuebles .fila_listado_over a:hover{
	color: #2d3277;
}


.t_listado_inmuebles th{
	height:25px;
	font-weight:bold;
	border-right:#2d3277 1px solid;
	text-align:center;
}

.t_listado_inmuebles th.left{
	text-align:left;
	padding-left:5px;
	border-left:#2d3277 1px solid;
}


.t_listado_inmuebles td{
	height:25px;
	border-bottom: #fff7e1 1px solid;	
	text-align:left;
	padding-left:10px;		
}

.t_listado_inmuebles td.centrada{
	text-align:center;
	padding-left:0px;
}


/* tablas */



#ppal .inmuebles .vermas{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	color:#c62a27;
	font-weight:bold;
}


/* ppal */

/* destacados */

#contenidos #dest img{
	margin-bottom:4px;
	border:none;
}


#contenidos #dest h1{
	margin-top:6px;
}


/* noticias */

.novedad_inicio{
	text-align:left;
	border-bottom:#cccede 1px solid;
	margin-bottom:12px;
	padding-bottom:10px;
}

.novedad_inicio .fecha{
	display:block;
	font-size:11px;
	color:#c62a27;
}

.novedad_inicio a{
	display:block;
	text-decoration:none;
	margin-top:5px;
}

/* noticias */

/* destacados */

/* popup */

#ventana_popup{
	position:absolute; 
	left: 200px; 
	top: 100px; 
	visibility: hidden; 
	z-index:10001;
	margin:0px;
	padding:0px;
	border:#FFF 2px solid;
	background-color:#FFF;
}

/* popup */
/* CONTENIDOS */
