/* HOME */

/* DIV.home-logo {
    margin-bottom: 30px;
    margin-top: 30px;
}  */

DIV.home-logo IMG.img-logo-mobile {
    width: 50%;
}

DIV.header-popup IMG.img-logo-mobile{
    display: inline;
    width: 50%;
}

IMG.img-logo{
    display: none;
}

IMG.img-logo-mobile{
    display: inline;
    width: 50%;
    padding: 15px 0;
}

DIV.search-box-container-home {
    width: 100%;
}

DIV.search-button-container-home {
    position: relative;
    margin-top: 30px;
}

INPUT.search-box-home {
    font-size: 15px;
    color: #757575;
    text-align: left;
    padding: 15px 10px 15px 10px;
    width: 85%;
    background-color: #fff;
    border: solid 1px #d4d4d4;
    margin: 0;
    height: 16px;
}

.home-search-btn-wrap .trigger {
    font-size: 25px;
    padding: 10px 0px 10px 46px;
    background: #4f4f66 url("../images/search-icon.png") right 36px center no-repeat;
    width: 200px;
    height: 60px;
    margin: 0;
    border-radius: 2px;
    color: #FFFFFF;
    text-align: left;
    background-size: 15%;
}

.home-search-btn-wrap .trigger .button-text {
    display: inline-flex;
    align-items: center;
}

BUTTON.search-button-home {
    font-size: 25px;
    padding: 10px 0px 10px 46px;
    background: #4f4f66 url("../images/search-icon.png") right 36px center no-repeat;
    width: 200px;
    height: 60px;
    margin: 0;
    border-radius: 2px;
    color: #FFFFFF;
    text-align: left;
    background-size: 15%;
}

BUTTON.search-button-home SPAN.button-text {
    display: block;
}

DIV.home-ads {
    margin-top: 30px;
    margin-bottom: 45px;
}

DIV.footer{
    height: auto;
}

DIV.div-copyright {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    width: auto;
}

DIV.social-footer {
    position: relative;
    margin: 0 auto 10px auto;
    height: 24px;
    top: 0;
    right: 0;
}

/* HEADER SECCIONES */

DIV.search-top-bar-container {
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
    height: auto;
    margin-bottom: 10px;
}

DIV.search-top-bar-logo {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

DIV.section-search DIV.filters-button {
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
    cursor: pointer;
    width: 38px;
    height: 23px;
}

DIV.filters-button {
    display: block;
    float: right;
    margin-right: 15px;
    /* border: 1px solid; */
    padding: 0px 10px 0px 10px;
    color: #2F80ED;
    background: #F2F2F2;
}

DIV.search-box-container-header {
    display: inline-block;
    width: auto;
    position: relative;
    left: 0;
}

INPUT.search-box-header {
    font-size: 14px;
    color: #757575;
    text-align: left;
    padding: 7px 37px 7px 5px;
    width: 266px;
    background-color: #fff;
    border: solid 1px #d4d4d4;
    margin: 0;
    height: 18px;
    line-height: 18px;
}

DIV.search-button-container-header{
    position: absolute;
    top: 0px;
    right: 0;
}

.bar-search-btn-wrap .trigger {
    background: #4f4f66 url("../images/search-icon.png") center center no-repeat;
    background-size: 50%;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 2px;
}

BUTTON.search-button-header {
    background: #4f4f66 url("../images/search-icon.png") center center no-repeat;
    background-size: 50%;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 2px;
}

/* SEARCH RESULTS */

DIV.categories {
    position: absolute;
    top: -166px;
    left: -260px;
    z-index: 20;
    background: #525256;
    display: block;
    padding: 50px 0 0 50px;
    width: 210px;
    height: auto;
    margin: 0;

    -webkit-transition: left 1s;
    transition: left 1s;
    overflow: hidden;
}

DIV.categories-mobile-show {
    left: 0;
    top:-120px;
}

DIV.close-filter-button {
    display: block;
    background: url("../images/cerrar-filtros.png") center center no-repeat;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 20px;
    right: 10px;
    cursor: pointer;
}

DIV.categories DIV.filters-title {
    width: 100%;
    text-align: left;
    background-color: #525256;
    color: #C1C1C1;
    font-size: 16px;
    margin-bottom: 15px;
    white-space: nowrap;
}

DIV.categories DIV.view-categories {
    margin-bottom: 7px;
}

DIV.categories DIV.view-categories DIV.view-name{
    font-size: 15px;
    height: 15px;
    color: #FFF;
    background-color: #525256;
    padding: 3px 0px 8px 0px;
    text-align: left;
    border-bottom: solid #C1C1C1 1px;
    margin-bottom: 4px;
}

DIV.categories DIV.view-categories A {
    color: #C1C1C1;
    text-decoration: none;
    background: none;
    padding-left: 8px;
    line-height: 15px;
    font-size: 15px;
    margin-bottom: 4px;
    white-space: nowrap;
}

DIV.categories DIV.view-categories A:hover {
    text-decoration: none;
}

DIV.categories DIV.view-categories SPAN.category-count {
    font-size: 15px;
    color: #C1C1C1;
    text-align: left;
    padding: 0px 1px;
    line-height: 15px;
}

DIV.breadcrumb-in-filter {
    display: inline-block;
}
DIV.breadcrumb-in-filter A {
    color: #C1C1C1;
    text-decoration: none;
    background: url('../images/clear-filters.png') center right no-repeat !important;
    padding-left: 8px;
    line-height: 15px;
    font-size: 15px;
    margin-bottom: 4px;
    white-space: nowrap;
    padding-right: 14px;
}

DIV.just-on-mobile {
    display: block;
}

DIV.results-count {
    display: none;
}

DIV.bottom-container {
    margin: 0px;
}

DIV.results {
    width: 100%;
    margin: 0;
}

DIV.search-query {
    /* width: 96%;
    background: #1F414D;
    font-size: 15px;
    padding: 10px 1% 0px 3%;
    text-transform: uppercase;
    color: #E6E8EB;
    font-weight: bold;
    margin: 0; */
    padding-left: 12px;
    /* display: none; */
}

DIV.search-query SPAN {
    display: block;
    color: #FFFFFF;
    text-transform: lowercase;
    font-weight: normal;
    padding: 5px 0px;
}

DIV.search-breadcrumbs-button {
    display: block;
    width: 100%;
    background: #1F7AC1;
    text-align: center;
    cursor: pointer;
    color: #92C7F0;
    font-size: 15px;
    padding: 12px 0;
    display: none;
}

DIV.breadcrumbs-button-text {
    background: url('../images/abrir-breadcrumbs.png') center right no-repeat;
    background-size: 15%;
    display: inline-block;
    padding-right: 50px;
}

DIV.search-breadcrumbs {
    display: block;
    background: #1F7AC1;

    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;

    /*-webkit-transition: max-height 400ms, padding-top 500ms, padding-bottom 500ms;
    transition: max-height 400ms, padding-top 500ms, padding-bottom 500ms;*/

}

DIV.search-breadcrumbs-mobile-show {
    height: auto;
    padding-bottom: 5px;
    padding-top: 20px;
    max-height: 350px;
}

DIV.breadcrumb {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    font-size: 15px;
    color: #92C7F0;
    background: #1F7AC1;
    text-align: center;
    border: none;
}

DIV.hl-breadcrumb {
    border: none !important;
}

DIV.breadcrumb DIV.breadcrumb-inner {
    padding: 10px 0;
    border: none;
}

DIV.breadcrumb A {
    background: url('../images/remover-breadcrumb.png') no-repeat !important;
    background-size: 100% !important;
    padding: 6px 12px 6px 12px !important;
    border: none;
}

DIV.results DIV.hit {
    margin: 0;
    padding: 12px 1% 9px 3%;
}

DIV.denominacion {
    margin-bottom: 8px;
}

DIV.paginator {
    padding: 0;
    height: 30px;
    border: none;
    display: inline-block;
    width: 100%;
    margin-top: 5%;
}

DIV.paginator A {
    font-size: 20px;
}

DIV.paginator SPAN.special-link {
    position: relative;
    margin-top: 5px;
}
DIV.paginator SPAN.special-link A {
    background: #F1F1F1;
    display: block;
    width: 100%;
}


DIV.paginator DIV.paginator-next, DIV.paginator DIV.paginator-prev {
    width: 40%;
    height: 30px;
    margin: 0;
    top: 0;
    text-align: center;
    padding-top: 5px;
    background: #F1F1F1;
}

DIV.mobile-button-fs {
    width: 90% !important;
}

DIV.paginator DIV.paginator-prev {
    left: 5%;
}

DIV.paginator DIV.paginator-next {
    right: 5%;
}

DIV.paginator TABLE {
    display: none;
}

DIV.ads-right-bar {
    display: none;
}

/* FOOTER */
DIV.footer-search {
    width: 100%;
}

DIV.div-co-iso {
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

IMG.logo-footer {
    display: none;
}

IMG.logo-footer-mobile {
    display: inline;
    /* width: 20%; */
}

DIV.footer-home {
    margin-top: -25px;
}

DIV.footer-home DIV.div-copyright {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    margin: 12px auto 20px;
    display: inline-block;
    text-align: center;
    padding: 0;
}

DIV.footer-search DIV.div-copyright {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    margin: 0 auto 20px auto;
    display: inline-block;
    text-align: center;
    padding: 0;
}

DIV.div-btn-baja {
    position: relative;
    display: block;
    width: 50%;
    left: 0;
    top: 0;
    margin: 18px auto 0 auto;
}

/* ESTILOS DE LA PAGINA DE DETALLE */

H1.p_title {
    background: #FFFFFF;
}

DIV.persona-informes {
    position: relative;
    padding: 0;
    width: 98%;
    margin: 12px auto 0 auto;
}

DIV.persona-informes > DIV {
    margin: 0;
    text-align: left;
    width: 25%;
    padding: 0;
    border: none;
    min-height: initial;
}

DIV.persona-informes > DIV > DIV {
    margin: 0;
    font-size: 15px;
    text-align: center;
}

DIV.persona-informes > DIV > DIV > SPAN.informes-nombre-corto {
    display: block;
    width: 100%;
    padding: 10px 0 10px 0;
    /*background-image:  url('../images/abrir-informes.png');
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: bottom 10px center;*/
    cursor: pointer;
}

DIV.persona-informes > DIV > DIV > SPAN.informes-nombre-largo {
    display: none;
}

DIV.afip SPAN.informes-nombre-corto {
    background-color: #424242;
}

DIV.rentas SPAN.informes-nombre-corto {
    background-color: #E5880F;
}

DIV.banco-central SPAN.informes-nombre-corto {
    background-color: #1D6AC2;
}

DIV.dateas SPAN.informes-nombre-corto {
    background-color: #267F00;
}

DIV.afip DIV.titulo_box_informes {
    color: #FFFFFF;
}

DIV.rentas DIV.titulo_box_informes {
    color: #FFFFFF;
}

DIV.banco-central DIV.titulo_box_informes {
    color: #FFFFFF;
}

DIV.dateas DIV.titulo_box_informes {
    color: #FFFFFF;
}

UL.p_listaInformes-mobile LI {
    list-style: none;
}

UL.p_listaInformes-mobile LI A {
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
}

UL.p_listaInformes {
    display: none;
}

UL.p_listaInformes-mobile {
    /*position: absolute;*/
    /*top: 52px;*/
    display: block;
    width: 100%;
    z-index: 10;
    padding: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;

    /*-webkit-transition: max-height 500ms;
    transition: max-height 500ms;*/
}

UL.p_listaInformes-mobile LI {
    margin-top: 2%;
    margin-left: 2%;
}

UL.p_listaInformes-mobile LI:last-child {
    margin-bottom: 2%;
}


UL.p_listaInformes-mobile-show {
    max-height: 300px;
}

DIV.afip, DIV.rentas, DIV.banco-central, DIV.dateas {
    width: 100%;
}

DIV.afip UL.p_listaInformes-mobile {
    background-color: #424242;
}

DIV.rentas UL.p_listaInformes-mobile {
    background-color: #E5880F;
}

DIV.banco-central UL.p_listaInformes-mobile {
    background-color: #1D6AC2;
}

DIV.dateas UL.p_listaInformes-mobile {
    background-color: #267F00;
}

UL.p_info LI {
    font-size: 14px;
}

LI.p_cuit_title {
    color: #1f7ac1 !important;
    text-align: center;
    border: none;
    margin-bottom: 10px;
    font-size: 20px !important;
}

LI.p_cuit_title SPAN {
    font-size: 20px !important;
}

SPAN.c_black {
    font-size: 14px;
}

DIV.persona-data {
    width: 96%;
    padding: 0 2% 0 2%;
}

DIV.banner-entre-datos {
    display: inline-block;
    width: 99%;
    height: auto;
    margin: 20px auto 20px auto;
    text-align: center;
    min-width: 130px;

}

/* INFORMES Y CONSTANCIAS */

DIV.informes-constancias-head {
    margin: 0 0 10px 0;
    font-weight: normal;
}

DIV.informe_tipo DIV.titulo-informe {
    font-size: 20px;
    width: 100%;
    background: none;
    padding: 2px 0 2px 0px;
}

DIV.informe_tipo {
    margin: 0;
}

#error_gratuito, #error_dateas{
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    text-align: center;
    font: bold 14px Arial,sans-serif;
    color: #c20e1a;
    padding-bottom: 12px;
}

DIV.informe_dateas {
    padding-top: 25px;
    height: auto;
    text-align: center;
}

DIV.seleccione_dateas {
    position: relative;
    left: 0;
    top: 0 !important;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #49495A;
}

DIV.radio_btns {
    position: relative;
    top: 0 !important;
    left: 0;
    display: inline-block;
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
}

DIV.radio_btns INPUT[type=radio] {
    height: 21px;
}

DIV.text_inputs {
    position: relative;
    top: 0 !important;
    left: 0;
    width: 100%;
    text-align: center;
}

DIV.text_inputs SPAN {
    display: none;
}

DIV.text_inputs INPUT {
    width: 90%;
    font-size: 16px;
    padding: 10px 1px 10px 5px;
    margin-bottom: 12px;
}

.pedir_informe_btn SPAN {
    display: block;
    font-size: 18px;
}

.pedir_informe_btn {
    position: relative;
    right: 0;
    bottom: 0;
    width: 90%;
    background: #1f7AC1 url('../images/pedir-informes-arrow.png') no-repeat;
    background-position: right 12px center;
    padding: 10px 0;
    color: #FFFFFF;
    height: auto;
    margin-bottom: 12px;
    margin-top: 25px;
	background-size: 4%;
}

DIV.informe_gratuito {
    padding-top: 25px;
    height: auto !important;
    display: inline-block;
    text-align: center;
}

DIV.select_cuit {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

DIV.seleccione_gratuito {
    position: relative;
    left: 0;
    top: 0 !important;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #49495A;
    margin-bottom: 12px;
}

DIV.co-select-like {
    float: none;
    margin: 0 auto 12px auto;
    position: relative;
}

DIV.text_inputs_gratuito SPAN {
    display: none;
}

DIV.text_inputs_gratuito {
    position: relative;
    text-align: center;
    right: 0;
}

DIV.text_inputs_gratuito INPUT {
    width: 90% !important;
    font-size: 16px;
    padding: 10px 1px 10px 5px;
    margin-bottom: 12px;
}

DIV.pedir-informe-btn-container {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
}

DIV.informe_gratuito {
    margin: 0;
}

/* FAQS */

DIV.bodyBajas UL {
    padding: 0 10px;
}

/* CAPTCHA DE CONSTANCIAS */

DIV.captcha-text {
    position:relative;
    width:90%;
    margin: 0 auto;
    font-size: 16px;
}

DIV.captcha-form {
    position:relative;
    width:100%;
}

DIV.captcha-form TABLE {
    width: 100%;
}


DIV.captcha-form TABLE TR TD {
    display: block;
    text-align: center;
}

TD.captcha-image {
    margin-top: 20px;
}

TD.captcha-input-text {
    margin-top: 30px;
    padding-left: 0;
    font-size: 16px;
    width: 100%;
}

TD.captcha-input-text INPUT {
    width: 90%;
    font-size: 16px;
    padding: 10px 1px 10px 5px;
    margin-bottom: 12px;
    height: auto;
}

TABLE.button-container-table {
    width: 100%;
    margin: 16px 0 0 0;
}

TABLE.button-container-table DIV {
    display: inline-block;
    width: 90%;
}

BUTTON.obtener-constancia {
    width: 100%;
    background: #1f7AC1 url('../images/pedir-informes-arrow.png') no-repeat;
    background-size: 3%;
    background-position: right 12px center;
    padding: 10px 0;
    color: #FFFFFF;
    height: auto;
    font-size: 16px;
}

#_loadingImage {
    position: absolute;
    top: 10px;
    left: 10px;
    display: none;
}

DIV.bcra-captcha-container {
    width: 100%;
}

DIV.bcra-captcha-button-container {
    position: relative;
    width:90%;
    margin:0 auto;
}

/* INFORMES DATEAS */

DIV.captchaBody {
    width:100%;
    margin: 0 auto;
}

DIV.info {
    margin-top: 12px;
    padding-left: 0;
    font-size: 16px;
    width: 90%;
}

DIV.dateas-captcha-form {
    width: 100%;
}

DIV.dateas-captcha-form-column {
    display: block;
    font: 16px Arial, sans-serif;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

DIV.dateas-captcha-form-column:first-child {
    margin-bottom: 30px;
}

DIV.dateas-captcha-form-column DIV {
    height: auto;
}

DIV.dateas-captcha-form-column DIV.wide {
    width: 100%;
    height: auto;
}

DIV.dateas-captcha-form INPUT {
    width: 90% !important;
    font-size: 16px;
    padding: 10px 1px 10px 5px;
    margin-bottom: 12px;
    height: auto !important;
    margin-top: 12px;
}

DIV.dateas-captcha-form BUTTON {
    position: relative;
    top: 0;
    right: 0;
    width: 92%;
}

/* DIVISAS */

DIV.divisas-heading-bar {
    padding: 0;
    height: 56px;
    margin: 0;
}

DIV.divisas-heading-bar H1 {
    display: none;
}

DIV.divisas-heading-bar DIV.more-divisas {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding:0;
}

DIV.divisas-heading-bar DIV.more-divisas A  {
    display: block;
    width: 20%;
    float: left;
    padding: 20px 0 5px 0;
    margin: 0;
    height: 31px;
    text-align: center;
    font-size: 12px;
}

DIV.divisas-heading-bar DIV.more-divisas A.divisa-link-selected  {
    background-color: #1f7ac1;
    border-radius: 0;
    color: #FFF;
}

DIV.divisas-blue-bar DIV.dark-side {
    display: none;
}

DIV.divisas-blue-bar DIV.dark-side-alert {
    display: none;
}

DIV.divisas-blue-bar DIV.light-side {
    width: 100%;
    font-size: 21px;
    text-align: center;
}

DIV.light-side SPAN.separator {
    display: none;
}

DIV.light-side > SPAN:first-child {
    margin-right: 1%;
}

DIV.divisas-data-container {
    margin-top: 12px;
    border: none;
    padding-top: 0;
}

