@font-face {
    font-family: 'telefonicaregular';
    src: url('../fonts/telefonica-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    background: #5bc500;
    font-family: 'telefonicaregular' !important;
    color: white;
}
.btn{
    border-radius: 0 !important;
}
.btn-votar,.btn-votar:hover,.btn-votar:active{
    background-color: #ed217c;
    color:#FFF;
}
.title-results{
    padding: 0px;
    top: -20px;
    position: relative;
    float: left;
    color: #FFFFFF;
}
.boton{
    font-size:10px;
    font-family:Verdana,Helvetica;
    font-weight:bold;
    color:black;
    background:#8AD549;
    border:0px;
    width:80px;
    height:19px;
}
.boton_votar{
    background: url(../images/bt_enc_01.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    font-weight: bold;    
    padding-bottom: 2px;
    width: 100px;
    height: 45px;
    border: none;
}
.boton_result{
    background: url(../images/bt_enc_02.png) no-repeat scroll 0 0 transparent;
    color: #914B93;
    cursor: pointer;
    font-weight: bold;    
    padding-bottom: 2px;
    width: 100px;
    height: 45px;
    border: none;
    margin-left: 20px;
}

/*# sourceMappingURL=style.css.map */
