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


/* MENU */

#menufoot {
	font-family: "Tahoma", Verdana, Arial;
	font-size: 10px;
	text-transform:uppercase;
	text-align:center;
}
#menufoot ul, li {
	list-style-type: none;
}

#menufoot ul {
	margin: 0;
	padding: 0;
	
}

#menufoot li { display: inline; }

#menufoot li.last{ }

#menufoot a {
	text-decoration: none;
	padding: 0 8px;
}

#menufoot a:hover {
	background: #ccc;
}

/* 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: #ff0000; font-weight:bold; background: #f8f8f8;}

/* LEGACY */

.legacy { 
	font-family: "Tahoma", Verdana, Arial;
	font-size: 10px;
	text-align:center;
	position:absolute;
	right:0;
	margin-top: -33px;
	margin-right: 10px;
	color: #FFF;
}

.legacy a:link {
	color: #FFF;
	text-decoration: none;
}
.legacy a:visited {
	color: #FFF;
	text-decoration: none;
}
.legacy a:hover {
	color: #484848;
	background-color:#FFFFFF;
	text-decoration: none;
}
.legacy a:active {
	color: #FFF;
	text-decoration: none;
}

/* ader */

.ader { 
	text-align:center;
	padding-top: 20px;
}

.ader img{ 
	padding:0 5px; vertical-align:top;
}

.ader ul{ 
	padding:0; margin: 0;
}

.ader li{ 
	display:inline;
}
