@charset "utf-8";
/* CSS Document */

body {

}
.fondoCelda{
background-image:url(fondoTabla.png);
background-repeat:repeat-y;
}
.fondoTablaAbajo{
background-image:url(fondoTablaAbajo.png);
background-repeat:repeat-y;
}
.linea{
background-image:url(line.png);
background-repeat:repeat-y;
background-position:center;
}
.estandar{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color: #414141;
}
.estandarpeque{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color: #414141;
}
.estandarnegrita{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
color: #486D8E;
font-weight:bold;
}
.titulo{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
color: #5A85AB;
font-weight:bold;
}
p{
text-align:justify;
}
a:link {
	color: #5A85AB;
	text-decoration: none;
	font-weight: bold;
}	
a:visited 
{
	color: #5A85AB;
	font-weight: bold;
}
	
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.tituloHome{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:30px;
	color: #000000;
	font-weight:bold;
}
.subtituloHome{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #000000;
	font-weight:bold;
}
.textoNoticia{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #666666;
	font-weight:normal;
	line-height: 22px;
}
.textoSubNoticia{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000000;
	font-weight:bold;
	line-height: 22px;
}
.textilloSubNoticia{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	font-weight:normal;
	line-height: 22px;
}
.textoTacon{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color: #000000;
	font-weight:bold;
	line-height: 22px;
}
.estandarnegritaNaranja{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
color: #E56311;
font-weight:bold;
}

/* LINK ROJO */

.linkRojoNegrita:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E56311;
	font-weight: normal;
	text-decoration: underline;
}

.linkRojoNegrita:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E56311;
	font-weight: normal;
	text-decoration: underline;	
}
.linkRojoNegrita:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E56311;
	font-weight: normal;
	text-decoration: underline;
}
.linkRojoNegrita:hover 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E56311;
	font-weight: normal;
	text-decoration: none;
}

.linkNaranjaNormal:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E56311;
	font-weight: normal;
	text-decoration: none;
}

.linkNaranjaNormal:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E56311;
	font-weight: normal;
	text-decoration: none;	
}
.linkNaranjaNormal:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E56311;
	font-weight: normal;
	text-decoration: none;
}
.linkNaranjaNormal:hover 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E56311;
	font-weight: normal;
	text-decoration: underline;
}
