/* 
    Document   : puntosBi
    Created on : 01-ene-2014, 13:35:11
    Author     : Jose Luis
    Description:
        Purpose of the stylesheet follows.
*/
.barraSuperior{
    background-color: #00aeef;
    border-radius: 5px 5px 0px 0px;
    
}
.barraSuperior label{
    color: #FFFFFF;
    font-size: 18px;
    font-family: "robotoregular";
    line-height: 20px;
    font-weight: 300;
    display: inline;
}
.barraSuperior .bold{
    font-weight: 700 !important;
}
label{
                                    cursor:default;
                                }
.titulo{
    vertical-align: middle;
    color: #001c71;
    font-size: 28px;
    font-family: "robotobold";
    line-height: 60px;
    font-weight: 700;
    text-align: left;
}

.barraSubTitulo{
   background-color: #00417e;
}

.barraSubTitulo label{
    color: #FFFFFF;
    font-size: 18px;
    font-family: "robotobold";
    line-height: 40px;
    font-weight: 700;
    display: inline;
    text-transform: uppercase;
}
.detalle{
    background: #fff;
    border-left: 1px solid #e6e7e8;
    border-top: 1px solid #e6e7e8;
}
.detalleTitulo{
    color: #00aeef;
    font-size: 12px;
    font-family: "robotobold";
    line-height:    30px;
    font-weight: 700;
    text-transform: uppercase;
}

.gris{
    background-color: #f4f4f4;
    text-align: center;
    min-height: 180px;
    border-left: 1px solid #e6e7e8;
    border-top: 1px solid #e6e7e8;
}
.gris img{
    padding-top: 50px;
}
.gris label{
    color: #464646;
    font-size: 16px;
    font-family: "robotobold";
    line-height: 30px;
    font-weight: 700;
    padding-top: 20px;
}
.gris .sub{
    color: #464646;
    font-size: 12px;
    font-family: "robotoregular";
    line-height: 26px;
    padding-bottom: 10px;
    padding-top: 0;
    font-weight: 400;
    opacity: 0.5;
    zoom: 1;   filter: alpha(opacity=50);
}
.numeros{
    color: #a1a1a1 !important;
    font-size: 50px !important;
    font-family: "robotobold";
    line-height: 50px !important;
    padding-top: 50px !important;
}
.subNumeros{
    padding-top: 0 !important;
}

.barraSuperior{
	padding-left:15px;
	padding-right:15px;
}
