@charset "UTF-8";


#principal {
    width: 730px;
}

#actualizadas table {
    margin-top: 20px;
}

#masvisitadas img {
    float: right;
    margin-top: 20px;
}

#masvisitadas table {
    margin-top: 20px;
    width: 395px;
}

#ce1, #ce2, #ce3, #ce4, #ce5, #ce6, #ce7, #ce8, #ce9, #ce10 {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

#ce1 { background: #9acd32; }
#ce2 { background: #ff0000; }
#ce3 { background: #ff00ff; }
#ce4 { background: #00ced1; }
#ce5 { background: #ffa500; }
#ce6 { background: #cd853f; }
#ce7 { background: #CD5C5C; }
#ce8 { background: #ffff00; }
#ce9 { background: #008b8b; }
#ce10 { background: #f0e68c; }

#actualizadas a,
#enlaces a,
#masvisitadas a {
    font-weight: bold;
}

#enlaces li,
#actualizadas li {
    padding: 8px 10px;
}

#enlaces > div {
    float: left;
    width: 360px;
}

#enlaces .derecha {
    margin-left: 10px;
}

#enlaces span,
#enlaces span b {
    font-size: 10px;
}

#enlaces span {
    display: block;
}

#enlaces .hoy {
    background: yellow;
    display: inline;
    font-weight: bold;
    margin-left: 4px;
    padding: 0 2px;
}

