a:link {  color: #cc0000; text-decoration: none }
a:active {   color: #bb0000; text-decoration: none}
a:visited {  color: #000000; text-decoration: none }
a:hover {  color: #ff8800;  text-decoration: none}

BODY{
    
    background-color : #999999;
    color : #000000;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    /*background-image : url('http://www.x.gifp');*/
	}

TABLE{
	border : 0px #0000FF solid;
	font-size :8pt;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
 }

.cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #ffffff;
	border: 0px none;
	margin: 5px;
	padding: 5px;
	}
	
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	
	}

.lineavert {	
	background-image: url('images/linea-Vert-10.gif');
	background-repeat:  repeat 
	}
	
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-align: center;
	color: #FFFFFF;
	background-image: url('images/piefondo.gif');
	background-repeat:  repeat-x
	}
	

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	background-image: url('images/fondomenu.gif');
	}