/* CSS Document */


#cuerpo li{
	width:150px;
	margin-right:50px;
	line-height:20px;
	margin-bottom:2px;
	float:left;
}

#cuerpo h2{
	font-size:110%;
	padding:2px 2px 2px 7px;
	background-color:#D4CDB1;
	margin-bottom:4px;
	width:150px;
}

#cuerpo ul{
	margin-bottom:10px;
	width:182px;
	float:left;
}

#cuerpo li ul li{
	margin-left:7px;
	font-size:105%;
}

#cuerpo li a{
	color:#4C4630;
	font-weight:bold;
	text-decoration:none;
}

#cuerpo li a:hover{
	text-decoration:underline;
}

#cuerpo li ul li ul li{
	padding-left:10px;
	background-image:url(../images/cuadro.gif);
	background-repeat:no-repeat;
}

#cuerpo li ul li{
	padding-left:20px;
	background-image:url(../images/flechas.gif);
	background-repeat:no-repeat;
}

*html #cuerpo{
	width:650px;
	float:left;

}

*html #links_1, *html #links_2, *html #links_3{
	width:150px;
	padding:0px;
	margin:0px;
	
}

*html #links_1{
	margin-right:20px;
	
}

*html #cuerpo li{
	width:120px;
	margin:0px;
	padding:0px;

}


