@charset "utf-8";
/* CSS Document */

body { background-color: #F9F9FB; }
.fondo-azul-1-tabla { background-color: #c5d7f3; }
.fondo-blanco-tabla { background-color: #ffffff; }
.style1 {
	color: #002D91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style2 {
	color: #002D91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold
}
.style3 {
	color: #002D91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold
}	
.style4 {
	font-family: "Arial", Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333
}
.style5 {
	font-family: "Arial", Helvetica, sans-serif; 
	font-size: 12px; 
	color: #002D91
}
.style6 {
	font-family: "Arial", Helvetica, sans-serif; 
	font-size: 12px; 
	color: #002D91; 
	font-weight: bold; 
}
.style7 {
	font-family: "Arial", Helvetica, sans-serif; 
	font-size: 12px; 
	color: #CC0000; 
	font-weight: bold; 
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.style8italica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	color: #333333;
}
.style8bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
}
.style8underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
 	text-decoration: underline;
}
.style8italica-underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	color: #333333;
 	text-decoration: underline;
}
.style8azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #002D91;
}
.style8azul-italica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	color: #002D91;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
a:link {
	color: #002D91;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #002D91;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #002D91;
}
.marco-azul {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #336;
	border-right-color: #336;
	border-bottom-color: #336;
	border-left-color: #336;
}

