@import url("_texto.css");
@import url("_grecogres.css"); 

html>body div#div_superior{overflow:hidden;} 
* html div#div_superior{height:1%;} 

#div_superior {
	border:0px dotted red
}

	#div_texto_destacado {
		width:383px;
		margin-right:15px;
		float:left;
	}
	
	.capa_filtro {
		width:184px;
		float:left;
	}
		.capa_filtro p {
			margin-bottom:0;
		}
	#div_filtro_2 {
		border-left:1px dotted #cccccc;
		margin-left:7px;
		padding-left:7px;
	}

html>body div#div_info_listado{overflow:hidden;} 
* html div#div_info_listado{height:1%;} 
#div_info_listado {
	background-image:url(../img/fondo_info_listados.gif);
	background-position:center;
	background-repeat:repeat-x;
}

	#div_paginacion {
		border:0px dotted blue;
		float:left;
		background-color:#fff;
		padding-right:5px;
	}
	#div_filtro_seleccionado {
		border:0px dotted red;
		float:right;
		background-color:#fff;
		padding-left:5px;
	}

html>body div#div_contenido_mosaico{overflow:hidden;} 
* html div#div_contenido_mosaico{height:1%;} 
#div_contenido_mosaico {
	margin-top:30px;
	margin-right:1px;
	border:0px dotted red;
	
}
	html>body div.elemento_mosaico{overflow:hidden;} 
	* html div.elemento_mosaico{height:1%;} 
	.elemento_mosaico {
		width:383px;
		width:375px;
/*width:381px;*/
		margin-bottom:30px;
		padding-right:15px;
		float:left;
		border:0px dotted red
	}
	.elemento_mosaico.derecha {
		padding-right:15px;
	}
	.elemento_mosaico.oculto {
		display:none;
	}
		.mosaico-izquierda {
			width:184px;
			float:left;
			padding-bottom:5px;
		}
		.mosaico-derecha {
			float:right;
		}