/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-mar-2016, 14:48:42
    Author     : JuanS
*/
@import "../global.css";
@import "front.css";

#stContainer{
    width: 700px;
    
}

#stTarifas{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}



.clsArtDescTarifas {
    color: lightcoral;
    font-size: 1.8em;
}

.tbTtarifas{
    width: 100%;
    font-size: 1.2em;
}
.tbTtarifas td{
    color: #666;
    padding: 5px 0px;
}
.tbTtarifas td:not(:first-child){
    text-align: center;
}
.tbTtarifas td.categoria:first-child{
    text-align: center;
}
.tbTtarifas td.categoria{
    padding-top: 10px;
    color : #222 !important;
    font-weight: bold;
}
.tbTtarifas td.descripcion{
    font-weight: bold;
    color: #444 !important;
}

@media screen and (max-width:940px){
    #stContainer{
        width: 100%;
    }
    #stTarifas{
        overflow-x:  scroll;
    }
}