/* PROPIEDADES GENERALES */

/* Color Letras - Blanco */
.MenuEnlaces, .MenuEnlaces A:link, .MenuEnlaces A:visited, .NotTablaCab {
	color: #FFFFFF;
}
/* Color Letras - Amarillo */
.MenuON, .MenuEnlaces A:hover {
	color: #FFCC00;
}
/* Color Letras - Azul */
.Enlace, .Enlace A:link, .Enlace A:visited, .Enlace A:hover, .TitularG {
	color: #00486F;
}
/* Color Letras - Azul Oscuro */
.NotTablaImpar, .NotTablaPar {
	color: #002940;
}
/* Color Fondo - Azul */
.NotTablaCab {
	background: #00486F;
}
/* Color Fondo - Amarillo */
.NotTablaImpar {
	background: #FEF7C2;
}
/* Color Fondo - Blanco */
.NotTablaPar {
	background: #DFEFFF;
}
/* Color Letras - Rojo */
.EnlaceRojo, .EnlaceRojo A:link, .EnlaceRojo A:visited {
	color: #990000;
}
/* Color Letras - Rojo */
.EnlaceRojo A:hover {
	color: #FF0000;
}
/* Color Letras - Azul Oscuro */
.EnlaceGrande, .EnlaceGrande A:link, .EnlaceGrande A:visited, .EnlaceGrande A:hover {
	color: #013954;
}
/* FIN PROPIEDADES GENERALES */
/* ------------------------- */

/* CARACTERISTICAS */

/* Cuerpo - BODY */
body {
	background-color: #F9F9F9;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
/* Tabla Principal */
.TablaPrincipal {
	border: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}
/* Letras Menu */
.MenuLetras {
	font-size: 11px;
	font-family: Verdana;
}
/* Enlaces Menu */
.MenuEnlaces {
	font-size: 11px;
	font-family: Verdana;
}
.MenuEnlaces A:link {text-decoration: none;}
.MenuEnlaces A:visited {text-decoration: none;}
.MenuEnlaces A:hover {text-decoration: underline;}
/* Letras Menu ON */
.MenuON {
	font-size: 11px;
	font-family: Verdana;
}
/* Titular Grande */
.TitularG {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Titular */
.Titular {
	font-size: 12px;
	font-family: Verdana;
}
/* Noticia Enlace */
.Enlace {
	font-size: 12px;
	font-family: Verdana;
}
.Enlace A:link {text-decoration: none;}
.Enlace A:visited {text-decoration: none;}
.Enlace A:hover {text-decoration: underline;}
/* Noticia Enlace Rojo*/
.EnlaceRojo {
	font-size: 10px;
	font-family: Verdana;
}
.EnlaceRojo A:link {text-decoration: none;}
.EnlaceRojo A:visited {text-decoration: none;}
.EnlaceRojo A:hover {text-decoration: none;}
/* Enlace Grande */
.EnlaceGrande {
	font-size: 18px;
	font-family: Verdana;
}
.EnlaceGrande A:link {text-decoration: underline;}
.EnlaceGrande A:visited {text-decoration: underline;}
.EnlaceGrande A:hover {text-decoration: none;}

/* Noticias Tabla Cabecera */
.NotTablaCab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
/* Noticias Tabla Par */
.NotTablaPar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
}
/* Noticias Tabla Impar */
.NotTablaImpar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
}