@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(images/fondo.jpg);	
	background-attachment: fixed;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.texto_legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.titulo {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #ff6600;
}
.subtitulo {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #ff6600;
}
.subtitulo2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #ff6600;
}
.corrido {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #202020;	
}
.corrido_tips {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
.li1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding-left: 5px;
	margin-left: 12px;
	line-height:1.5;
}
.ol{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding-left:5px;
	margin-left: 23px;
	line-height:1.5;
}
.box {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff6600;
	border-right-color: #ff6600;
	border-bottom-color: #ff6600;
	border-left-color: #ff6600;
	background-color: #050505;
	background-image: url(images/caja_tips.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 505px;
	padding-top: 14px;
}
.textobox{
	background-image: url(images/fondo3.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	height: 62px;
	padding: 7px;
	line-height: 16px;
}
.fondotabla{
	background-color: #FFFFFF;
	background-image: url(images/fondo2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	/*height: 100%;*/
}
.fondotabla2{
	background-color: #FFFFFF;
	background-image: url(images/fondo2a.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	/*xzheight: 100%;*/
}
.contenedor{
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 10px;	
}
.contenedor2{
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
	vertical-align: top;
}
a {
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 13px;
	color: #ff6600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff6600;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
}
a:active {
	text-decoration: none;
	color: #ff6600;
}
a.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a.legal:link {
	text-decoration: none;
}
a.legal:visited {
	text-decoration: none;
	color: #666666;
}
a.legal:hover {
	text-decoration: underline;
	color: #000000;
}
a.legal:active {
	text-decoration: none;
	color: #000000;
}
