@charset "utf-8";
/* CSS Document */

/* MAPA WEB ****************/

	#content #mapa_izq{
		float:left;
		width:290px;
	}
	#content #mapa_der{
		float:left;
		width:290px;
	}
	#content ul li{
		margin: 0 10px 0 10px;
	}
	#content ul li.titulo{
		clear:both;
		min-height:22px;
		color:#e58b2a;
		border-bottom:1px dotted #aaa;		
		padding:0 0 0 32px;
		margin-top:5px;
		font-weight:bold;
		font-size:90%;
		background:url(../images/bullet_h2.gif) no-repeat top left;
	}
	
	#content ul li li{
		font-size:90%;
		background:url(../images/arrow_top.gif) no-repeat top left;
		padding-left:20px;
		margin-left:25px;
		margin-bottom:10px;
		font-size: 100%;
		float:left;
		clear:both;
	}
	
	#content ul a{
		text-decoration:none;
		color:#2a2a2a;
		font-size:90%;
	}
	#content ul a:hover{ color:#ff9900; }
	
	
	