/**************Tipografía**********************************/
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900,900italic);

body {
    font-family: 'Lato', sans-serif;
    padding-bottom: 0;
}


/**************Header**************************************/

.header{
    background: #313236;
    text-align: center;
}

.header img {
        max-width: 100%;
}

.logo_int {
    width: 192px;
    position: absolute;
    left: 44%;
    top: 2px;
}

.datos {
    margin-top: 5px;
}
.acceso-cuenta, .ticketso {
    border-style: solid;
    border-width: 1px;
    padding: 7px 15px 7px 15px;
    /* margin-top: 19px; */
    margin-top: 0;
    position: relative;
    top: -3px;
    color: white;
    font-size: 14px;
    font-style: italic;
}
.ticketso {
    border: none;
    padding: 0;
    display: inline-block;
    margin-top: 10px;
}
.bandera {
    background: url(../img/Facturacion-electronica-mexico.png);
    width: 24px;
    height: 14px;
    display: inline-block;
    zoom: 1;
    margin: 0 20px;
    background-position: 0px -212px;
}
.top-tel {
    color: #FFF;
    font-size: 26px;
    margin-right: 20px;
    font-weight: bold;
    vertical-align: top;
}
.top-tel a {
    color: #fff;
    cursor: text;
}
.top-tel a:hover{
    text-decoration: none;
}

.label-info{
    background: none;
    border: #fff 1px solid;
    padding: 7px 10px;
}

/**************Bloques*************************************/
.azul-claro {
    background: #F1F6FC;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
}

.center {
        text-align: center;
}


/***************Login**************************************/

.contenedor_form {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    padding: 20px;
    border-radius: 0;
    max-width: 394px;
    margin: 0 auto;
}


/**************Footer**************************************/
footer.footer {
    background: #282828;
    color: white;
    background-image: url(../img/Validador-cfdi-footer-master-edi.png);
    padding: 30px 0; 
    text-align: center;
}

.legal {
    font-size: 12px;
	text-decoration:none;}


span.legal a {
    color: #F79420;}


/**************Footer nuevo**************************************/
.hoja {
    max-width: 1000px;
    margin: auto;
}
footer .pull-right{
    float: none;
    margin: 0 0 1em;
}

.footer a{
    color: white;
}
.footer a::-moz-focus-inner {
  border: 0;
  outline: none;
}
.footer .span3 {
    margin: 10px 30px 0 0;
    width: 210px;
    float: left;
    text-align: left;
}

.li-titulo a {
    color:#f7941e;
    font-size:17px;
    font-weight:bold;
}
.footer ul{
    padding-left: 0;
    text-align: left;
}
.footer li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 14px;
}

.cont-redes{
    display: block;
    width: 100%;
}
.logo-footer{
    float: left;
}
.redes{
    font-size: 15px;
    float: right;
    margin-right: 1.5%;
}
    .redes a{
        display: inline-block;
        margin: 0 3px;
        vertical-align: middle;
    }

.clientomx{
    text-align: center;
    max-width: 520px;
    margin: auto;
}
    .clientomx .legal {
        margin-left: 0;
        /*margin-right: 26px;*/
        margin-top: 20px;
        display: block;
    }
    .clientomx .cont-aviso{
        max-width: 400px;
        margin: auto;
    }
    .clientomx .aviso{
        float: left;
    }
    .clientomx .cliento{
        float: right;
    }

.limpiar, .limpia{
    clear: both;
    height: 0;
}

/* movile media querys */

@media (max-width: 700px){
    .navbar-nav li h4{
        margin-left: 15px;
    }
}
@media (max-width: 400px){
    .logo_int {
        display: none;
    }
    .datos {
        width: 100%;
        text-align: center;
    }
    .logo-footer, .redes{
        float: none;
    }
    .footer .span3 {
        width: 100% !important;
        text-align: center;
        padding-left: 0 !important;
    }
    .footer ul {
        text-align: center;
    }
}
@media (max-width: 320px){
    .bandera{
        display: none;
    }
    .top-tel{
        display: block;
        margin-right: 0;
    }
}


.pagination{
    max-width: 630px;
    width: 100%;
}
.pagination>li {
    display: inline-block;
    background: #F1F6FC;
    margin: 0 -4px 0 0;
    max-width: 210px;
    width: 100%;
}
.pagination>li>a{
    background: #1F9BDE;
    color: #fff;
    display: inline-block;
    max-width: 210px;
    width: 100%;
    padding: 11px 10px;
}
.pagination>li>a:hover{
    background: #F1F6FC;
    color: #333;
}
.pagination>.disable{
    background: #F1F6FC;
}
.pagination>.disabled>span, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus{
    background: #F1F6FC;
    color: #ccc;
    font-weight: bold;
}
/*btn <span class="num">1</span>*/
.num {
    background: cornflowerblue;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 25px;
    line-height: 1.2em;
    margin: 0 5px 0 0;
    padding: 3px 13px 7px;
    vertical-align: middle;
}
@media (max-width: 600px){
    .pagination{
        max-width: 400px;
    }
    .pagination>li>a{
        text-align: left;
    }
}