/* Esto es mi hoja de estilo */
/*BODY { background-color:orange ; }
BODY {  background: url("objetos/fondo1.jpg") ; }*/

A:link { font-weight: bold ; color: white ; text-decoration: none; }   /* propieadades de enlace*/

A:visited { font-weight: bold ; color: white ; text-decoration: none; } /* enlace ya visitado*/

A:hover { font-weight: bold ; color: silver ; } /* al pasar sobre el enlace */

A:active { font-weight: bold ; color: blue ; } /* al pulsar el enlace*/

/* propiedades del texto*/
/*P { font-family: Arial, Helvetica, sans-serif ; font-size: 17px ;

text-align:justify ; text-indent: 20px ; margin: 7px 8px 7px 8px ; }


p.centrado { text-indent:0px ; text-align:center ; }*/


/* Fin de mi hoja de estilo */

