@font-face {
    font-family: desyrel_ttf;
    src: url("/css/fonts/desyrel.ttf");
}
@font-face {
    font-family: espace;
    src: url("/css/fonts/spaceage.ttf");
}
body{
    margin: 0;
}
a{
    color:#900;
}
a:hover{
    text-decoration: underline;
}
a:visited a:active{
    color: #000;
}
.borde-redondo{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fondo-amarillo{
    background-color: #FBCB09;
}
.destacados{
    padding: 5px;
}
.borde-red-rojo{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #FBCB09;
    padding: 3px;
    width: 25px;
    margin: 3px 3px 3px 0;
    background-color: #FBCB09;
    text-align: center;
}
