body {
	margin: 0px 0px; 
       font-family: Comic Sans MS, Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
        /* text-align:center;  en firefox, si no pones un contenedor para toda la web no funciona */
	width: 100%;
	background: url("/images/fondo_browser_2.gif");
}

a:link { color: #333333; text-decoration : none;}
a:visited { color: #333333; text-decoration : none;}
a:active {color:#333333;text-decoration:none;}
a:hover {color: #333333; text-decoration:underline; } 

