/***** Enlaces *****/
#zona_central h2
{
	background-image: url(../../imagenes/cabeceras_h2/cab_enlaces.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	
}
#listado_enlaces
{
	float: left;
	
	padding: 0px 0px 30px 10px;
	margin:0px;
	
	width:757px;
	
	background-color:#EAEAEA;
}
#listado_enlaces ul
{
	float: left;
	
	padding: 0px 0px 0px 0px;
	margin:0px;
	
	width:717px;
	
	list-style-type:none;
}
#listado_enlaces ul li
{
	padding: 0px 0px 0px 0px;
	margin:0px;
	
	height:55px;
	
	background-image: url(../../imagenes/enlaces/fondo_lista.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#listado_enlaces ul li img
{
	float:right;
	width:93px;
	height:30px;
	
	margin:10px 30px 0px 0px;
}
#listado_enlaces ul li p
{
	float:left;
	margin:0px 0px 0px 60px;
	
	color: #023762;
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
	
}
#listado_enlaces ul li p a
{
	color: #DC6D00;
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;
}
#listado_enlaces ul li p a:hover
{
	text-decoration:underline;
}
#listado_enlaces ul li span
{
	float:left;
	margin:7px 0px 0px 60px;
	
	color: #023762;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
}

#listado_enlaces p.informacion
{
	float:left;
	margin:0px 0px 0px 50px;
	padding:10px 0px 0px 20px;
	background-color:#FFFFFF;
	color: #994C00;
	font-family: Verdana;
	font-size: 11px;
	width:580px;
	height:30px;
	border:1px solid #01376F;
}
