.listado{
    width: 100%;
    text-align: center;
    margin: 20px 0px 40px;
    padding: 0px;
    float: left;
    clear: both;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 100;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

.listado ul{
    list-style: none;
}

.listado li a{
	text-decoration: none;
	color: #4dbce9;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 36px;
}

.listado li a:hover{
	color: #107fa4;
}

#footer{
    position: relative;
    clear: both;
    height: 90px;
    float: right
}