/* TEXTOS */
.textoChico{
	font-family: Arial, sans-serif;
	font-size: 7pt;
	color: #0063C7;
}
.titulo {
	font-family: Arial, sans-serif;
	font-size: 13pt;
	line-height: 15pt;
	font-weight: bold;
	color: #004b97;
}
.textoBottom{
	font-family: Arial, sans-serif;
	font-size: 7pt;
	color: #999966;
}
.chico {
	font-family: Arial, sans-serif;
	font-size: 7pt;
	color: #0066cc;
}
.cpo8 {
	font-family: Arial, sans-serif;
	font-size: 8pt;
}
.titulonovedad {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: #004b97;
}
.texto {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
}
.copete {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #0066cc;
}
.textohome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
}

/* OTROS */
.lineaizq {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;	
}
.lineader {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;	
}
.bordeazul {
	border: 1px solid #c4c6ad;
}
.bordegris {
	border: 1px solid #BDB5A8;
}
.division {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efe6d7;
}
.divisiondown {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efe6d7;
}

/* LINKS */
a {
	font-family: Arial, sans-serif;
	text-decoration: none;
}
a:visited {
	font-family: Arial, sans-serif;
	text-decoration: none;
}
a:hover {
	font-family: Arial, sans-serif;
	text-decoration: underline;
	color: #0063C7;
}
a:active {
	font-family: Arial, sans-serif;
	text-decoration: none;
}
.lineasupinf {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ACA190;
	border-bottom-color: #ACA190;
}
