/­* esta hoja de estilos está mejorándose, se copió de otras y sirve para ir mejorando */
.textoresaltado { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: italic; font-weight: bold; text-align: justify }
.fondoautor { left: 500px; top: 300px; clip: rect( ); background-image:  url('../r_imagenes/fondo.jpg'); background-color: black; background-repeat: no-repeat }
.textocontenido { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-align: justify ; line-height: normal}
.textocontenidoblanco { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic ; color: #FFFFFF }
.titularpagina { font-family: Arial, Helvetica, sans-serif; font-size: large; font-style: normal; font-weight: bold; color: #000000 }
.textoseccion {  font-family: Arial, Helvetica, sans-serif; font-size: medium; font-style: normal; font-weight: bold}
.textoseccionintroduccion { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-align: left}
.textocorreo { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: italic; font-weight: bold; color: #000000; text-decoration: none}
.textoseccionsub { font-family: Arial, Helvetica, sans-serif; font-size: small; font-style: normal; font-weight: bold }
a {  color: #000000; text-decoration: none}
.textoopciones { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-align: justify }
.textocontenidonegrita { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-align: justify }
.texto {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal}
/*.enlaces { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic}*/
.textocontenidoformulario { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; line-height: normal }
.objetoformulario {  font-family: Arial, Helvetica, sans-serif; font-size: xx-small}
.etiquetas {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #000000}
.textocontenidonojustificado { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; line-height: normal }
.rojo { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: italic ; color: #FF0000; font-weight: bold}


/* para hacer amarillo el texto resaltado. En el html indicar <span class="amarillo"> */
span.amarillo
{
background-color:yellow
}




hr {color:navy}



body 
  
 td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
  color: black;
   text-align: justify}
   
 A:link IMG { border: solid blue }
A:link    { color: blue;  font-weight: bold; }
A:visited { color: blue }
A:hover { color: red; text-decoration: underline;}

   
   
 p {
font-size : 10pt;
line-height   : 12pt;
text--indent  : 0.5in;
font-family   : Verdana, Arial, Helvetica, sans-serif; text-align: justify }



 
/* este es un comentario dentro de las hojas de estilo 
no pueden ser anidados (uno dentro de otro) y todo su 
contenido es ignorado.*/

/*<!'// color :white;   para poner el texto en color blanco>
<! Los comentarios dentro de la hoja de estilo (&lt;!-- --&gt;) 
sirven para esconderla de los browsers más antiguos.>

<''//! A:active  { color: lime }>*/