/* CSS Document */

/*/ ~~~~~~~~~~  Eclipse Group Barcelona > www.eclipsegroupbcn.com ~~~~~~~~~~ /*/
/*/ ~~~~~~~~~~  Design & programmaing: Razgo, S.L. > www.razgo.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /*/

body {
	margin:0 auto;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #000000;
	}

TD { 
	background-attachment: fixed; 
	font-family: verdana; 
	font-size: 10px; 
	font-color: #FFFFFF;
	} 

A { 
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
	} 

A:hover {
	font-weight: bold;
	color: #000000;
	background-color: #CC0000;
	}

/*/ ************************************* * tipos /*/

.Estilo1 {
	color: #CC0000;
	font-weight: bold;
	font-size: 11px;
}


.small {
	font-size:90%;
	}

.large {
	font-size:120%;
	}

