/*
	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 la página de
	inicio.
	Carga las reglas de la hoja de estilo main.css 
	
*/

/* reglas principales y del layout */
@import "main.css";

.content {
	padding:7px 0;
}

.list_item {
	width:260px;
	height:300px;
	float:left;
	margin:7px 0;
	margin-right:7px;
	padding:25px;
	background-image:url(../imagenes/degradado-cajas.png);
	background-repeat:repeat-x;
	background-position:top left;
}

.list_item#last {
	margin-right:0;
}

.list_item#in_center h2 {
	color:#06f; /* azul celeste */
}

.list_item p {
	clear:both;
	margin-bottom:10px;
}

.list_item p span {
	color:#f90; /* amarillo anaranjado */
	font-style:italic;
}	

.list_item p a:hover {
	color:#06f; /* azul celeste */
	text-decoration:underline;
}

/* Imagen sub-cabecera */
h5 img {
	float:left;
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:10px;
}

.list_item a.button {
	float:right;
}