/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hoja {    padding: 0px!important;	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    .hoja {    padding: 0px!important;	}



}

.franja_azul_interna {
    background-color: #0047B9;
    color: #FFFFFF;
    padding: 10px;
    margin-top: -25px;
}
.hoja {
    padding-bottom: 40px;
}

.titulo_pagina_interna {
    color: #FFFFFF;
    text-align: right;
    font-family: oswaldregular;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: -10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    float: right;
}
.formu_login {
    border: 3px dotted #CCCCCC;
    padding: 30px;
    border-radius: 10px;  /*Estandar   */

    -ms-border-radius: 10px; /* IE8   */ 
    -moz-border-radius: 10px; /* firefox   */  
    -webkit-border-radius: 10px; /*safari   */  
    -khtml-border-radius: 10px; /* Konqueror   */ 
    margin-top: 80px;
    margin-right: 20px;
    margin-bottom: 80px;
    margin-left: 20px;
}
.caja_texto {
    font-size: 18px!important;
    font-family: 'pt_sansregular'!important;
    margin-top: 10px;
}
.boton_entrar  {
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #FFFFFF;
    cursor:pointer;
    font-weight: bold;
    background-color: #8DAFE2;
    font-size: 15px;
    text-align: center;
    width: 108px;
    border-radius: 5px;  /*Estandar   */
    font-family: 'pt_sansregular'!important;
    -ms-border-radius: 5px; /* IE8   */ 
    -moz-border-radius: 5px; /* firefox   */  
    -webkit-border-radius: 5px; /*safari   */  
    -khtml-border-radius: 5px; /* Konqueror   */ 
    text-transform: uppercase;
}
.boton_entrar:hover {	
    background-color: #0066CC;	
    color: #FFFFFF;
}
.submenu {
    color: #8DAFE2;
    float: left;
    font-size: 15px;
    display: block;
    padding: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #0047B9;
}
.submenu li {
    float: left;
    display: block;
    color: #0047B9;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;

}
.submenu li a {

    display: block;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 5px;  /*Estandar   */
    font-family: pt_sansregular!important;
    color: #FFFFFF;
    background-color: #0047B9;
    -ms-border-radius: 5px; /* IE8   */ 
    -moz-border-radius: 5px; /* firefox   */  
    -webkit-border-radius: 5px; /*safari   */  
    -khtml-border-radius: 5px; /* Konqueror   */ 

}
.submenu li a:hover {

    color: #0047B9;
    background-color: #F4F4F4;
}




.facturacion {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-top: 50px;
    width: 100%;
    border-radius: 10px;  /*Estandar   */

    -ms-border-radius: 10px; /* IE8   */ 
    -moz-border-radius: 10px; /* firefox   */  
    -webkit-border-radius: 10px; /*safari   */  
    -khtml-border-radius: 10px; /* Konqueror   */ 
    overflow: hidden;
    line-height: 15px;
}



.cabecero {
    font-family: oswaldregular;
    color: #FFFFFF;
    background-color: #A6BDEA;
}
.facturacion td {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    border: 1px dashed #CCCCCC;
}
.facturacion .fecha {
    font-size: 12px;
    text-align: center;
    color: #0047B9;
}

.facturacion .precio {
    color: #000000;
    font-weight: bold;
    text-align: right;
    font-size: 13px;
}
.facturacion tr:nth-child(even){
    background-color: #E8E8E8;


}

.rojo{
    color: #FF0000!important;    
}

.titular_zona_privada{
    color: #8DAFE2;
    font-family: pt_sansbold;
    font-size: 30px;
    border-bottom: 2px solid #8DAFE2;
    margin-top: 30px;
    padding-bottom: 8px;
}

.realizar_pago{
    text-align: right;
    margin-top: 20px;
}

.bot_pagar{
    background-color: #0047B9!important;
    border: medium none;
    border-radius: 8px 8px 8px 8px!important;
    color: #FFFFFF!important;
    cursor: pointer;        
    font-size: 15px!important;    
    padding: 8px 10px;
    text-align: center; 
    font-family: oswaldregular!important;
    font-weight: normal!important;
}

.bot_pagar:hover{
    background-color: #A6BDEA!important;        
}

.txt_center{
    text-align: center;
}