/*CHJ*/
.subcategorias-visible {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    max-height: 500px;
    position: absolute;
    min-height: 200px;
    padding: 1rem 0rem;
}
a{
  cursor: pointer;
}
.subcategorias {
    margin-top: -15px;
    padding-bottom: 30px;
    width: 100%;
    background: #CCE2FF;
    z-index: 10;
  /*  overflow: hidden;*/
  /*  visibility: hidden;*/
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
}

body {
    font-family: 'clan';
    font-size: 15px;
    font-weight: 300;
    color:#FFFFFF;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px !important; /* oculta header */
}
#myApp .letra_blanca{
	color:#FFFFFF;
}
.activar {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
    background-color: #8bcfed;
	color:#FFFFFF;
}
.activar:hover {
	color:#FFFFFF;
}
.slider-wrapper a {
 text-decoration: none;
}
.slider-wrapper a div {
  font-family: clan;
  font-weight: 400;
}
a.box {
    margin-top: 0%;
    vertical-align: top;
	font-family: 'clan';
    font-size: 16px;
	font-weight: 500;
	color:#737373;
	text-decoration:none;
}
a.box:hover {
	color:#209EDE;
	text-decoration:none;
}
.categorias {
    width: 100%;
    padding: 0% 0%;
	float: left;
    text-align: center;
    background-color: #dbedfa;
}
.intro{
	width:100%;
	margin-top: 0;
    text-align: left;
    background-color: #209EDE;
}
.padd4_12{ 	padding: 4% 12%;}

.selectCategoria{
	width:100%;
	height: 250px;
	padding: 1% 12%;
	margin-top: 1px;
	float: left;
    text-align: left;
    background-color: #8bcfed;
}
.espacio{
	width:100%;
	padding: 0%;
    float: left;
    text-align: left;
    /*background: #f2f2f2;*/
}
.links{
	font-weight: 500;
	color:#171717;
	text-decoration:none;
}
.links:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
/*.links:visited{
	color: #171717;
	text-decoration:none;
}*/
.links:active{
	color: #171717;
	text-decoration:none;
}
.izquierda_50{
	float: left; width: 50%;
}
.derecha_50 {
	float: right; width: 50%;
}
.button2 {
    border: 1px solid #2fa1d3 !important;
    background: #2fa1d3 !important;
    color: #fff !important;
    text-transform: uppercase;
   	font-size: 13px;
	font-weight: 600;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: 'clan';
    text-align: center;
    display: inline-block;
    width: 250px !important;
    transition: background-color 300ms ease-out;
}
.button2:hover {
    background: #0c576f !important;
    color:  #fff !important;
	text-decoration:none;
}

#myCarousel .carousel {
    position: center;
	background-color: #dbedfa;
}
.fondo {
	background-color: #dbedfa;
}
#myCarousel .carousel-inner{
	padding-left: 1%;
	padding-right: 1%;
	margin-left: 15%;
	margin-right: 10%;
	width: 70%;
	height: 100%;
	border-radius:0px;
	background-color: #dbedfa;
	text-align: center;
}
#myCarousel .item{
	height: 180px;
	width: 100%;
	border-radius:0px;
	background: #dbedfa;
}
#myCarousel .item:active{
	border-radius:0px;
	background-color: #6bc5f2;
}
.carousel-control{
	background: #FFFFFF;
	text-shadow: 0px;
}
.arrow-right {
    right: 20px;
    left: auto;
}
.arrow-left, .arrow-right {
    width: 20px;
    height: 34px;
    display: block;
    text-indent: -3000px;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 40%;
}


.content-PanelGrid-results{
    background: #FAFAFA;
    width:100%;
    margin-top: 2%;
    padding: 1% 10%;
    border:none;
}

.columns_25{
    vertical-align: top;
    width: 25%;
    display: table-cell;
    border-radius: 0px;
    border-right: 1px solid #dbdbdb;
}

.grupos_table{
    display: table;
    border-collapse: separate;
    border-spacing: 0 1em;
}

.rows{
    display: table-row;
}

.box {
    margin-top: 2%;
    background: none;
    vertical-align: top;
}

a.blue_links{
    font-family: 'clan';
    font-size: 12px;
    font-weight: bolder;
    color:#209EDE;
    text-decoration:none;
}

.rows .ui-widget-content {
    border: none !important;
    background: #ffffff;
    color: #4f4f4f;
}
.bg_white{
    background-color: #fff!important;
}
table tr th,  table tr td{
    padding-left: 0px;
    padding: 0px 5px;
}

:not(.columns .medium-2) [class*="column"] + [class*="column"]:last-child {
    float: none !important;
}

.ui-panel .ui-panel-content {
    border: 0;
    background: none;
    padding: 0.5em 1em;
    padding-left: 0px;
}


.ui-button{ }
.ui-button-text-only{ }
.ui-state-default { }
.ui-button-text { }
.ui-c { }

/*:not(.columns_25) [class*="column"] + [class*="column"]:last-child { float: unset; }*/

.columns_25 {
    vertical-align: top;
    width: 25%;
    display: table-cell;
    border-radius: unset !important;
    border-right: none !important;
}

:not(#ui-datepicker-div) .ui-corner-all {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 5px !important;
}

:not(#ui-datepicker-div) .ui-widget-content {
    border: unset !important;
    background: unset !important;
    color: unset !important;
}
:not(#ui-datepicker-div) .ui-widget {
    font-family: unset !important;
}
:not(#ui-datepicker-div) .ui-panel .ui-panel-content {
    border: 0;
    background: none;
    padding: 0px;
}

#ui-datepicker-div {
    background: #fff !important;
}

.ui-button-text-only .ui-button-text {
    padding: 0px !important;
}
*{
    font-family: 'clan'!important;
}

.ui-selectlistbox-filter-container .ui-icon {
    position: absolute;
    top: 5px;
    right: 2px;
    display: none !important;
}

.columns.medium-2 {
    float: left !important;
}

.ui-datepicker table{
    background-color: white !important;
}

#pantallaCarga{
    background-color: white !important;
}

.ui-datatable tbody td {
    border-color: inherit;
    text-align: left !important;
}

.ui-paginator .ui-paginator-current, .ui-paginator .ui-paginator-rpp-options {
    margin-left: 0em !important;
    margin-right: 0em !important;
    background-image: none;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    background: #ffffff;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #313131;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none !important;
    background: none !important;
    background: #c4c4c4 -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0));
    font-weight: bold;
    color: #4f4f4f;
     text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
}

.ui-widget-header {
    border: none !important;
    background: #c4c4c4 -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0));
    color: #333;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
}
.ui-paginator > select{
    width: 46px !important;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
    padding: 4px 10px;
    overflow: hidden;
     border-width: 0px !important;
     border-style: solid;
}

.ui-state-default {
    -moz-box-shadow: inset 0px 0px 0px #fff !important;
    -webkit-box-shadow: inset 0px 0px 0px #fff !important;
    box-shadow: inset 0px 0px 0px #fff !important;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #666666;
    background: #aaaaaa;
    background: #aaaaaa linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0));
    background: #aaaaaa -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.25)), to(rgba(0,0,0,0)));
    background: #aaaaaa -moz-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0));
    color: #ffffff;
    text-shadow: 1px 1px 1px #333333;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #7096ab;
    background: #85b2cb linear-gradient(top, rgba(255,255,255,0.6), rgba(255,255,255,0));
    background: #85b2cb -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(rgba(255,255,255,0)));
    background: #85b2cb -moz-linear-gradient(top, rgba(255,255,255,0.6), rgba(255,255,255,0));
    font-weight: bold;
    color: #313131;
    -moz-box-shadow: 0 0 5px #85b2cb;
    -webkit-box-shadow: 0px 0px 8px #85b2cb;
    box-shadow: 0px 0px 8px #85b2cb;
}

/* checkbox multiselect */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #2694e8;
    background: #2684e8 !important;
    font-weight: bold;
    color: #ffffff !important;
}

.ui-state-highlight .ui-icon {
    background-position:  top;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAbUlEQVQokdWQQQ6AIAwER6P/wpfDv2iKl2IarAke2Usp6WxZYElt/VBVZuYTUADO/WD/sSgB2SrANNxBvEEEp6DPrr+wpz+qKlSVVFWaVd+34Z4RjgZDMIIjgxDs8Ji5WCavd0ZT9GHe4BNcWDfIt4kyMx65jAAAAABJRU5ErkJggg==');
}
.ui-chkbox .ui-chkbox-box {
    width: 16px;
    height: 16px;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 100%;
    background: #00c0f3!important;
    border-radius: 5px !important;
}

/* achicar letras de grupo y subgrupo*/
p {
    font-size: 15px !important;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 1.25rem;
}
/* espaciado para sin descripcion de ultimos publicados */
table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1rem !important;
}

/* New Grid CSS */
.ui-g {
    /* display: -webkit-box; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    -ms-flex-wrap: wrap;
}

.ui-g:after {
    clear: both;
    content: "";
    display: table;
}

.ui-g-1,
.ui-g-2,
.ui-g-3,
.ui-g-4,
.ui-g-5,
.ui-g-6,
.ui-g-7,
.ui-g-8,
.ui-g-9,
.ui-g-10,
.ui-g-11,
.ui-g-12 {
    float: left;
    box-sizing: border-box;
    padding: 0.5em;
}

.ui-g-1 {
    width: 8.33333%;
}

.ui-g-2 {
    width: 16.66666%;
}

.ui-g-3 {
    width: 25%;
}

.ui-g-4 {
    width: 33.33333%;
}

.ui-g-5 {
    width: 41.66666%;
}

.ui-g-6 {
    width: 50%;
}

.ui-g-7 {
    width: 58.33333%;
}

.ui-g-8 {
    width: 66.66666%;
}

.ui-g-9 {
    width: 75%;
}

.ui-g-10 {
    width: 83.33333%;
}

.ui-g-11 {
    width: 91.66666%;
}

.ui-g-12 {
    width: 100%;
}

@media screen and (max-width: 40em) {
    .ui-sm-1,
    .ui-sm-2,
    .ui-sm-3,
    .ui-sm-4,
    .ui-sm-5,
    .ui-sm-6,
    .ui-sm-7,
    .ui-sm-8,
    .ui-sm-9,
    .ui-sm-10,
    .ui-sm-11,
    .ui-sm-12 {
        padding: 0.5em;
    }

    .ui-sm-1 {
        width: 8.33333%;
    }

    .ui-sm-2 {
        width: 16.66666%;
    }

    .ui-sm-3 {
        width: 25%;
    }

    .ui-sm-4 {
        width: 33.33333%;
    }

    .ui-sm-5 {
        width: 41.66666%;
    }

    .ui-sm-6 {
        width: 50%;
    }

    .ui-sm-7 {
        width: 58.33333%;
    }

    .ui-sm-8 {
        width: 66.66666%;
    }

    .ui-sm-9 {
        width: 75%;
    }

    .ui-sm-10 {
        width: 83.33333%;
    }

    .ui-sm-11 {
        width: 91.66666%;
    }

    .ui-sm-12 {
        width: 100%;
    }
}

@media screen and (min-width: 40.063em) {
    .ui-md-1,
    .ui-md-2,
    .ui-md-3,
    .ui-md-4,
    .ui-md-5,
    .ui-md-6,
    .ui-md-7,
    .ui-md-8,
    .ui-md-9,
    .ui-md-10,
    .ui-md-11,
    .ui-md-12 {
        padding: 0.5em;
    }

    .ui-md-1 {
        width: 8.33333%;
    }

    .ui-md-2 {
        width: 16.66666%;
    }

    .ui-md-3 {
        width: 25%;
    }

    .ui-md-4 {
        width: 33.33333%;
    }

    .ui-md-5 {
        width: 41.66666%;
    }

    .ui-md-6 {
        width: 50%;
    }

    .ui-md-7 {
        width: 58.33333%;
    }

    .ui-md-8 {
        width: 66.66666%;
    }

    .ui-md-9 {
        width: 75%;
    }

    .ui-md-10 {
        width: 83.33333%;
    }

    .ui-md-11 {
        width: 91.66666%;
    }

    .ui-md-12 {
        width: 100%;
    }
}

@media screen and (min-width: 64.063em) {
    .ui-lg-1,
    .ui-lg-2,
    .ui-lg-3,
    .ui-lg-4,
    .ui-lg-5,
    .ui-lg-6,
    .ui-lg-7,
    .ui-lg-8,
    .ui-lg-9,
    .ui-lg-10,
    .ui-lg-11,
    .ui-lg-12 {
        padding: 0.5em;
    }

    .ui-lg-1 {
        width: 8.33333%;
    }

    .ui-lg-2 {
        width: 16.66666%;
    }

    .ui-lg-3 {
        width: 25%;
    }

    .ui-lg-4 {
        width: 33.33333%;
    }

    .ui-lg-5 {
        width: 41.66666%;
    }

    .ui-lg-6 {
        width: 50%;
    }

    .ui-lg-7 {
        width: 58.33333%;
    }

    .ui-lg-8 {
        width: 66.66666%;
    }

    .ui-lg-9 {
        width: 75%;
    }

    .ui-lg-10 {
        width: 83.33333%;
    }

    .ui-lg-11 {
        width: 91.66666%;
    }

    .ui-lg-12 {
        width: 100%;
    }
}

@media screen and (min-width: 90.063em) {
    .ui-xl-1,
    .ui-xl-2,
    .ui-xl-3,
    .ui-xl-4,
    .ui-xl-5,
    .ui-xl-6,
    .ui-xl-7,
    .ui-xl-8,
    .ui-xl-9,
    .ui-xl-10,
    .ui-xl-11,
    .ui-xl-12 {
        padding: 0.5em;
    }

    .ui-xl-1 {
        width: 8.33333%;
    }

    .ui-xl-2 {
        width: 16.66666%;
    }

    .ui-xl-3 {
        width: 25%;
    }

    .ui-xl-4 {
        width: 33.33333%;
    }

    .ui-xl-5 {
        width: 41.66666%;
    }

    .ui-xl-6 {
        width: 50%;
    }

    .ui-xl-7 {
        width: 58.33333%;
    }

    .ui-xl-8 {
        width: 66.66666%;
    }

    .ui-xl-9 {
        width: 75%;
    }

    .ui-xl-10 {
        width: 83.33333%;
    }

    .ui-xl-11 {
        width: 91.66666%;
    }

    .ui-xl-12 {
        width: 100%;
    }
}


/* alerta chau margen */

.ui-messages-info, .ui-messages-warn, .ui-messages-error, .ui-messages-fatal {
    border: 1px solid;
     margin: 0px !important;
    padding: 10px 10px 10px 10px;
}

/*pagination*/

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #7096ab !important;
    background: #85b2cb linear-gradient(top, rgba(255,255,255,0.6), rgba(255,255,255,0)) !important;
    background: #85b2cb -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(rgba(255,255,255,0))) !important;
    background: #85b2cb -moz-linear-gradient(top, rgba(255,255,255,0.6), rgba(255,255,255,0)) !important;
    font-weight: bold;
    color: #313131 !important;
    -moz-box-shadow: 0 0 5px #85b2cb !important;
    -webkit-box-shadow: 0px 0px 8px #85b2cb !important;
    box-shadow: 0px 0px 8px #85b2cb !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #aed0ea !important;
    background: linear-gradient(#fff, #d7ebf9);
    font-weight: bold;
    color: #2779aa;
}

.ui-widget-header {
    border: 1px solid #aed0ea !important;
    background: linear-gradient(#fff, #d7ebf9) !important;
    color: #222222 !important;
    font-weight: bold;
}