/****************
** Estilos HTML *
****************/
BODY			{
	background-color: #E6E6E6;
	/*margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
}

p, td, tr {
	font-family: Arial;
	font-size: 10pt;
}

a:link {
	color: #000000;
	text-decoration:none;
}
	
a:visited {
	color: #000000;
	text-decoration:none;
}
	
a:hover {
	color: #8B0304;
	text-decoration:none;
}

a:link.cal {
	color: #FFFFFF;	
}

a:visited.cal {
	color: #FFFFFF;	
}

a:hover.cal {
	color: #FFFFFF;	
}

a:link.menu_izq {
	line-height: 200%; 
	margin-left: 15; 
	margin-right: 0;
	color: #FFFFFF;
	font-size: 8pt;	
	font-family: tahoma;	
}

a:visited.menu_izq {
	line-height: 200%; 
	margin-left: 15; 
	margin-right: 0;
	color: #FFFFFF;	
	font-size: 8pt;
	font-family: tahoma;
}

a:hover.menu_izq {
	line-height: 200%; 
	margin-left: 15; 
	margin-right: 0;
	color: #FFF29B;
	font-size: 8pt;	
	font-family: tahoma;	
} 

/************************************
** Clases ordenadas alfabéticamente *
************************************/

.boton {
	font-size: 8pt;
	font-family: Arial;			
}

.cajaTexto {
	font-size: 7pt;	
	border-style: solid;
	border-width: 1;
	padding-left: 4;
	padding-right: 4;
	padding-top: 1;
	padding-bottom: 1;
	border: 1px solid #1F4070;
}

.cajaTexto2 {
	font-size: 9pt;	
	border-style: solid;
	border-width: 1;
	padding-left: 4;
	padding-right: 4;
	padding-top: 1;
	padding-bottom: 1;
	border: 1px solid #1F4070;
}

.error {
	font-weight: bold;
	color: #800000;
}

.noticia {
	font-family: Verdana;
	font-size: 7pt;	
}

.titulo {
	font-weight: Bold;
	color: maroon;
}

.titNoticia {
	font-weight: bold;
	font-size: 8pt;
}

.subTitulo {
	color: #003399;
}

.link1{
    font-family: Arial;	
    font-weight: bold;
	font-size: 7pt;
    color: #000000;
	text-decoration: none;
}

a:link.link1{
    font-family: Arial;	
    font-weight: bold;
	font-size: 7pt;
    color: #000000;
	text-decoration: none;
}
a:visited.link1{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover.link1{
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}
.link2{
	 font-family: Arial;	
    font-weight: bold;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
}

a:link.link2{
	 font-family: Arial;	
    font-weight: bold;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.link2{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.link2{
	font-weight: bold;
	color: #F3F9A0;
	text-decoration: none;
}