@charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px;
}
body
 {
 font-family:Arial, Helvetica, sans-serif;
 background-image:url(images/bg.gif);
 background-repeat:repeat-x;
 background-color:#fff;
 }
 

 
 /*Promos*/
 
 
 #contenido_promos
{
width:878px;
margin:auto;
background-position:bottom center;
background-repeat:no-repeat;
background-color:#ad9345;
padding-bottom:15px;

}

#texto_promo
{
width:830px;
background-image:url(../images/cabezal_email.gif);
background-repeat:no-repeat;
padding-top:109px;
margin: 24px 22px 0px 22px;

}
#texto_web
{
width:878px;
margin:auto;
font-size:18px;
text-align:center;
font-weight:bold;
color:#822470;
padding:20px 0;


 }
h1
{
font-size:19px;
padding:17px 0px 15px 13px;


}

h2
{
font-size:15px;
padding:15px 0px 5px 13px;
color:#822470;
}
h3{

font-size:20px;
padding:150px 0px 5px 13px;
color:#850C70;
}
p
{
font-size:14px;
margin-left:13px;
color:#fff;
line-height:18px;
font-weight:bold;
}

