/* Neutralizamos los estilos*/
* {
	text-decoration: none;
	font-size: 12px;
	outline: none;
	padding: 0;
	margin: 0;
	text-align: justify;
	}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 12px;
	font: inherit;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	}
dfn, i, cite, var, address, em {
	color:#7F7F7F;
	border-bottom: 1px dotted #7f7f7f;
	font-style: normal;
	}
th, b, strong, h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	}
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td, center { 
	vertical-align: top;
	text-align: left;
	}
body {
	background: white;
	color: black;
	}
q { 
	quotes: "" ""; 
	}
ul, ol, dir, menu { 
	list-style: none; 
	}
sub, sup { 
	vertical-align: baseline; 
	}
a { 
	color: inherit; 
	}
hr { 
	display: none; 
	}
font { 
	color: inherit !important; 
	font: inherit !important; 
	color: inherit !important; /* editor's note: necessary? */ 
	}
marquee {
	overflow: inherit !important;
	}
blink { 
	text-decoration: none; 
	}
nobr { 
	white-space: normal; 
	}
	
/* Neutralizamos los Estilos */
*{
	border:none;
	text-align: justify;
	line-height: 1.5;
}


html, body, ul, li {
	list-style: none;
}
img {
	border: none;
	text-decoration: none;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
body, h1, h2, h3, form {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}
body {
	background: url(images/header_bg.png) repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: auto;
}
#promo {
	width: 320px;
	background: url(images/promo.gif) no-repeat;
	margin: 0 auto;
	padding: 31px 21px 0 420px;
	border: 1px solid #666666;
	height: 880px;
}
#promo p.info{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	padding: 11px 0 11px 0;
}
#promo ul.beneficios{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	padding: 11px 0 11px 0;
}
#promo h1{
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:16px;
	padding: 11px 0 11px 0;
	font-weight: bold;
	text-align: center;
}
#promo h2{
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:16px;
	padding: 11px 0 11px 0;
	font-weight: bold;
	text-align: center;
}
#promo h3{
	font-family:Arial, Helvetica, sans-serif;
	color: #006699;
	font-size:16px;
	padding: 11px 0 11px 0;
	font-weight: bold;
	text-align: center;
}
#promo h4{
	font-family:Arial, Helvetica, sans-serif;
	color: #004570;
	font-size:14px;
	padding: 11px 0 11px 0;
	font-weight: bold;
}
#promo span{
    color: #FF9900;
	font-weight: bold;
}
