/* CSS Document */
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body {
	background-repeat: no-repeat;
	background-color: #000000;
}
.fondo_azul{
 background-color:#1A51D2;
}
.fondo_blanco{
 background-color:#FFFFFF;
}
.fondo_gris{
 background-color:#AAA9A9;
}
.fondo {
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.Estilo1 {
	font-family: Dodger;
	color: #000000;
	font-size: 16px;
}
.Estilo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.Estilo3 {
	font-family: Dodger;
	color: #000000;
	font-size: 22px;
}
.Estilo4 {font-family: Arial, Helvetica, sans-serif}.Estilo5 {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}
.Estilo6 {
	font-family: Dodger;
	color: #000000;
	font-size: 33px;
}
.Estilo8 {
    font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
.fondo_naranja {
	background-color: #FF6600;
}
.Tabla_con_borde {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
}
