/*TARIFAS*/
.rightCol
{
    position:relative;
}
.rightCol .mainContent
{
    float:none;
    height:450px;
    overflow:hidden;
    position:relative;
}

.cajas
{
    position:absolute;
    width:543px;
    top:60px;
    left:0px;
}

.entrantes
, .salientes
{
    background-image:url('pnlEntrantes.png');
    width:528px;
    height:112px;
    background-repeat:no-repeat;
    position:relative;
    margin:0 auto;
    margin-bottom:15px;
}
.salientes
{
    background-image:url('pnlSalientes.png');
    background-color:#F9F9F9;
    /*height:auto; */
}
.entrantes .title
,.salientes .title
{
    margin-left:25px;
}
.entrantes .form
,.salientes .form
{
    width:518px;
    height:45px;
    font-family:Verdana;
    position:absolute;
    top:65px;
    left:10px;
}
.salientes .form
{
    top:75px;
    height:35px;
}
.entrantes .form .select
,.salientes .form .select
{
    border:solid 1px #7BD1F1;
    width:200px;
    margin-bottom:15px;
    height:20px;
    font-size:12px;
}
.entrantes .form .select option
,.salientes .form .select option
{
    width:200px;
}
.entrantes .form .costos
,.salientes .form .costos 
{
    color:#3CB7E3;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
}
.entrantes .form .costos span
,.salientes .form .costos span
,.entrantes .form .costos .tarifa
,.salientes .form .costos .tarifa 
{
    float:left;
}
.entrantes .form .tarifa
,.salientes .form .tarifa 
{
    width:100px;
    color:gray;
    text-align:center;
    height:20px;
    line-height:20px;
    position:absolute;
    right:40px;
    bottom:20px;
    font-weight:bold;
}
.salientes .form .tarifa 
{
    bottom:12px;
}
.section .description
{
    bottom:0;
    margin-top:300px;
    position:absolute;
}
.salientes .error
{
    color:Red;
    height:20px;
    line-height:20px;
    display:none;
    position:absolute;
    bottom:0px;
    left:10px;
}
