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

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

#div_marketing #box1 {
	background-image: url(../_img/marketing_letter_shop.jpg);
	background-repeat: no-repeat;
	background-position:center 38px;
}
#div_marketing #box2 {
	background-image: url(../_img/marketing_call_center.jpg);
	background-repeat: no-repeat;
	background-position:0px 32px;
}
#div_marketing #box3 {
	background-image: url(../_img/marketing_BBDD.jpg);
	background-repeat: no-repeat;
	background-position:center 21px;
}
#div_marketing #box4 {
	background-image: url(../_img/marketing_fulfillment.jpg);
	background-repeat: no-repeat;
}

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