.mediano
{ 
	font-color: #00FF00; 
	text-align : justify; 
	font-family : arial; 
	font-size : 13pt;
background-color: grayd; 	
} 


.enlace {
	font-family			: "Trebuchet MS", Verdana, Arial;
	font-size			: 10pt;
	color				: #000000;
	text-decoration		: underline;
	cursor				: pointer;
}
.textito2
{ 
	text-decoration: none;
	text-align : center; 
	font-family : arial narrow; 
	font-size : 8pt;
} 

.textofind
{ 
	font-color: #00FF00; 
	text-align : justify; 
	font-family : arial narrow; 
	font-size : 10pt;
background-color: green; 	
} 

.titulocuadro
{ 
color: #000000; 
text-decoration: none; 
text-align : center; 
font-family : arial narrow; 
font-size : 10pt;
text-decoration : blink; 
font-weight: bold; 

} 

.link 
{ 
        color: #000000; 
text-decoration: none; 
text-align : center; 
font-family : arial narrow; 
font-size : 10pt;
} 
.link2 
{ 
        color: #000000; 
text-decoration: none; 
text-align : center; 
font-family : arial narrow; 
font-size : 12pt;
text-decoration : blink; 
font-weight: bold; 
} 

.titulos 
{ 
	text-decoration: none;
	color: #000000; 
	text-align : center; 
	font-family : Arial Narrow; 
	font-size : 18pt;
	font-weight: bold; 
} 
.titulitos 
{ 
	text-decoration: none;
	color: #000000; 
	text-align : center; 
	font-family : arial narrow; 
	font-size : 12pt;
	font-weight: bold; 
} 
.texto
{ 
	text-decoration: none;
	color: #000000; 
	text-align : left; 
	font-family : arial narrow; 
	font-size : 10pt;
} 

.texto2
{ 
	text-decoration: none;
	color: #000000; 
	text-align : left; 
	font-family : arial narrow; 
	font-size : 12pt;
} 

 #pagina                                       /* Envoltura general */  
 {  
       margin: auto;                           /* Margenes (centrado) */  
       width: 600px;                           /* Ancho */  
       text-align: center;                     /* Textos internos centrados */  
       font-family: "arial, sans-serif";       /* Fuente del texto */  
 }  
 #mensaje                                      /* Mensaje de error */  
 {  
       width: 100%;                            /* Ancho */  
       margin-top: 20px;                       /* Margen superior */  
       margin-bottom: 30px;                    /* Margen inferior */  
       color: #ff0e0e;                         /* Color del texto (foreground) */  
       font-size: 12px;                        /* Tamaño de la fuente */  
 }  
 #operando1, #operando2                        /* Campos de texto de los operandos */  
 {  
       font-size: 25px;                        /* Tamaño de la fuente */  
       border-style: groove;                   /* Estilo del borde */  
 }  
 #operador                                     /* Selector del operador */  
 {  
       font-size: 25px;                        /* Tamaño de la fuente */  
 }  
 #igual                                        /* Botón para realizar la operación */  
 {  
       font-size: 25px;                        /* Tamaño de la fuente */  
 }  
 #resultado                                    /* Campo de texto donde se despliega el resultado */  
 {  
       font-size: 25px;                        /* Tamaño de la fuente */  
       font-style: italic;                     /* Atributo de fuente itálica o cursiva */  
 }  
.cabecera {
font-family: Arial, Helvetica, sans-serif;
font-size : 10pt;
line-height: 0px;   /*esta es la propiedad para el interlineado*/
color: #000;
padding: 0px;
}

.anexo {
font-family: Arial, Helvetica, sans-serif;
font-size : 14pt;
line-height: 0px;   /*esta es la propiedad para el interlineado*/
color: #000;
padding: 0px;
vertical-align:text-top;
margin-right:text;
}
.bordesolido{
   border-color: #000000;
   border-width: 1px;
   border-style: solid;
   text-decoration: none;
	color: #000000; 
	text-align : left; 
	font-family : arial narrow; 
	font-size : 12pt;
} 
.subrayar {
text-decoration: underline;
}
.inner {
   width: 50%;
   height: 50%;
   background-color: #999;
   position: absolute;
   left: 1em;
}
