/*GENERAL*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #CD0000;
}


/*LETRAS*/
 
#menu {
	font-size: .5em;
}
 

/*MARGEN IZQUIERDO Y CENTRAL*/
#margen {
	background-image: url('fondo_gris.jpg');
	background-repeat: repeat-y;
	clear: both;
	width: 755px;
	height: 0%;
}

#margen #menu {
	width: 125px;
	float: left;
} 

#margen #contenido {
	float: left;
	width: 500px;
	margin: 6px;
	
} 


 
  

  

 



 