#promo{
	width: 100%;
	background-image:url(../images/bg3.jpg);
}
#titulo_promo{
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	font-family:"Myriad Pro";
	font-size:50px;
	padding:10px 0;
	line-height: 60px;
	color: #DD0003;
	font-weight: bold;
	text-align: center;
}
#promos{
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#promo1, #promo2{
	width: 268px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-right: 29px
}
#promo2{
	margin-right: 0px
}

#titulo_promos {
	width: 100%;
	height: 75px;
	color: #DD0003;
	font-size: 28px;
	line-height: 120%;
	text-align: center;
}
#imagen_promos{
	width: 100%;
	height: 170px;
	border-radius: 8px;
	overflow: hidden;
}
#texto_promos{
	width: 100%;
	vertical-align: top;
	text-align: center;
	height: 120px;
	font-size:21px;
}
#link_promos{
	color:#fff;
	display:inline-block;
	font-size:22px;
	margin: 10px;
	padding:10px 0px;
	text-align: center;
	width: 60%;
	text-decoration:none;
	box-shadow:0px 3px 0px #373c3c; 
