
/* Estilo para la etiqueta <BODY> */
BODY    {       
        font-family:Times New Roman;
        font-size:12px;
        margin-left:0px; 
        margin-right:0px;
        margin-top:0px;
        margin-bottom:0px;
	background-color: #666666;
        /*background-image: url(../img/fondo.gif);*/
        /*background-repeat: repeat;*/
        }



A:link
        {
        text-decoration:none;
	color: white;
        }

A:visited
        {
        text-decoration:none;
	color: white;
        }

A:active
        {
        text-decoration:none;
	color: white;
	background-color:#330033;
        }

A:hover
        {
        text-decoration:none;
	color: white;
	background-color:#330033;
        }

/* etiqueta <b> (negrillas) */
b       {
        font-weight:bold;
        }

