ul.lista, ul#sublista {
    clear: both;
    font-family:"Century Gothic";
    list-style-type: none;
    position: relative;
	display:block;
	font-weight:500;    
}

ul.slide{
	list-style-type: decimal;	

}
ul.resumen2{
	list-style-type: none;
}
ul li a{
	color:#000000;
}

ul li.menu,ul li.menu2, ul li.submenu2 {
    position: relative;
	font-family:"Century Gothic";
	font-size:18px;
    z-index: 1;
    padding: 0 0.5em;
    line-height: 1.0;
    float: left;
}

ul.links {
    font-family: Georgia, serif;
}

ul.links div.ahover {
    background: #cccccc url('up.png') no-repeat center bottom;
    padding-bottom: 10px;
}

ul.comics li:hover {
    color: #000000;
}

div.ahover {
    position: absolute;
}

ul.comics div.ahover {
    background: #cccccc;
    border: 2px solid #999999;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

ul.comics li {
    clear: left;
    color: #222;
}
.selecc {
    background: #cccccc;
    border: 2px solid #999999;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

ul.comics {
    font-size: 1.1em;
}

ul.cards li {
    color: #eee;
    background: #222;
    text-align: center;
    margin: 3px;
    height: 5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 3px solid #111;
}

ul.cards li:hover {
    color: #f43;
}

ul.cards div.ahover {
    background: #f43;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #555;
}

ul.letters {
    font-size: 2em;
    font-weight: bold;
    width: 10em;
}

ul.letters li {
    color: #abb;
}

ul.letters li:hover {
    color: #fff;
}

ul.letters div.ahover {
    background: #344;
}
