/*  INDICE izquierda*/
DIV.indice {
	font : bold 13px Arial;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
}

A.indice {
	text-decoration: none;
}

A.indice:ACTIVE {
		color: White;
}
A.indice:HOVER {
		color: White;
}
A.indice:LINK {
		color: White;
}
A.indice:VISITED {
		color: White;
}

/*  NOTICIA */
A.noticia{
	font-size :12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

A.noticia:ACTIVE {
		color: #003399;
}
A.noticia:HOVER {
		color: #003399;
		text-decoration : underline;
}
A.noticia:LINK {
		color: #003399;
}
A.noticia:VISITED {
		color: #003399;
}

/*  ACTUALIDAD */
P.actualidad{
	font-size :12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-align : justify;
}

A.actualidad{
	font-size :12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

A.actualidad:ACTIVE {
		color: #003399;
		text-align : justify;
}
A.actualidad:HOVER {
		color: #003399;
		text-align : justify;
}
A.actualidad:LINK {
		color: #003399;
		text-align : justify;
}
A.actualidad:VISITED {
		color: #003399;
		text-align : justify;
}

/*  TITULAR PEQUEÑO */
TR.titularpeque{
	background-color : #000066;
}

P.titularpeque{
	font-size :15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	text-align : center;
	font-weight : bold;
	text-decoration : none;
	
}A.titularpeque:ACTIVE{
	font-size :15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	font-weight : bold;
	text-decoration : none;
}
A.titularpeque:HOVER{
	font-size :15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	font-weight : bold;
	text-decoration : none;
}
A.titularpeque:LINK{
	font-size :15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	font-weight : bold;
	text-decoration : none;
}
A.titularpeque:VISITED{
	font-size :15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	font-weight : bold;
	text-decoration : none;
}

/*  TITULAR GRANDE */
P.titulargrande{
	font-size :24px;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	text-align : center;
	text-decoration : none;
}
A.titulargrande:ACTIVE{
	font-size :24px;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	text-align : center;
	text-decoration : none;
}
A.titulargrande:HOVER{
	font-size :24px;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	text-align : center;
	text-decoration : none;
}
A.titulargrande:LINK{
	font-size :24px;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	text-align : center;
	text-decoration : none;
}
A.titulargrande:VISITED{
	font-size :24px;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	text-align : center;
	text-decoration : none;
}

/*  TEXTO */
P.texto {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #003399;
	text-align : justify;
	font-size : 14px;
}
P.texto_destacado {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #003399;
	text-align : justify;
	font-size : 14px;
	font-weight : bold;
}
P.texto_foto {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #003399;
	font-size : 10px;
}

H1.texto {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Navy;
	font-size : 30px;
}
H2.texto {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Maroon;
	font-size :20px;
	text-decoration: underline;
	text-align : center;
}
H3.texto {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #006633;
	font-size :15px;
	font-weight : bold;
	text-align : justify;
}

A. texto{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Teal;
	text-decoration : none;
}
A.texto:ACTIVE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Teal;
}
A.texto:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Teal;
	text-decoration : underline;
}
A.texto:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Teal;
}
A.texto:LINK {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Teal;
}


/*  OTROS */
P.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : center;
	color : White;
}
TD.separador {
	background-image : url(linea.gif);
	background-repeat : repeat-y;
	background-position : center;
}
BODY {
	border-color: #003399;
      background-color: #000066;
      margin: 0;
	scrollbar-face-color : #003399;
	scrollbar-arrow-color : White;
	scrollbar-base-color : #4682B4;
}
TABLE.color {
	background-color: #B4CCDE;
	border : #B4CCDE;
}
TABLE.menuizq {
	background-color: #000000;
	border-color: #000000;
}
TD.menuizq {
	border-color: #000000;
}
