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

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




div.list_item {
	float:left;
	padding:40px;
	background-image:url(../imagenes/degradado-cajas-largo.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	width:512px;
}

div.fotos {
	float:right;
	width:348px;
}

div.fotos img {
	border:0;
	margin-bottom:8px;
	width:348px;
	height:150px;
}

