/*TARIFAS*/
.section .description 
{
    color:black;
    font-family:arial;
    font-size:12px;
}
.entrantes
{
    width:305px;
    height:210px;
    margin:0 auto;
}
.entrantes .paisesTarifas
{
    float:left;
    width:200px;
}
.entrantes .select
{
    border:solid 1px #CCCCCC;
    width:185px;
    margin-top:2px;
    margin-bottom:15px;
    height:20px;
    font-size:12px;
    float:left;
}
.entrantes .select option
{
    width:200px;
}
.entrantes .costos
{
    clear:both;
    color:#F69929;
    float:none;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    height:auto;
    overflow:hidden;
    width:185px;
}
.entrantes .costos span
,.entrantes .costos .tarifa
{
    float:right;
    margin-top:20px;
}
.entrantes .costos .tarifa
{
    background-color:#EDEDEF;
    color:black;
    height:25px;
    line-height:25px;
    margin:15px 0 0 10px;
    text-align:center;
    width:95px;
}

.entrantes .btnTarifas
{
    background-image:url('btn_tarifas.gif');
    width:100px;
    height:23px;
    border:0px;
    cursor:pointer;
    float:left;
    margin-bottom:15px;
}
