/* FOOTER */
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 65px;
    width: 100%;
	margin:0 0;
	font-size:1em;
	background-color: rgb(250, 250, 250);
	border-top:1px solid #ccc;
	box-shadow: 0px 0px 10px 1px rgba(210, 210, 210, 0.75);
	-moz-box-shadow: 0px 0px 10px 1px rgba(210, 210, 210, 0.75);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(210, 210, 210, 0.75);
}
footer #foot{}

footer  #foot .botones{
   list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
 }

 footer #foot .botones li{
	margin-top: 5px;
	margin-bottom:5px;
	margin-left: 5px;
	margin-right:25px;

	/*padding-right: 80px;
	/*width:6%;*/
	display: block;
	float: left;
    cursor: pointer;
	position: relative;
 }


footer #foot  .botones li span{
	position: absolute;
	bottom:0px;
	text-decoration: none;
	font-weight:bold;
	color: #65003b;
	width:100%;
	text-align:center;
	line-height:12px;
	left: 0px;
}
/*body audio{
	position: absolute;
	right: 0px;
	bottom: 90px;
}*/

footer #foot .botones #audio span{ /*TEXTO BOTON AUDIO*/
	width:70px;
	margin-left:10px;
}


footer #foot .botones a:hover {
	
}
 footer #foot >ul #logo {
	z-index: 100;
    height:40px;
	width: 43px;
	margin-top: 20px;
	margin-bottom:15px;
	/*margin-right:2%;*/
}



 
footer #foot > ul > #audio{
	float:right;
	border-right: 0;
}
footer #foot > ul > #ayuda{
	float:right;
	border-right: 0;
}


/*Componentes
---------------*/
.anaya-widget {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 0.8em;
	/*border-right: 1px solid #e87fb1;*/
}
