@charset "UTF-8";
/* CSS Document */

.linea_superior_navegacion_btn a {font-family: 'Signika', sans-serif;}

.linea_superior_navegacion_btn{
width:1000px;
height:34px;
background-color:#58595B;
}

.botones_navegacion_yuplonsites{
    width:323px;
    height:30px;
    float:left;
    margin:6px 0 -2px 260px;
    }
.btn_irOfertas a, .btn_irViajes a, .btn_irPremios a{
    width:105px;
    height:24px;
    margin:0 0 0 2px;
    text-align:center;
    background-color:#B8D432;
    float:left;
    color:#000;
    padding:5px 0 0 0;
    text-decoration:none;
    
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px; 
}
/* tabs background becomes white depending on the page that you are on. this is the yuplonviajes example */
.btn_irViajes a{background-color:#FFF!important;}
.btn_irViajes a:hover{color:#39B54A!important;}

.btn_irOfertas a:hover, .btn_irViajes a:hover, .btn_irPremios a:hover{
background-color:#39B54A;
color:#FFF;
}
btn_irViajes active{
background-color:white;
color:#39B54A;
}
