
body {
 text-align : center;
 background: #FCFEF4; /* url("/imagenes/bg_top3.gif") repeat-x;  */
}  

#contenedor{
   border : 0px dashed #000000;
   text-align: left;
   width: 980px;
   margin: auto;      
} 

#left {
 border : 0px dashed #000000;
 width : 160px;			/* 160 */
 float : left;
 margin-top: 0px; 
 }         
 
#cuerpo {
 border : 0px dashed #000000;
 width : 525px;       /* 400 */ 
 margin-left: 15px;   /* 280 */
 / margin-left: 15px;  /* IE 220 */
 margin-right: 10px;  /* 160 */
 / margin-right: 10px; /* IE 160 */
 float: left;
 margin-top: 0px;
}         
 
#right {
 border : 0px dashed #000000;
 width : 250px;			/* 160 */
 float: right;
 margin-top: 0px; 
}         


#footer {
 clear: both;
 margin-top:300px; /* funciona solo despues de usar un div con clear:both */    
 height: 25px;
 /* background: #d0EE90; */
 text-align:left;
 margin-left: 175px;
 / margin-left: 175px;
}

.clear { 
line-height: 0px; 
font-size: 0px; 
clear: both; 
height: 0px; 
} 

/*  viejo:   */

/* Menu */
ul#menu{
	margin-left:175px;
	margin-top:30px;
	/ margin-top:26px;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	background:transparent url("/imagenes/blue.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	height:40px;
	}
ul#menu li a:hover{
	background:transparent url("/imagenes/black-1.jpg") repeat-x top left;	
	}