/* CSS Document */

a:link {
	color:#333333;
}

a.ContenidoNaranjaBold
{
color:#FF6600;
font-weight:bold;
font-size:12px;
text-decoration: none;

}

a.ContenidoAzul
{
color:#0560A6;
font-weight:bold;
font-size:12px;

}


a.MenuFontNormalSinUnderline { 
color:#333333;
font-size:10px;
text-decoration: none;

}


a:visited {
		color:#333333;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9A0202;
	font-family:verdana;
}

.MenuFontBold { 
color:#333333;
font-weight:bold;
font-size:10px;

}

.MenuFontRojo { 
color:#9A0202;
font-weight:bold;
font-size:10px;

}

.MenuFontNormal{ 
color:#333333;
font-size:10px;

}

.MenuFontNormalSinUnderline { 
color:#333333;
font-size:10px;
text-decoration: none;

}

.ContenidoRojo10
{
color:#9A0202;
font-size:10px;

}

.ContenidoRojo
{
color:#9A0202;
font-size:12px;

}

.ContenidoGris
{
color:#000000;
font-size:12px;

}

.ContenidoNaranja
{
color:#FF6600;
font-size:12px;

}

.ContenidoNaranjaBold
{
color:#FF6600;
font-weight:bold;
font-size:12px;

}

.ContenidoAzul
{
color:#0560A6;
font-weight:bold;
font-size:12px;

}


