@charset "utf-8";
/* CSS Document */

/*********************** Advanced Footer */

.advanced-footer { 
	width: 600px;
	margin:auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Nube Tags */
.nube-enlaces {
	width: 800px;
	margin:auto; 
	margin-top: 50px;
}

/********************* Menufoot */

#menufoot {
	font-family: "Tahoma", Verdana, Arial;
	font-size: 10px;
	color: #548fec;
}
#menufoot ul, li {
	list-style-type: none;
}

#menufoot ul {
	margin: 0;
	padding: 0;
}

#menufoot li {
	border-bottom: 1px solid #001F4E;
}

#menufoot li.last{
	border-bottom:1px solid #001F4E;
}

#menufoot a {
	text-decoration: none;
	display: block;
	padding: 3px 10px 3px 35px;
	color: #548fec;
}

#menufoot a:hover {
	background: #001F4E;
	font-weight:bold;
}

/* Aplicar estilo current para la seccion estemos (menu resaltado) */
#menufoot li.current { }

#menufoot li.current a:link,
#menufoot li.current a:active,
#menufoot li.current a:hover ,
#menufoot li.current a:visited { color: #fe0098; font-weight:bold; background: #f8f8f8;}

/* icono lista */

#menufoot .lista {
	width: 18px;
	height: 13px;
	background-image:url(../skin/frontend/default/mi_tema/images/icon_lista_01.gif);
	background-repeat:no-repeat;
	position: absolute;
	left: 35px;
	_left: 25px;

}

#menufoot .tittle {
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom: 4px;
}
