@charset "iso-8859-1";
/* CSS Document */

#div_contenido {
	margin-top:48px;	
}
#div_contenido .titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #BD1A09;
	border-bottom:1px dotted #B2B2B2;
	margin-bottom:20px;
	margin-left: 18px;
}
#div_contenido .boxes {
	display: block;
	float: left;
	width: 212px;
	margin-left:20px;
}
#div_contenido .titulo_box {
	font-size: 18px;
	font-weight: bold;
	color: #FF8603;
	padding-top: 155px;
	border-bottom: 1px dotted #B2B2B2;	
	padding-bottom:3px;
}

#div_contenido #box1 {
	background-image: url(../_img/manipulados_picking.jpg);
	background-repeat: no-repeat;
	background-position:0px 14px;
}
#div_contenido #box2 {
	background-image: url(../_img/manipulados_almacenaje.jpg);
	background-repeat: no-repeat;
	background-position:0px 14px;
}
#div_contenido #box3 {
	background-image: url(../_img/manipulados_retractilados.jpg);
	background-repeat: no-repeat;
	background-position:center 0px;
}
#div_contenido #box4 {
	background-image: url(../_img/manipulados_temperatura.jpg);
	background-repeat: no-repeat;
	background-position:0px 14px;
}

#div_contenido .boxes ul{
	padding-left:16px;
	list-style-image: url(../_img/marketing_ul_imagen.jpg);
	line-height: 18px;
}
#div_contenido .boxes li{
	margin-top:5px;	
}
