﻿body {
  background-color: #ffffff;
  font-family: arial, verdana;
  font-size: 12px;
  border: 0 0 0 0;
  margin: 0 0 0 0;
  scrollbar-face-color: #ffffff;
  scrollbar-shadow-color: #CCCCCC;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #D95354;
  scrollbar-darkshadow-color: #D95354;
  scrollbar-track-color: #CCCCCC;
  scrollbar-arrow-color: #324b2e;
  scrollbar-3dlight-width: 1px;
}
.titulo {
  font-size: 16px; 
  color: #d12627; 
  font-weight: bold;
  font-family: Arial;  
}
.titulonegro {
  font-size: 16px; 
  color: #000000; 
  font-weight: bold;
  font-family: Arial;  
}
.texto {
  font-size: 12px; 
  color: #555555; 
  font-family: Arial; 
}
.textorojo {
  font-size: 12px; 
  color: #d12627; 
  font-family: Arial; 
}
.textoenlace {
  font-size: 12px; 
  color:Blue; 
  font-family: Arial; 
}
.menu {
  font-size: 11px; 
  color: #FFFFFF; 
  font-weight: bold;
  font-family: Arial; 
}
.enlace {
  font-size: 12px; 
  color: #333333; 
  font-weight: bold;
  font-family: Arial; 
}
A.enlace:link {
  text-decoration: none;
  color: #333333;
}
A.enlace:visited {
  text-decoration: none;
  color: #333333;
}
A.enlace:active {
  text-decoration: none;
  color: #333333;
}
A.enlace:hover {
  text-decoration: underline;
  color: #333333; 
}
.enlacegris {
  font-size: 12px; 
  color: #777777; 
  font-weight: bold;
  font-family: Arial; 
}
A.enlacegris:link {
  text-decoration: none;
  color: #777777;
}
A.enlacegris:visited {
  text-decoration: none;
  color: #777777;
}
A.enlacegris:active {
  text-decoration: none;
  color: #777777;
}
A.enlacegris:hover {
  text-decoration: underline;
  color: #777777; 
}
A.texto:link 
{
    font-weight: bold;
  text-decoration: none;
  color: #333333;
}
A.texto:visited 
{
    font-weight: bold;
  text-decoration: none;
  color: #333333;
}
A.texto:active 
{
    font-weight: bold;
  text-decoration: none;
  color: #333333;
}
A.texto:hover 
{
    font-weight: bold;
  text-decoration: underline;
  color: #333333; 
}
A.textoenlace:link 
{
    font-weight: bold;
  text-decoration: none;
}
A.textoenlace:visited 
{
  font-weight: bold;
  text-decoration: none;
}
A.textoenlace:active 
{
    font-weight: bold;
  text-decoration: none;
}
A.textoenlace:hover 
{
    font-weight: bold;
  text-decoration: underline;
  color:Blue;
}
A:link {
  font-size : 11px; 
  color: #FFFFFF; 
  font-weight: bold;
  font-family: Arial; 
}
A:visited {
  font-size : 11px; 
  color: #FFFFFF; 
  font-weight: bold;
  font-family: Arial;
}
A:active {
  font-size : 11px; 
  color: #FFFFFF; 
  font-weight: bold;
  font-family: Arial;
}
A:hover {
  font-size : 11px; 
  color: #BBBBBB; 
  font-weight: bold;
  font-family: Arial;
}

