/* Estilos.ccs */ 
a:active
{ text-decoration: none;}
a:link
{ text-decoration: none;}
a:visited     
{ text-decoration: none;}
a:hover     
{ text-decoration: none; color: #000000 }
td            
{ font-family: Arial; font-size: 8 pt;}
input         
{ font-family: Arial; font-size: 8 pt; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
textarea      
{ font-family: Arial; font-size: 8 pt; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
select        
{ font-family: Arial; font-size: 8 pt; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.CeldaMenu 
{ font-family: Arial; font-size: 8 pt; color=#FFFFFF;}
.CeldaMenu:hover
{ text-decoration: none; color: #FFFF00;}
.TextoLink
{ text-decoration:underline; font-family: Arial; font-size: 10 pt; color=#000000;}
.TextoLink:link
{ text-decoration:underline; font-family: Arial; font-size: 10 pt; color=#000000;}
.TextoLink:hover
{ text-decoration: underline; color: #000000;}
.TextoLink:visited 
{ text-decoration: underline; font-family: Arial; font-size: 10 pt; color=#000000;}
.TextoTitulo
{ text-decoration:none; font-family: Arial; font-size: 10 pt; font-style:italic; color=#FFFFFF;}