/* 
    Document   : home
    Created on : Nov 12, 2013, 5:35:21 PM
    Author     : marvins
    Description:
        Purpose of the stylesheet follows.
*/
.lineaAzul{
    border-top: 1px #033d78 solid;
    /*left: 30px;*/
    margin-top: 20px;
}
.contenedorTipoCambio{
    /*left: 30px;*/
    margin-top: 20px;
    top: -26px;
    min-width:560px;
    background-color: #fff;
}
.contenedorTipoCambio .tituloTipoCambio{
    color: #0e4888;
    font-family: "robotobold";
    font-size: 10px;
    margin-left: 10px;
    margin-right: 5px;
    cursor: default;
}
.contenedorTipoCambio .compraVenta{
    color: #0e4888;
    font-family: "robotoregular";
    font-size: 10px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: default;
}
.contenedorTipoCambio .divisor{
    border-right: 1px #0e4888 solid;
    height: 15px;
    position: relative;
    top: -3px;
    cursor: default;
}
#banner{
    text-align: center;
    margin-top: 10px;
}#spriteBanner{
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;
    text-align: center;
}
#spriteBanner .sprite{
    background: url(../media/imagenes/general/spriteBanner.png) 0px -10px no-repeat;
    display: inline-table;
    height: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: 10px;
}
#bloques{

}
#bloques .bloqueHacer{
    margin-bottom: 20px;
}
#bloques .tituloBloque{
    background-color: #004484;
    border-radius: 11px 5px 0px 0;
    width: 100%;
}
#bloques .tituloBloque label{
    color: #fff;
    display: inline-block;
    font-family: "robotobold";
    font-size: 14px;
    padding-left: 10px;
}
#bloques .bloqueHacer input{
    background: url(../media/imagenes/general/search.png) no-repeat 95%;
    border: none;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    color: #004484;
    font-family: "robotobold";
    font-size: 13px;
    height: 43px;
    margin-bottom: 0;
}
#bloques .bloqueHacer .flechaArriba{
    background-color: #8a8a8a;
    display: block;
    text-align: center;
    width: 100%;
}
#bloques .bloqueHacer .flechaArriba img{
    padding-top: 8px;
    padding-bottom: 8px;
}
#bloques .bloqueHacer .opciones{
    background: #f4f4f4;
    border-bottom: 1px #ccc solid;
    color: #000;
    display: block;
    font-family: "robotoregular";
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 15px;
    text-align: left;
    text-decoration: none;
}
#bloques .bloqueHacer .flechaAbajo{
    background-color: #8a8a8a;
    display: block;
    text-align: center;
    width: 100%;
}
#bloques .bloqueHacer .flechaAbajo img{
    padding-top: 5px;
    padding-bottom: 7px;
}
#bloques .bloqueHacer .verTodos{
    background: #004484;
    border-radius: 0 0 5px 5px;
}
#bloques .bloqueHacer .verTodos a{
    color: #fff;
    display: block;
    font-family: "robotobold";
    font-size: 12px;
    padding-bottom: 11px;
    padding-right: 10px;
    padding-top: 12px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
}
#bloques .bloqueLocalizar{
    margin-bottom: 20px;
}
/*****************MENU CORPORATIVO*****************/
/**********************************************************/
#menuCorporativo{
    background: #e5e5e5;
    height: 170px;
}

#menuCorporativo .close{
    display: none !important;
}

#menuCorporativo .paises{
   	width: 100%;
    float: left;
}
#menuCorporativo .paises.corporativo{
    width: auto; /* 100%*/
}
#menuCorporativo .opcionesPaises{
    background-image: url(../media/imagenes/general/flechaDrop2.png);
    background-position: 155px;
    background-repeat: no-repeat;
    background-color: #d0d0d0;
    color: #fff;
    display: block;
    font-family: "robotobold";
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 170px;
}
#menuCorporativo .opcionesPaises:hover{
    background-color: #00aeef;
    background-image: url(../media/imagenes/general/flechaDrop2.png);
    background-position: 155px;
}
#menuCorporativo .itemsMenu{
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
}
#menuCorporativo .itemsMenu a{
    border-bottom: 1px #8a8a8a solid;
    color: #8a8a8a;
    display: block;
    font-family: "robotoregular";
    font-size: 10px;
    float: left;
    padding-bottom: 10px;
    padding-left: 11px;
    padding-right: 10px;
    padding-top: 11px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 165px
}
#menuCorporativo .itemsMenu a:last-child{
    border-bottom: none;
}
#menuCorporativo .itemsMenu a:hover{
    color: #fff;
    background: #8a8a8a;
}

/************************MENU AZUL*********************/
/**********************************************************/
.menuAzul{
    background: #004382 !important;
    /*display: none !important;*/
    /*max-height:155px;*/
    /*height: 155px  !important;
    overflow: scroll  !important;*/
}


.menuAzul .opcionesPaises{
    background-image:none !important;
    background-color:transparent !important;
}

.menuAzul .contenedorMenu{
    text-align: center  !important;
    height: 170px  !important;
    width: 100%  !important;
}

.menuAzul a{
    border-bottom: 1px #296299 solid  !important;
    color: #fff  !important;
    display: block  !important;
    font-family: "robotoregular"  !important;
    font-size: 10px  !important;
    float: left  !important;
    padding-bottom: 10px  !important;
    padding-left: 11px  !important;
    padding-right: 10px  !important;
    padding-top: 11px  !important;
    text-decoration: none  !important;
    margin-left: 1%  !important;
    margin-right: 1%  !important;
    float: left  !important;
    padding-bottom: 10px  !important;
    padding-top: 10px  !important;
    width: 18%  !important;
}
.menuAzul  a:hover{
    color: #8a8a8a  !important;
    background: #fff  !important;
}

.scrollable .viewport{
    width:100% !important;
    height:100% !important;
    position:static !important;
}

.container{
    /*overflow:hidden;*/
}

.interactive_bar .menuShare img{
    margin-left: 5px;
    margin-right: 5px;
}
.viewmore{
    height:20px;
    background-color: #004484;
    color: #fff;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
