/*
	Empresa:	Goma 3 Estudio Multimedia S.L.(www.goma3.es)
	Autor: 		Christian Schroeder
	Fecha:		30-10-2008
	
	Comentarios
	-----------
	Las reglas de esta página afecta sólo a las página con listados verticales.
	Carga las reglas de la hoja de estilo main.css y listados.css
	
*/

/* reglas principales y del layout */
@import "main.css";
/* reglas comunes a todos los listados */
@import "listados.css";

.list_item {
	width:308px;
	height:450px;
	float:left;
	margin:7px 0;
	margin-right:7px;
	padding:0;
}

.list_item img.main {
	width:308px;
	height:231px;
}

.list_item .text {
	padding:25px;
	height:175px;
	background-image:url(../imagenes/degradado-cajas.png);
	background-repeat:repeat-x;
	background-position:bottom left;
}

