@import url('https://fonts.googleapis.com/css?family=Marvel');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, h1, h2, h3, h4, h5, h6 {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline; box-sizing:border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; /* 2 */}
*:before, *:after {box-sizing: border-box;-moz-box-sizing: border-box;  -webkit-box-sizing: border-box;}
body{font-family:sans-serif;}


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  font-size:1em;
  background-color: #efebe8;
}

a {
  background-color: transparent;
  text-decoration:none;
}

a:focus,
a:active,
a:hover {
  outline: 0;
  text-decoration:none;
}



b,
strong {
  font-weight: bold;
}

@font-face {
  font-family: 'Montserrat Light';
  font-style: normal;
  src: url("montserrat-extralight-webfont.otf");
  src: url("montserrat-extralight-webfont.woff2") format("woff2"), url("montserrat-extralight-webfont.woff") format("woff2");
}

@font-face {
  font-family: 'Montserrat Bold';
  font-style: normal;
  font-weight: 700;
  src: url("montserrat-bold-webfont.eot");
  src: url("montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("montserrat-bold-webfont.woff2") format("woff2"), url("montserrat-bold-webfont.woff") format("woff"), url("montserrat-bold-webfont.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
  font-family: 'Montserrat Regular';
  font-style: normal;
  font-weight: 400;
  src: url("montserrat-regular-webfont.eot");
  src: url("montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("montserrat-regular-webfont.woff2") format("woff2"), url("montserrat-regular-webfont.woff") format("woff"), url("montserrat-regular-webfont.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.cargaplayer {
    background-color: #ffffff;
    background-image: url(../imagenes/cargaplayer.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px 60px;
	z-index:999;
}



a,img,input {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	 -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}

.atenua  {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	 -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}
.atenua:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.cleaner {
    clear: both !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
}

.centrar {
   width: auto;
   height: 100%;
   margin-left: auto;
   margin-right: auto;
}

#wrapper {
   width: 100%;
   height: auto;
   overflow: hidden;
   background-image: url(../imagenes/bktop.png);
   background-repeat: no-repeat;
   background-position: center top;
   background-size: auto auto;
}
@media only screen and (max-width: 1150px) {
#wrapper { background-size: 900px auto; }
}
@media only screen and (max-width: 800px) {
#wrapper { background-size: 600px auto; }
}
@media only screen and (max-width: 480px) {
#wrapper { background-size: 400px auto; }
}

.zoomin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.zoomin:hover, .zoomin:focus, .zoomin-in:active {
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.zoomin2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
.zoomin2:hover, .zoomin:focus, .zoomin:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.zoomin3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
.zoomin3:hover, .zoomin:focus, .zoomin:active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}




/*** CABECERA DESKTOP  */

.precabecera {
   width: 100%;
   height: 7px;
   border-bottom: 1px solid #ffffff;
}

.cabeceratop {
   width: 100%;
   height: 6px;
   border-bottom: 1px solid #ffffff;
}

.topin {
   width: 25%;
   height: 6px;
   float: left;
}

.cl1 {  background-color: #374B67; }
.cl2 {  background-color: #374B67; }
.cl3 {  background-color: #374B67; }
.cl4 {  background-color: #374B67; }



/*** INTERFAZ DESKTOP  */

@media only screen and (max-width: 3000px) {

.cuerpo {
   width: 100%;
   height: auto;
   overflow: hidden;
}

.cabecera {
   width: 85%;
   height: 170px;
   margin-left: auto;
   margin-right: auto;
}

.contenedor {
   width: 85%;
   height: auto;
   overflow: hidden;
   background-color: #ffffff;
   overflow: hidden;
   -webkit-box-shadow: 0px 0px 60px 17px rgba(219,214,210,1);
   -moz-box-shadow: 0px 0px 60px 17px rgba(219,214,210,1);
   box-shadow: 0px 0px 60px 17px rgba(219,214,210,1);
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 60px;
   padding-bottom: 20px;
}

}

/*** INTERFAZ PASO 1  */

@media only screen and (max-width: 3000px) {

.cuerpo {
   width: 100%;
   height: auto;
   overflow: hidden;
}

.cabecera {
   width: 58%;
   height: 170px;
}

.contenedor {
   width: 58%;
   margin-bottom: 120px;
}

}

@media only screen and (max-width: 2200px) {
.cabecera {  width: 70%; }
.contenedor { width: 70%; }

}

@media only screen and (max-width: 2000px) {
.cabecera {  width: 75%; }
.contenedor { width: 75%; }

}


/*** INTERFAZ SEMI  */

@media only screen and (max-width: 1650px) {

.cuerpo {
   width: 100%;
   height: auto;
   overflow: hidden;
}

.cabecera {
   width: 82%;
   height: 170px;
}

.contenedor {
   width: 82%;
}

}

@media only screen and (max-width: 1300px) {

.cuerpo {
   width: 100%;
   height: auto;
   overflow: hidden;
}

.cabecera {
   width: 92%;
   height: 170px;
}

.contenedor {
   width: 92%;
}

}

/*** INTERFAZ TABLET  */

@media only screen and (max-width: 900px) {

.cuerpo {
   width: 100%;
   height: auto;
   overflow: hidden;
}

.cabecera {
   width: 90%;
   height: 120px;
}

.contenedor {
   width: 90%;
   margin-bottom: 90px;
}

}

/*** INTERFAZ MOVIL  */

@media only screen and (max-width: 480px) {

.cuerpo {
   width: 100%;
   height: auto;
   overflow: hidden;
}

.cabecera {
   width: 100%;
   height: 90px;
}

.contenedor {
   width: 100%;
   margin-bottom: 60px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}

}








/*** CABECERA  */



.cab1sec {
   width: 27.5%;
   height: 100%;
   overflow: hidden;
   float: left;
}

.cab2logo {
   width: 45%;
   height: 100%;
   overflow: hidden;
   float: left;

   background-repeat: no-repeat;
   background-position: center center;
   background-size: 70% auto;
}

@media only screen and (max-width: 3000px) {
.cab2logo {  background-size: 70% auto; }
}
@media only screen and (max-width: 1800px) {
.cab2logo {  background-size: 70% auto; }
}
@media only screen and (max-width: 1400px) {
.cab2logo {  background-size: 70% auto; }
}
@media only screen and (max-width: 1100px) {
.cab2logo {  background-size: 80% auto; }
}

.cab3rrss {
   width: 27.5%;
   height: 100%;
   overflow: hidden;
   float: left;
}

.logo {
   margin-top: 36px;
   width: 20%;
   height: auto;
}



.cab1secin {
   width: 100%;
   height: 100%;
   padding-left: 10px;
   margin-top: 60px;
}
@media only screen and (max-width: 1150px) {
.cab1secin {  margin-top: 10px; padding-left: 2%; }
}
@media only screen and (max-width: 900px) {
.cab1secin {  display: none; margin-top: 2px; padding-left: 2%; }
}
@media only screen and (max-width: 480px) {
.cab1secin {  display: none; margin-top: 25px; padding-left: 5%; }
}

.cab1secin ul {
   width: 100%;
   height: 100%;
   list-style: none;
}

.cab1secin li {
   width: auto;
   height: auto;
   list-style: none;
   float: left;
   margin-right: 5px;
   font-family: 'Tahoma' sans-serif;
   text-align: left;
   font-weight: normal;
   font-size: 13px;
   text-decoration: none;
   color: #333333 ;
   letter-spacing: -0.2px;
}
.cab1secin li a {  color: #333333 ; }
.cab1secin li a:hover {  color: #0087B1 ; }

@media only screen and (max-width: 1150px) {
.cab1secin li {  float: none; margin-bottom: 4px; }
}

@media only screen and (max-width: 900px) {
.cab1secin li {  display: none; float: none; margin-bottom: 6px; font-size: 11px;}
}
@media only screen and (max-width: 480px) {
.cab1secin li {  display: none; float: none; margin-bottom: 4px; font-size: 10px; font-family: 'Montserrat Regular';}
}

@media only screen and (max-width: 900px) {
.cab1secin li a {  display: none; float: none; margin-bottom: 6px; font-size: 11px;}
}
@media only screen and (max-width: 480px) {
.cab1secin li a {  display: none; float: none; margin-bottom: 4px; font-size: 10px; font-family: 'Montserrat Regular';}
}

.rrsstop {
   width: auto;
   height: auto;
   float: right;
   margin-top: 100px;
   padding-right: 10%;
}
@media only screen and (max-width: 1150px) {
.rrsstop {  margin-top: 60px; padding-right: 10%; }
}
@media only screen and (max-width: 900px) {
.rrsstop {  margin-top: 40px; padding-right: 23%; }
}
@media only screen and (max-width: 480px) {
.rrsstop {  margin-top: 25px; padding-right: 20%; }
}


.rrsstop img {
   width: auto;
   height: 45px;
   	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	 -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}
.rrsstop img:hover {
   	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
@media only screen and (max-width: 900px) {
.rrsstop img {  height: 38px; }
}
@media only screen and (max-width: 480px) {
.rrsstop img {  height: 30px; }
}






/*** PRINCIPAL  */



.videocab {
   width: 100%;
   height: auto;
   overflow: hidden;
   border-bottom: 1px solid #EFEBE8;
}
@media only screen and (max-width: 900px) {
.videocab { padding-bottom: 20px; }
}

.introdesc {
   width: 35%;
   height: auto;
   overflow: hidden;
   float:left;
}
@media only screen and (max-width: 900px) {
.introdesc { width: 100%; float:none; clear: both; }
}

.introdescin {
   padding: 20% 10% 0% 0% ;
}
@media only screen and (max-width: 1100px) {
.introdescin { padding: 30px 30px 0% 0% ; }
}


.introvideo {
   width: 65%;
   height: auto;
   overflow: hidden;
   float:right;
}
@media only screen and (max-width: 900px) {
.introvideo { width: 100%; float:none; clear: both; }
}


.play {
   width: 123px;
   height: 123px;
   position: absolute;
   margin-left: 80px;
   margin-top: 80px;
   background-image: url(../imagenes/play.png);
   background-repeat: no-repeat;
   background-position: center center;
   z-index: 500;
}
@media only screen and (max-width: 900px) {
.play { width: 80px; height: 80px; background-size: 80px 80px; }
}
@media only screen and (max-width: 480px) {
.play { width: 60px; height: 60px; background-size: 60px 60px; }
}

.introvideo img {
   width: 100%;
   height: auto;
   -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.introvideo img:hover {
   width: 100%;
   height: auto;
   -webkit-filter: brightness(130%);
    filter: brightness(130%);
}


.introfecha {
   width: auto;
   height: auto;
   overflow: hidden;
   padding-left: 12%;
   font-family: 'Montserrat Bold';
   text-align: left;
   font-size: 16px;
   color: #D9D9D9 ;
   border-left: 6px solid #ffffff;
}
@media only screen and (max-width: 900px) {
.introfecha { font-family: 'Montserrat Regular'; padding-left: 6%; }
}

.introtitulo {
   display: block;
   display: -webkit-box;
   width: auto;
   height: 24px*28px;*4;
   line-height: 28px;
   margin: 0 auto;
   overflow: hidden;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   float: left;
   padding-left: 12%;
   margin-top: 10px;
   font-family: 'Montserrat Bold';
   text-align: left;
   font-size: 24px;
   color: #333333 ;
   border-left: 6px solid #333333;
}

@media only screen and (max-width: 1100px) {
.introtitulo {
   height: 18px*22px;*3;
   font-size: 18px;
   line-height: 22px;
   margin-top: 10px;
   padding-left: 8%;
   }
}

@media only screen and (max-width: 900px) {.introtitulo { padding-top: 1px; padding-left: 6%;} }

.introtxts {
   display: block;
   display: -webkit-box;
   height: 15px*23px;*4;
   margin: 0 auto;
   font-size: 15px;
   line-height: 23px;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   padding-left: 12%;
   padding-top: 20px;
   font-family: 'Montserrat light';
   text-align: left;
   font-size: 15px;
   color: #333333 ;
   border-left: 6px solid #ffffff;
}


@media only screen and (max-width: 1100px) {
.introtxts {
   height: 13px*20px;*4;
   font-size: 13px;
   line-height: 20px;
   margin-top: -5px;
   padding-left: 6%;
   }
}
@media only screen and (max-width: 900px) {.introtxts: {padding-left: 5%;} }

.introinfos {
   padding-left: 14%;
   margin-top: 20px;
   width: 100%;
   padding-top: 20px;
}
@media only screen and (max-width: 1100px) {
.introinfos { padding-top: 1px; padding-left: 6%;}
}
@media only screen and (max-width: 900px) {.introinfos { padding-left: 5%;} }

.duracion {
   font-family: 'Marvel', sans-serif;
   text-align: left;
   font-size: 27px;
   color: #717171 ;
   float: left;
   margin-right: 20px;
   margin-top: -6px;
}
@media only screen and (max-width: 900px) {.duracion { padding-left: 4%; font-size: 22px; margin-top: -1px;} }

.playmini {
   width: 18px;
   height: 18px;
   background-image: url(../imagenes/playmini.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 16px 16px;
   margin-top: 4px;
   float: left;
   margin-right: 8px;
}
.reps {
   font-family: 'Marvel', sans-serif;
   text-align: left;
   font-size: 20px;
   color: #717171 ;
   float: left;
   margin-right: 10px;
}
.gustamini {
   width: 19px;
   height: 18px;
   background-image: url(../imagenes/gusta.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 19px 16px;
   margin-top: 4px;
   float: left;
   margin-right: 8px;
}



.losmascab {
   width: 100%;
   height: auto;
   overflow: hidden;
   padding-top: 50px;
}
@media only screen and (max-width: 1150px) {
.losmascab {  padding-top: 40px; }
}

.losmas {
   width: auto;
   font-family: 'Montserrat Bold';
   text-align: left;
   font-size: 55px;
   color: #0087B1 ;
   padding-left: 50px;
   float: left;
}
@media only screen and (max-width: 1150px) { .losmas {  font-size: 40px; } }
@media only screen and (max-width: 900px) { .losmas {  font-size: 30px; padding-left: 40px;} }
@media only screen and (max-width: 480px) { .losmas {  font-size: 20px; padding-left: 30px;} }


.losmasops {
   width: auto;
   padding-right: 60px;
   margin-top: 40px;
   float: right;
}
@media only screen and (max-width: 1150px) {
.losmasops {  margin-top: -8px; padding-right: 40px; }
}
@media only screen and (max-width: 900px) {
.losmasops {  margin-top: -18px;  padding-right: 30px;}
}
@media only screen and (max-width: 480px) {
.losmasops {  margin-top: -22px; padding-right: 20px; }
}

.losmasops ul {
   width: 100%;
   list-style: none;
}

.losmasops li {
   width: auto;
   height: auto;
   list-style: none;
   float: left;
   margin-right: 20px;
   font-family: 'Montserrat Bold';
   text-align: right;
   font-weight: normal;
   font-size: 17px;
   text-decoration: none;
   color: #D1D3D4 ;
   letter-spacing: -0.5px;
}
.losmasops li a {  color: #D1D3D4 ; }
.losmasops li a:hover {  color: #333333 ; }

@media only screen and (max-width: 900px) {
.losmasops li {  float: none; margin-bottom: 6px; font-size: 12px;}
}
@media only screen and (max-width: 1150px) {
.losmasops li {  float: none; margin-bottom: 4px; }
}
@media only screen and (max-width: 480px) {
.losmasops li {  float: none; margin-bottom: 4px; font-size: 10px; font-family: 'Montserrat Regular';}
}

.losmasopson { color: #333333 !important; pointer: none !important; }



.lisvideo {
   width: 100%;
   height: auto;
   overflow: hidden;
   background-color: #CFCAC7;
   padding-bottom: 30px;
   margin-top: 15px;
}
.lisvideoin {
   width: 100%;
   height: auto;
   overflow: hidden;
   background-image: url(../imagenes/sombralis.png);
   background-repeat: repeat-x;
   background-position: top center;
}

.indica {
   width: 65px;
   height: 33px;
   position: absolute;
   margin-top: -1px;
   margin-left: 120px;
   background-image: url(../imagenes/indica.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 65px auto;
}
@media only screen and (max-width: 900px) { .indica { background-size: 50px auto; margin-left: 80px; margin-top: -8px;} }

.ristra {
   width: 100%;
   height: auto;
   overflow: hidden;
   padding-bottom: 40px;
   padding-right: 20px;
   padding-left: 20px;
   margin-top: 45px;
}
@media only screen and (max-width: 900px) {
.ristra {  padding-right: 0px; padding-left: 0px;}
}

.item {
   width: 33.3%;
   height: auto;
   overflow: hidden;
   float:left;
   padding-left: 5px;
   padding-bottom: 5px;
}
@media only screen and (max-width: 900px) {
.item {  width: 100%; padding-left: 0px; padding-right: 18px;}
}

.item img {
   width: 92%;
   height: auto;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-filter: brightness(100%);
   filter: brightness(100%);
   -webkit-box-shadow: 0px 0px 10px 0px rgba(141,138,138,0.73);
   -moz-box-shadow: 0px 0px 10px 0px rgba(141,138,138,0.73);
   box-shadow: 0px 0px 10px 0px rgba(141,138,138,0.73);
   margin: 15px 15px 15px 15px;
}
@media only screen and (max-width: 900px) {
.item img {  width: 97%; padding-left: 0px; }
}

.item img:hover {
   -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.play2 {
   display:none;
   width: 60px;
   height: 60px;
   position: absolute;
   /*margin-left: 40px;
   margin-top: 35px; */
   background-image: url(../imagenes/play.png);
   background-repeat: no-repeat;
   background-position: center center;
   z-index: 500;
   background-size: 60px 60px;
}
@media only screen and (max-width: 900px) {
.play { width: 450px; height: 45px; background-size: 45px 45px; }
}
@media only screen and (max-width: 480px) {
.play { width: 40px; height: 40px; background-size: 40px 40px; }
}

.play2b {
   display:none;
   width: 60px;
   height: 60px;
   position: absolute;
   /*margin-left: 40px;
   margin-top: 35px; */
   background-image: url(../imagenes/play.png);
   background-repeat: no-repeat;
   background-position: center center;
   z-index: 500;
   background-size: 60px 60px;
}
@media only screen and (max-width: 900px) {
.play2b { width: 450px; height: 45px; background-size: 45px 45px; }
}
@media only screen and (max-width: 480px) {
.play2b { width: 40px; height: 40px; background-size: 40px 40px; }
}

.subitem {
    width: 100%;
    height: auto;
    padding: 0px 10px 0px 20px ;
}
@media only screen and (max-width: 900px) {
.subitem { padding: 0px 0px 30px 0px ; }
}

.subitemtri {
    width: 100%;
    height: auto;
    padding: 0px 10px 0px 15px ;
    font-family: 'Montserrat Bold';
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    color: #D1D3D4;
    letter-spacing: -0.5px;
}
@media only screen and (max-width: 1200px) {
.subitem { padding: 0px 5px 0px 5px ; }
}

.trifecha {
    width: auto;
    height: auto;
    float: left;
    font-family: 'Montserrat Regular';
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    color: #3b3b3b;
    letter-spacing: -0.5px;
}

.tridts {
    width: auto;
    height: auto;
    float: right;
    font-family: 'Montserrat Regular';
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    color: #3b3b3b;
    letter-spacing: -0.5px;
    margin-top: -6px;
    line-height: 23px;
    clear: right;
}

.triplaymini {
   width: 18px;
   height: 18px;
   background-image: url(../imagenes/playminib.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 16px 16px;
   margin-top: 4px;
   float: left;
   margin-right: 8px;
}
.trireps {
   font-family: 'Marvel', sans-serif;
   text-align: left;
   font-size: 17px;
   color: #717171 ;
   float: left;
   margin-right: 10px;
}
.trigustamini {
   width: 19px;
   height: 18px;
   background-image: url(../imagenes/gustab.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 19px 16px;
   margin-top: 4px;
   float: left;
   margin-right: 8px;
}


.itemtitulo {
   display: block;
   display: -webkit-box;
   width: 100%;
   height: 16px*28px;*3;
   line-height: 20px;
   margin: 0 auto;
   overflow: hidden;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   float: left;
   margin-top: 10px;
   font-family: 'Montserrat Bold';
   text-align: left;
   font-size: 16px;
   color: #0087B1 ;
   margin-bottom: 20px;
   clear: both;
}
@media only screen and (max-width: 900px) {
.itemtitulo { margin-bottom: 10px; }
}

.itemtxts {
   display: block;
   display: -webkit-box;
   height: 14px*23px;*4;
   font-size: 14px;
   line-height: 23px;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   padding-left: 15px;
   font-family: 'Montserrat light';
   text-align: left;
   color: #333333 ;
   border-left: 2px solid #b9b5b3;
}




.cargamas {
   width: 381px;
   height: 121px;
   overflow: hidden;
   margin-top: -2px;
   padding-bottom: 80px;
   margin-left: auto;
   margin-right: auto;
   background-image: url(../imagenes/cargamas.png);
   background-repeat: no-repeat;
   background-position: center center;
}

.cargaico {
   width: 220px;
   height: 35px;
   margin-top: 10px;
   margin-left: auto;
   margin-right: auto;
   background-image: url(../imagenes/cargaico.png);
   background-repeat: no-repeat;
   background-position: left center;
   background-size: 35px 35px;
   font-size: 14px;
   line-height: 36px;
   font-family: 'Montserrat Regular';
   text-align: center;
   color: #808080 ;
}

.cargaico a {  color: #808080 ;  }
.cargaico a:hover {  color: #333333 ;  }


@media only screen and (max-width: 1300px) {
.cargamas {
   width: 270px;
   height: 121px;
   margin-top: -36px;
   padding-bottom: 80px;
   background-size: 270px auto;
}
.cargaico {
   width: 190px;
   height: 35px;
   margin-top: 10px;
   background-size: 30px 30px;
   font-size: 14px;
   line-height: 39px;
}

}



.cargaicomas {
   width: 220px;
   height: 35px;
   margin-top: 10px;
   margin-left: auto;
   margin-right: auto;
   background-image: url(../imagenes/cargaicomas.gif);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 35px 35px;
   font-size: 17px;
   line-height: 36px;
   font-family: 'Montserrat Regular';
   text-align: center;
   color: #808080 ;
}








/*** FOOTER PASOS  */

@media only screen and (max-width: 3000px) {

.cuerpofooter {
   width: 100%;
   height: auto;
   overflow: hidden;
   margin-top: -60px;
   padding-bottom: 80px;
}

.footer {
   width: 58%;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   overflow: hidden; } }

@media only screen and (max-width: 2200px) { .footer {  width: 70%; } }

@media only screen and (max-width: 2000px) { .footer {  width: 75%; } }


/*** INTERFAZ SEMI  */

@media only screen and (max-width: 1650px) { .footer { width: 82%; } }

@media only screen and (max-width: 1300px) { .footer { width: 92%; } }

/*** INTERFAZ TABLET  */

@media only screen and (max-width: 900px) { .footer { width: 90%; margin-top: 20px;} }

/*** INTERFAZ MOVIL  */

@media only screen and (max-width: 480px) {  .footer { width: 100%; margin-top: 40px;} }



.footerlogo {
   width: 25%;
   height: auto;
   overflow: hidden;
   float: left;
   padding-left: 30px;
}

@media only screen and (max-width: 900px) {
.footerlogo {  width: 50%; }
}

.footerlogo img {
   width: 85%;
   height: auto;
   overflow: hidden;
   float: left;
   margin-top: 10%;
}
@media only screen and (max-width: 900px) {
.footerlogo img {  width: 70%; margin-left: 10%; height: auto; float: left;}
}


.footercanales {
   width: 35%;
   height: auto;
   overflow: hidden;
   float: left;
   border-left: 1px solid #C8C5C3;
   padding-left: 40px;
}
@media only screen and (max-width: 900px) {
.footercanales {  width: 50%; float: right; padding-left: 25px; }
}

.footercanales h3 {
   font-size: 50px;
   font-family: 'Montserrat light';
   text-align: left;
   color: #A8A6A4 ;
   font-weight: normal;
}

@media only screen and (max-width: 900px) {
.footercanales h3{  font-size: 30px; }
}

.footercanales ul { list-style: none; margin-top: 10px;}

.footercanales li {
   font-size: 12px;
   font-family: 'Montserrat Regular';
   text-align: left;
   color: #686766 ;
   font-weight: normal;
   margin-bottom: 14px;
}
@media only screen and (max-width: 900px) {
.footercanales li {  font-size: 11px; }
}

.footercanales li a {
   text-decoration: none;
   color: #686766 ;
}

.footercanales li a:hover {  color: #2ab4c6 ;  }

.nivel1 {  padding-left: 15px;  }
.nivel2 {  padding-left: 30px;  }
.nivel3 {  padding-left: 45px;  }
.nivel4 {  padding-left: 60px;  }
.nivel5 {  padding-left: 75px;  }
.nivel6 {  padding-left: 90px;  }



.footersuscribe {
   width: 40%;
   height: auto;
   overflow: hidden;
   float: left;
   padding-left: 40px;
   padding-right: 40px;
}

@media only screen and (max-width: 900px) {
.footersuscribe {  width: 100%; clear: both; margin-top: -40px; padding-left: 20px;  padding-right: 20px; }
}


.rrssfooter {
   width: auto;
   height: auto;
   float: right;
   padding-right: 10%;
}
@media only screen and (max-width: 1150px) {
.rrssfooter {  margin-top: 60px; padding-right: 10%; }
}
@media only screen and (max-width: 900px) {
.rrssfooter {  margin-top: 40px; padding-right: 23%; }
}
@media only screen and (max-width: 480px) {
.rrssfooter {  margin-top: 25px; padding-right: 20%; }
}

.rrssfooter img {
   width: auto;
   height: 45px;
   	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	 -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}
.rrssfooter img:hover {
   	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
}
@media only screen and (max-width: 900px) {
.rrssfooter img {  height: 38px; }
}
@media only screen and (max-width: 480px) {
.rrssfooter img {  height: 30px; }
}


.suscribe_redes {
   width: 100%;
   height: auto;
   overflow: hidden;
   border-bottom: 1px solid #C8C5C3;
   padding-bottom: 10px;
   margin-top: 2%;
}


.suscribe_tv {
   width: 100%;
   height: auto;
   overflow: hidden;
   margin-top: 20px;
}

.suscribe_tv_tit {
   width: 100%;
   height: auto;
   float: left;
   font-size: 12px;
   font-family: 'Montserrat Light';
   text-align: left;
   color: #686766 ;
   padding-bottom: 10px ;
}

.suscribe_tv input {
   width: 59%;
   height: auto;
   float: left;
   padding: 18px 0px 18px 0px ;
   border: 1px solid #D8D3D0;
   background-color: #FBFAF9;
   border-top-left-radius: 4px;
   -moz-border-top-left-radius: 4px;
   -webkit-border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
   -moz-border-bottom-left-radius: 4px;
   -webkit-border-bottom-left-radius: 4px;
   font-size: 12px;
   font-family: 'Montserrat Light';
   text-align: left;
   color: #686766 ;
   font-weight: normal;
   text-indent: 18px;
}
.suscribe_tv_clic {
   width: 39%;
   height: auto;
   float: left;
   border: 1px solid #D8D3D0;
   background-color: #D8D3D0;
   border-top-right-radius: 4px;
   -moz-border-top-right-radius: 4px;
   -webkit-border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
   -moz-border-bottom-right-radius: 4px;
   -webkit-border-bottom-right-radius: 4px;
   font-size: 12px;
   font-family: 'Montserrat Regular';
   text-align: center;
   color: #ffffff ;
   padding: 19px 0px 18px 0px ;
   -webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	 -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}

.suscribe_tv_clic:hover {  background-color: #B7AFAA; border: 1px solid #B7AFAA; cursor:pointer;}


.subfooter {
   width: 100%;
   height: 110px;
   overflow: hidden;
   margin-top: -30px;
   padding-bottom: 80px;
   background-image: url(../imagenes/sombrafooter.png);
   background-repeat: repeat-x;
   background-color: #ffffff;
   margin-top: 1px;
}

.subfooter1 {
   width: 100%;
   height: 110px;
   float: left;
   font-size: 12px;
   font-family: 'Montserrat Regular';
   text-align: center;
   color: #6E6D6D ;
   padding: 48px 0px 0px 0px ;
}

@media only screen and (max-width: 900px) { .subfooter1 {  font-size: 10px; } }

@media only screen and (max-width: 550px) {
.subfooter1 {  font-size: 9px; }
}




.seccioncab {
   width: 100%;
   height: auto;
   overflow: hidden;
   padding-top: 50px;
}
@media only screen and (max-width: 1150px) { .seccioncab {  padding-top: 30px; } }
@media only screen and (max-width: 900px) { .seccioncab {  padding-top: 20px; } }
@media only screen and (max-width: 480px) { .seccioncab {  padding-top: 15px; } }



.seccion {
   width: auto;
   font-family: 'Montserrat Bold';
   text-align: left;
   font-size: 55px;
   color: #DBDBDB ;
   padding-left: 50px;
   float: left;
}
@media only screen and (max-width: 1150px) { .seccion {  width: 100%; font-size: 40px; text-align: center; padding-left: 0px;} }
@media only screen and (max-width: 900px)  { .seccion {  font-size: 30px; } }
@media only screen and (max-width: 480px)  { .seccion {  font-size: 20px; } }


.indicasec {
   width: 65px;
   height: 33px;
   position: absolute;
   margin-top: -1px;
   margin-left: 120px;
   background-image: url(../imagenes/indica.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 65px auto;
}
@media only screen and (max-width: 1150px) { .indicasec { background-size: 50px auto; margin-left: 44%; margin-top: -8px;} }


.secmiga  {
    width: auto;
    height: auto;
    text-align: left;
    color: #DBDBDB ;
    padding-left: 50px;
    font-family: 'Montserrat Bold';
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    color: #808080;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1150px) { .secmiga {  font-family: 'Montserrat Regular'; width: 100%; font-size: 13px; text-align: center; padding-left: 0px;} }
@media only screen and (max-width: 900px)  { .secmiga {  font-size: 12px; } }
@media only screen and (max-width: 480px)  { .secmiga {  font-size: 11px; font-family: 'Montserrat Light'; } }












/*** PLAYER  */


.player {
   width: 100%;
   height: auto;
   overflow: hidden;
   margin-left: auto;
   margin-right: auto;
   padding: 60px 8% 0px 8%;
}

.player iframe{
   width: 100%;
   height: auto;
   overflow: hidden;
   background-color: #000000 !important;
}
@media only screen and (max-width: 3500px) { .player iframe {  height: 700px; } }
@media only screen and (max-width: 1920px) { .player iframe {  height: 670px; } }
@media only screen and (max-width: 1850px) { .player iframe {  height: 630px; } }
@media only screen and (max-width: 1750px) { .player iframe {  height: 600px; } }
@media only screen and (max-width: 1500px) { .player iframe {  height: 550px; } }
@media only screen and (max-width: 1400px) { .player iframe {  height: 500px; } }
@media only screen and (max-width: 1300px) { .player iframe {  height: 550px; } }
@media only screen and (max-width: 1200px) { .player iframe {  height: 500px; } }
@media only screen and (max-width: 1100px) { .player iframe {  height: 450px; } }
@media only screen and (max-width: 1050px) { .player iframe {  height: 420px; } }
@media only screen and (max-width: 900px)  { .player iframe {  height: 450px; } }
@media only screen and (max-width: 800px)  { .player iframe {  height: 410px; } }
@media only screen and (max-width: 750px)  { .player iframe {  height: 400px; } }
@media only screen and (max-width: 700px)  { .player iframe {  height: 370px; } }
@media only screen and (max-width: 650px)  { .player iframe {  height: 340px; } }
@media only screen and (max-width: 620px)  { .player iframe {  height: 310px; } }
@media only screen and (max-width: 600px)  { .player iframe {  height: 290px; } }
@media only screen and (max-width: 550px)  { .player iframe {  height: 260px; } }

.player img {  width: 100%;  height: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.player object {  width: 100%;  height: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

@media only screen and (max-width: 900px) { .player {  padding: 0px 0px 0px 0px ; }

.player img {  -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
.player object {  -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
}

.sombraplayer {
   width: 100%;
   height: 34px;
   margin-left: auto;
   margin-right: auto;
   background-image: url(../imagenes/videosombra.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size:  100% 34px;
}

.playeritems {
   width: 100%;
   height: auto;
   overflow: hidden;
   padding: 0px 10px 10px 10px;
   margin-top: -15px;
   background-color: white;
}

.ply_01_play {
   width: 5%;
   height: 30px;
   float: left;
}
@media only screen and (max-width: 900px) { .ply_01_play img {  width: 4%; } }

.ply_01_play img{
   float: right;
   padding-right: 10px;
   width: 33px;
   height: auto;
}
.ply_01_play img:hover{ cursor: pointer; }

@media only screen and (max-width: 900px) { .ply_01_play img {  width: 20px; margin-top: 4px; padding-right: 2px;} }

.ply_02_timing {
    width: 15%;
    height: 30px;
    font-family: 'Marvel', sans-serif;
    text-align: center;
    font-size: 18px;
    color: #717171;
    margin-top: 4px;
    float: left;
}

@media only screen and (max-width: 900px) { .ply_02_timing {  width: 15%; font-size: 13px; } }

.ply_03_progreso {
   width: 45%;
   height: 30px;
   float: left;
   padding-top: 12px;
}
.ply_03_progreso img {
   width: 100%;
   height: 6px;
}

@media only screen and (max-width: 900px) { .ply_03_progreso img {  width: 80%;  } }

.ply_04_audio {
   width: 5%;
   height: 30px;
   float: left;
   margin-top: 4px;
   margin-left: 5px;
   margin-right: 5px;
   padding-left: 8px;
   padding-right: 8px;
}
.ply_04_audio img{
   width: 30px;
   height: auto;
   float: right;
}
.ply_04_audio img:hover{ cursor: pointer; }

@media only screen and (max-width: 900px) { .ply_04_audio img {  width: 23px; } }

.ply_05_volumen {
   width: 20%;
   height: 30px;
   float: left;
   padding-top: 12px;
}
.ply_05_volumen img {
   width: 100%;
   height: 6px;
}
@media only screen and (max-width: 900px) { .ply_05_volumen img {  width: 80%;  } }

.ply_06_full {
   width: 5%;
   height: 30px;
   float: right;
}
.ply_06_full img{
   float: right;
   padding-right: 10px;
   width: 35px;
   height: auto;
}
.ply_06_full img:hover{ cursor: pointer; }

@media only screen and (max-width: 900px) { .ply_06_full img {  width: 26px; margin-top: 4px;} }





.libk {
   background-image: url(../imagenes/libk.png);
   background-repeat: repeat-x;
   background-position: center center;
}


.compartir {
   width: 40%;
   height: 30px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 40px;
   display: table;
}

@media only screen and (max-width: 900px) { .compartir {  width: 80%; margin-top: 20px; } }

.compartirin {
   min-width: 60px;
   height: 30px;
   background-color: #ffffff;
   margin-left: auto;
   margin-right: auto;
   display: table;
   padding-left: 10px;
   padding-right: 10px;
}

.compartirin img{
   height: 30px;
   float: left;
   margin-left: 8px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media only screen and (max-width: 900px) { .compartir img {  height: 25px; margin-top: 5px;} }

.compartirin img:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


.playertitulo {
    width: 80%;
    height: auto;
    overflow: hidden;
    line-height: 32px;
    margin: 0 auto;
    margin-top: 20px;
    font-family: 'Montserrat Bold';
    text-align: center;
    font-size: 27px;
    color: #333333;
}

@media only screen and (max-width: 900px) { .playertitulo {  font-size: 18px; line-height: 25px;} }

.playercanal {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Marvel', sans-serif;
    text-align: center;
    font-size: 18px;
    color: #717171;
    margin-top: 22px;
}

@media only screen and (max-width: 900px) { .playercanal {  font-size: 15px; margin-top: 22px;} }

.playersepara {
   width: 60%;
   height: 30px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
}

@media only screen and (max-width: 900px) { .playersepara {  width: 80%; } }

.playerinfo {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.playerinfoin {
   min-width: 60px;
   height: 30px;
   display: table;
   background-color: #ffffff;
   margin-left: auto;
   margin-right: auto;
   display: table;
   padding-left: 10px;
   padding-right: 10px;
}

.duracionplayer {
   font-family: 'Marvel', sans-serif;
   text-align: left;
   font-size: 20px;
   color: #717171 ;
   float: left;
   margin-right: 20px;
   }


.triple {
   width: 100%;
   height: auto;
   -moz-column-count:3;
   -webkit-column-count:3;
   column-count:3;
   -moz-column-gap:20px;
   -webkit-column-gap:20px;
   column-gap:20px;
}
.triple p{
   font-family: 'Montserrat Light';
   font-size: 15px;
   line-height: 22px;
   color: #999999;
}
@media only screen and (max-width: 900px) {
.triple {
   -moz-column-count:1;
   -webkit-column-count:1;
   column-count:1;
   -moz-column-gap:1px;
   -webkit-column-gap:1px;
   column-gap:1px;
}
}

@media only screen and (max-width: 900px) { .triple p {  font-size: 13px;  line-height: 25px; color: 333333; font-family: 'Montserrat Regular';} }

.doble {
   width: 100%;
   height: auto;
   -moz-column-count:2;
   -webkit-column-count:2;
   column-count:2;
   -moz-column-gap:20px;
   -webkit-column-gap:20px;
   column-gap:20px;
}

@media only screen and (max-width: 900px) {
.doble {
   -moz-column-count:1;
   -webkit-column-count:1;
   column-count:1;
   -moz-column-gap:1px;
   -webkit-column-gap:1px;
   column-gap:1px;
}
}

.doble p {
   font-family: 'Montserrat Light';
   font-size: 15px;
   line-height: 22px;
   color: #999999;
}

@media only screen and (max-width: 900px) { .doble p {  font-size: 13px;  line-height: 25px; color: 333333; font-family: 'Montserrat Regular';} }

.simple {
   width: 100%;
   height: auto;
}
.simple p {
   font-family: 'Montserrat Light';
   font-size: 15px;
   line-height: 22px;
   color: #999999;
}

@media only screen and (max-width: 900px) { .triple p {  font-size: 13px;  line-height: 25px; color: 333333; font-family: 'Montserrat Regular';} }

.playerdescipcion {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}




.tags {
   width: 80%;
   height: 30px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 40px;
   margin-bottom: 10px;
   display: table;
   background-image: url(../imagenes/libk.png);
   background-repeat: repeat-x;
   background-position: center center;
}

@media only screen and (max-width: 900px) { .tags {  background-image: url(../imagenes/void.png); } }

.tagsin {
   min-width: 60px;
   height: 30px;
   margin-left: auto;
   margin-right: auto;
   display: table;
   padding-left: 10px;
   padding-right: 10px;

}

.tags_item {
   width: auto;
   height: 24px;
   border-top-left-radius: 5px;
   -moz-border-radius-topleft: 5px;
   -webkit-border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
   -moz-border-radius-bottomleft: 5px;
   -webkit-border-bottom-left-radius: 5px;
   background-image: url(../imagenes/fintags.png);
   background-repeat: no-repeat;
   background-position: right top;
   float:left;
   font-family: 'Montserrat Regular';
   font-size: 11px;
   text-align: left;
   padding-left: 25px;
   padding-right: 30px;
   line-height: 23px;
   margin-right: 10px;
   margin-top: 4px;
   color: #fff;
}
.tags_item:hover {
   background-image: url(../imagenes/fintags2.png); cursor: pointer; }
}

@media only screen and (max-width: 900px) { .tags_item {  margin-right: 7px; padding-left: 0px; } }
















/*** CANALES TOP  */

.topdrop {
    width: 100%;
    overflow: hidden;
    background-color: #292725;
}

.topdropin {
   width: 58%;
   margin-left: auto;
   margin-right: auto;
   overflow: hidden;
   background-color: #504D4B;
   border-left: 1px solid #5E5956;
   border-right: 1px solid #5E5956;
}

@media only screen and (max-width: 2200px) { .topdropin {  width: 70%; } }

@media only screen and (max-width: 2000px) { .topdropin {  width: 75%; } }


/*** INTERFAZ SEMI  */

@media only screen and (max-width: 1650px) { .topdropin { width: 82%; } }

@media only screen and (max-width: 1300px) { .topdropin { width: 92%; } }

/*** INTERFAZ TABLET  */

@media only screen and (max-width: 900px) { .topdropin { width: 90%;} }

/*** INTERFAZ MOVIL  */

@media only screen and (max-width: 480px) {  .topdropin { width: 100%; } }


.topdroptit {
   width: 20%;
   background-color: #504D4B;
   float: left;
}
@media only screen and (max-width: 600px) {.topdroptit { width: 10%;  } }

.topdroptit h4 {
    font-size: 30px;
    font-family: 'Montserrat light';
    text-align: center;
    color: #A8A6A4;
    font-weight: normal;
    padding-top: 30px;
    text-transform: lowercase;
}

@media only screen and (max-width: 1300px) {.topdroptit h4 { font-size: 30px; } }
@media only screen and (max-width: 900px) {.topdroptit h4 { font-size: 25px; } }
@media only screen and (max-width: 600px) {.topdroptit h4 { display: none; } }


.titmov {
   width: 80%;
   float: left;
   padding-left: 25px;
}
@media only screen and (max-width: 5000px) {.titmov { display:none;  } }
@media only screen and (max-width: 600px) {.titmov { display:block;  } }

.titmov h4 {
    font-size: 30px;
    font-family: 'Montserrat light';
    text-align: left;
    color: #A8A6A4;
    font-weight: normal;
    padding-top: 10px;
}




.topdropico {
   width: 100%;
   height: 55px;
   margin-top:15px;
   background-size: auto 55px;
   background-position: center center;
   background-repeat: no-repeat;
}

@media only screen and (max-width: 1300px) {.topdropico { background-size: auto 55px; } }
@media only screen and (max-width: 900px) {.topdropico { background-size: auto 45px; } }
@media only screen and (max-width: 600px) {.topdropico { background-size: auto 50%; margin-top:48px;} }

.canales { background-image: url(../imagenes/canales.png); }
.buscar { background-image: url(../imagenes/buscar.png); }
.enviar { background-image: url(../imagenes/enviar.png); }
.directoa { background-image: url(../imagenes/directoa.gif);}

.topdropcuerpo {
   width: 80%;
   background-color: #474442;
   float: right;
   border-left: 1px solid #393735;
}
@media only screen and (max-width: 600px) {.topdropcuerpo { width: 90%;  } }
.topdropcuerpoin {
   border-left: 1px solid #5E5956;
   padding-bottom: 60px;
}

.topdropcerrar {
   width: 100%;
   height: 55px;
}

.cerrar {
   width: 18px;
   height: 18px;
   float: right;
   margin-top: 10px;
   margin-right: 15px;
}

.cerrar img {
   width: 18px;
   height: 18px;
   float: right;
   margin-top: 10px;
   margin-right: 20px;
   	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=35);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	 -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}

.cerrar img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.topdropcuerpo ul {
   width: 100%;
   height: auto;
   overflow: hidden;
   list-style: none;
   border-top: 1px solid #393735;
   border-bottom: 1px solid #5E5956;
}

.topdropcuerpo li {
   width: 100%;
   height: auto;
   overflow: hidden;
   list-style: none;
   border-bottom: 1px solid #393735;
   border-top: 1px solid #5E5956;
   font-family: 'Montserrat Regular';
   font-size: 11px;
   line-height: 22px;
   color: #F0ECE8;
   padding-top: 8px;
   padding-bottom: 6px;
   text-indent: 25px;
   	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	 -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}

.topdropcuerpo li span {  clear: both; }

.topdropcuerpo li a {
   text-decoration: none;
   color: #F0ECE8;
}

.topdropcuerpo li a:hover {  color: #ffffff; }

.buscainput  {
   width: 90%;
   height: auto;
   padding: 18px 0px 18px 0px;
   border: 1px solid #504D4B;
   background-color: #292725;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-left-radius: 4px;
   font-size: 12px;
   font-family: 'Montserrat Light';
   text-align: left;
   color: #686766 ;
   font-weight: normal;
   margin: 5px 0px 10px 25px ;
   text-indent: 18px;
   clear: both;
}

.buscainput:hover {
   border: 1px solid #7F7C7B !important;
   color: #686766 ;
}
.buscainput:focus {
   border: 1px solid #504D4B !important;
   color: #686766 ;
}

@media only screen and (max-width: 1300px) {.buscainput { padding: 18px 0px 18px 0px;  } }
@media only screen and (max-width: 900px) {.buscainput { padding: 13px 0px 13px 0px;  } }
@media only screen and (max-width: 600px) {.buscainput { padding: 8px 0px 8px 0px; } }

.topbtn  {
   width: 40%;
   height: auto;
   padding: 15px 2px 15px 2px ;
   border: 1px solid #32302F;
   background: #8d8988;
   background: -moz-linear-gradient(top,  #8d8988 0%, #74706f 100%);
   background: -webkit-linear-gradient(top,  #8d8988 0%,#74706f 100%);
   background: linear-gradient(to bottom,  #8d8988 0%,#74706f 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8988', endColorstr='#74706f',GradientType=0 );
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-left-radius: 4px;
   font-size: 11px;
   font-family: 'Montserrat Regular';
   text-align: Center;
   color: #ffffff ;
   font-weight: normal;
   margin: 20px 0px 0px 25px ;
}

@media only screen and (max-width: 1300px) {.topbtn { width: 40%;  } }
@media only screen and (max-width: 900px) {.topbtn { width: 60%;  } }
@media only screen and (max-width: 600px) {.topbtn { width: 90%; } }


.compartemin {
   width: 30%;
   height: auto;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-filter: brightness(100%);
   filter: brightness(100%);
   -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
   box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
   margin: 15px 15px 15px 27%;
}
@media only screen and (max-width: 4000px) {
.compartemin {  display: none;}
}
@media only screen and (max-width: 900px) {
.compartemin {  display: block; width: 86%; padding-left: 0px; margin: 15px 15px 15px 15px;}
}

.compartemin:hover {
   -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.compartemax {
   width: 87%;
   height: auto;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-filter: brightness(100%);
   filter: brightness(100%);
   -webkit-box-shadow: 0px 0px 15px 0px rgba(41,39,36,1);
   -moz-box-shadow: 0px 0px 15px 0px rgba(41,39,36,1);
   box-shadow: 0px 0px 15px 0px rgba(41,39,36,1);
   margin: 35px 15px 15px 15px;
}

@media only screen and (max-width: 900px) { .compartemax {  display: none;} }

.compartemax:hover {
   -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

@media only screen and (max-width: 8000px) { .quitardsk {  display: none; } }
@media only screen and (max-width: 900px) { .quitardsk {  display: block; } }



/*** DIRECTOS  */


.directos  {
   width: 100%;
   height: auto;
   overflow: hidden;
   padding: 15px 0px 25px 0px ;
   border-top: 1px solid #ECE9E6;
   border-bottom: 1px solid #ECE9E6;
   background-color: #FAF9F8;
   margin-top: 50px;
}

.directoscab {
   width: 50%;
   height: 75px;
   margin-left: auto;
   margin-right: auto;
   display: table;
}
@media only screen and (max-width: 900px) {.directoscab { width: 70%;  } }

.directoscabin {
   min-width: 100px;
   height: 75px;
   background-color: #FAF9F8;
   margin-left: auto;
   margin-right: auto;
   display: table;
   padding-left: 10px;
   padding-right: 10px;
   background-image: url(../imagenes/directo_fino.svg);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 75px auto;
}
.directostxt {
   width: 100%;
   height: auto;
   overflow: hidden;
   margin-left: auto;
   margin-right: auto;
   margin-top: -5px;
   margin-bottom: 10px;
   font-size: 25px;
   font-family: 'Montserrat Light';
   text-align: Center;
   color: #B3B3B2 ;
}
@media only screen and (max-width: 900px) {.directostxt { font-size: 20px;  } }

.directositem {
   width: 100%;
   height: 35px;
   margin-left: auto;
   margin-right: auto;
   display: table;
}

@media only screen and (max-width: 900px) {.directositem { height: 27px;  } }

.directositemin {
   min-width: 100px;
   height: 35px;
   background-color: #FAF9F8;
   margin-left: auto;
   margin-right: auto;
   display: table;
   padding-left: 10px;
   padding-right: 10px;
   background-image: url(../imagenes/directo_gordo.svg);
   background-repeat: no-repeat;
   background-position: center left;
   background-size: 35px auto;
   padding-left: 45px;
}

@media only screen and (max-width: 900px) {
.directositemin {
	height: 27px;
	background-size: 27px auto;
}
}

.directoev {
    font-family: 'Marvel', sans-serif;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 35px;
}

@media only screen and (max-width: 900px) {.directoev { font-size: 14px; line-height: 27px; } }

.directofecha { color: #333333; }
.directotitulo { color: #B6B2B0; margin-left: 6px;}




/*** CONTROLES V2  */


.controles_play {
    width: 5%;
    height: 30px;
    float: left;
   background-image: url(../imagenes/playmini.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 18px 22px;
   cursor: pointer;
}
@media only screen and (max-width: 900px) {.controles_play { background-size: 50% auto; } }
@media only screen and (max-width: 600px) {.controles_play { background-size: 70% auto; } }

.controles_pausa {
    width: 5%;
    height: 30px;
    float: left;
   background-image: url(../imagenes/pausamini.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 18px 22px;
   cursor: pointer;
}
@media only screen and (max-width: 900px) {.controles_pausa { background-size: 50% auto; } }
@media only screen and (max-width: 600px) {.controles_pausa { background-size: 70% auto; } }

.progreso_tiempo {
    width: 15%;
    height: 30px;
    font-family: 'Marvel', sans-serif;
    text-align: center;
    font-size: 18px;
    color: #717171;
    margin-top: 4px;
    float: left;
}

@media only screen and (max-width: 900px) { .progreso_tiempo {  width: 15%; font-size: 13px; } }


.controles_mute_off {
    width: 5%;
    height: 30px;
    float: left;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 8px;
    padding-right: 8px;
       background-image: url(../imagenes/audio_on.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 28px 22px;
   cursor: pointer;
}
@media only screen and (max-width: 900px) {.controles_mute_off { background-size: 80% auto; } }
@media only screen and (max-width: 600px) {.controles_mute_off { background-size: 90% auto; } }

.controles_mute_on {
    width: 5%;
    height: 30px;
    float: left;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 8px;
    padding-right: 8px;
       background-image: url(../imagenes/audio_off.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 28px 22px;
   cursor: pointer;
}

.progreso {
   width: 50%;
   height: 30px;
   float: left;
   padding-top: 12px;
}

.progreso img {
   width: 100%;
   height: 6px;
}


/*** ORDENDIA - INTERVINIENTES */


.intrordendia {
   width: 65%;
   height: auto;
   overflow: hidden;
   float:right;
}

@media only screen and (max-width: 900px) {
.intrordendia { width: 100%; float:none; clear: both; }
}


.playerorden {
   width: 100%;
   height: auto;
   overflow: hidden;
   margin-left: auto;
   margin-right: auto;
}
.playerorden img {  width: 100%;  height: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.playerorden object {  width: 100%;  height: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

@media only screen and (max-width: 900px) {  .playerorden {  padding: 0px 0px 0px 0px ; }

.playerorden img {  -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
.playerorden object {  -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
}


.introdescinorden {
   padding: 25px 15px 0% 25px ;
}
@media only screen and (max-width: 1100px) {
.introdescinorden { padding: 20px 10px 0 10px ; }
}





.ordeninter {
   width: 100%;
   height: auto;
   overflow: hidden;
}

.ordeninterbts {
   width: 100%;
   height: auto;
   overflow: hidden;
}

.ordeninterbtsin {
   width: 50%;
   height: 35px;
   float: left;
   border-bottom: 1px solid #E9E9EA ;
   font-size: 11px;
   font-family: 'Montserrat Regular';
   text-align: Center;
   color: #A0A0A0 ;
}

.ordeninterbtsin a {  color: #A0A0A0 ; }


.ordenintersub {
	height: 55px;
	float: left;
	border-bottom: 1px solid #E9E9EA ;
	font-size: 11px;
	font-family: 'Montserrat Regular';
	text-align: Center;
	color: #A0A0A0 ;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ordenintersub a {  color: #A0A0A0 ; }

.sub3 {  width: 33.33%; }
.sub2 {  width: 50%; }
.sub1 {  width: 100%; }

.ordenon {
	color: #464646 ;
	border-bottom: 1px solid #000000 ;
	background-image: url(../imagenes/bklab.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}




.ordenoff {  color: #464646 ; border-bottom: 1px solid #E9E9EA ; }

.cargafirma {
	width: 100%;
	height: 310px !important;
	overflow: auto;
	background-image: url(../imagenes/cargafirma.gif);
	background-repeat: no-repeat;
	background-position: center center;

}

.ordeninterscroll {
   width: 100%;
   max-height: 310px;
   overflow: auto;
   margin-bottom: 18px;
   padding-right: 10px;
   -webkit-overflow-scrolling: touch;
}

.ordeninterscroll ul{
   width: 100%;
   height: auto;
   overflow: hidden;
   list-style:none;
   padding-right: 10px;
   font-size: 12px;
   font-family: 'Montserrat Regular';
   line-height: 18px;
   text-align: left;
   color: #A0A0A0 ;
}

.lidurac {
    font-family: 'Marvel', sans-serif;
    text-align: center;
    font-size: 15px;
    padding-right: 8px;
	color: #0074bd;
}

.ordeninterscroll li{
   padding-bottom: 8px;
   padding-top: 8px;
   padding-left: 5px;
	border-bottom: 1px solid #C2C2C3 ;
   background-color: #ffffff;
   color: #717171;
	font-size: 10px;
   	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	 -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}

.ordeninterscroll li img{
   width: 40px !important;
   height: 40px !important;
   float: left;
   margin-right: 10px;
}

.ordeninterscroll li a{
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 5px;
	color: #717171;
	font-size: 10px;
}

.ordeninterscroll li:hover {
   border-bottom: 1px solid #717171 ;
   background-color: #f8f8f8;
   cursor: pointer;
   color: #333333;
}

.remarca {
   background-color: #f0efee !important;
	animation: parpadeo 5s;
	-webkit-animation: parpadeo 2s;
  -moz-animation: parpadeo 2s;
  border-bottom: 1px solid #cdcac9 !important;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  cursor: pointer;
  z-index:9999;
}

@keyframes parpadeo {
	0%	  {background-color: #f0efee;}
	50%  {background-color: #dad7d5;}
	100% {background-color: #f0efee;}
}
@-webkit-keyframes parpadeo {
	0%	  {background-color: #f0efee;}
	50%  {background-color: #dad7d5 ;}
	100% {background-color: #f0efee ;}
}






/*** EN DIRECTO */



.endirecto {
   width: 100%;
   height: 80px;
   position: fixed;
   background-color: #918C8A;
   border-bottom: 1px solid #7E7B7A;
   z-index: 980;
}

.endirectoin {
   width: 480px;
   height: 80px;
   margin-right: auto;
   margin-left: auto;
}

.endirectoplay {
   float: left;

}

.endirectoplay img {
   width: auto;
   height: 54px;
   cursor: pointer;
   margin-top: 13px;
}

.endirectoplay p {
   font-size: 18px;
   font-family: 'Montserrat Light';
   line-height: 78px;
   text-align: left;
   color: #ffffff ;
   padding-left: 10px;
}

.cierradirecto {
   float: left;

}


@media only screen and (max-width: 900px) {.endirectoplay p { font-size: 15px;  } }


.cierradirecto {
   width: 28px;
   height: 28px;
   float: right;
   margin-top: 10px;
   margin-right: 15px;
}

.cierradirecto img {
   width: 28px;
   height: 28px;
   float: right;
   margin-top: -65px;
   margin-right: 20px;
   	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=35);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	 -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}

.cierradirecto img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}



/*** COOKIES */

.cookies {
background-color: rgb(17, 17, 17);
z-index: 999999;
opacity: 0.9;
position: fixed;
padding: 18px 10px 10px 10px ;
width: 100%;
height: 111px;
font-size: 12px;
font-weight: normal;
text-align: center;
color: #dddddd;
font-family: Tahoma, Verdana, Segoe, sans-serif;
line-height: 15px;
bottom: 0px; left: 0px;
}

@media only screen and (max-width: 900px) { .cookies { font-size: 11px; height: 90px;} }
@media only screen and (max-width: 480px) { .cookies { font-size: 10px; } }

.cookies2 {
background-color: rgb(17, 17, 17);
z-index: 999999;
padding: 0px 0px 7px;
text-align: center;
color: #dddddd;
font-family: Tahoma, Verdana, Segoe, sans-serif;
display: block;
font-size: 12px;
font-weight: bold;
line-height: normal;
letter-spacing: normal;
font-style: normal;
margin: 0px;
}

@media only screen and (max-width: 900px) { .cookies2 { font-size: 11px; } }
@media only screen and (max-width: 480px) { .cookies2 { font-size: 10px; } }

.cookies2 a {
background-color: rgb(17, 17, 17);
z-index: 999999;
padding: 0px 0px 7px;
text-align: left;
color: #dddddd;
font-family: Tahoma, Verdana, Segoe, sans-serif;
display: block;
font-size: 12px;
font-weight: bold;
line-height: normal;
letter-spacing: normal;
font-style: normal;
margin: 0px;
}

@media only screen and (max-width: 900px) { .cookies2 a { font-size: 11px; } }
@media only screen and (max-width: 480px) { .cookies2 a { font-size: 10px; } }

.cookies3 {
border: 0px;
padding: 0px;
cursor: pointer;
margin: 0px;
white-space: nowrap;
margin-right: 15px;
}

.cookies3 a {
color: #dddddd;
margin-top: 20px;
text-decoration: underline;
}

.cookies3 a:hover {
color: #ffffff;
margin-top: 20px;
text-decoration: none;
}

.cookies4 {
border-radius: 10px;
border: 0px;
padding: 0px;
cursor: pointer;
margin: 0px;
transition: 0.25s;
width: 20px;
height: 20px;
position: absolute;
top: 12px;
right: 17px;
text-align: center;
font-weight: bold;
line-height: 21px;
font-size: 20px;
background-color:
rgb(91, 183, 91);
color: #dddddd;
float: left;
}




.ckapcepta { color: #BDD56D !important; }
.ckacancela { color: #BF1717 !important; }



.cookiesin {
   width: 80%;
   height: auto;
   overflow: hidden;
   font-size: 15px;
   font-family: 'Montserrat Light';
   padding-top: 50px;
   padding-bottom: 50px;
   margin: 0 auto;
   color: #333333 ;
   line-height: 23px;
}

@media only screen and (max-width: 900px) { .cookiesin { font-size: 12px; } }

.cookiesin h3 {
   font-size: 30px;
   font-family: 'Montserrat Light';
   padding-top: 20px;
   padding-bottom: 40px;
   color: #333333 ;
}

.cookiesin h4 {
   font-size: 24px;
   font-family: 'Montserrat Light';
   color: #2ab4c6 ;
}

.cookiesin a {  color: #2ab4c6 ; }
.cookiesin a:hover {  color: #333333 ; }




/*** NO RESULTADOS */


.noresultados {
   width: 100%;
   height: 500px;
   background-color: #CFCAC7;
   margin-left: auto;
   margin-right: auto;
   display: table;
   padding-top: 100px;
   background-image: url(../imagenes/nores.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: auto 500px;
}

@media only screen and (max-width: 900px) { .noresultados { height: 400px; background-size: auto 400px; } }

.noresultados p {
   font-size: 80px;
   font-family: 'Montserrat Bold';
   color: #ffffff ;
   padding-top: 90px;
   text-align: center;
   letter-spacing: -1px;
}


@media only screen and (max-width: 900px) { .noresultados p { font-size: 35px; } }







.noaut {
   width: 100%;
   height: 500px;
   background-color: #CFCAC7;
   margin-left: auto;
   margin-right: auto;
   display: table;
   padding-top: 100px;
   background-image: url(../imagenes/noaut.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: auto 500px;
}

@media only screen and (max-width: 900px) { .noaut { height: 400px; background-size: auto 400px; } }

.noaut p {
   font-size: 80px;
   font-family: 'Montserrat Bold';
   color: #ffffff ;
   padding-top: 90px;
   text-align: center;
   letter-spacing: -1px;
}


@media only screen and (max-width: 900px) { .noaut p { font-size: 35px; } }






.dw_lin {
   width: 100%;
   height: 54px;
   overflow: hidden;
   border-left: 1px solid #C2C2C3;
   border-right: 1px solid #C2C2C3;
   border-bottom: 1px solid #C2C2C3;
   margin-bottom: 6px;
}

.dw_lin input{
   width: 75%;
   height: 54px;
   float:left;
   overflow: hidden;
   border: 0;
   background-color: #FFF;
   background-image: url(../imagenes/wd_busca.png);
   background-repeat: no-repeat;
   background-position: left center;
   background-size: auto 60%;
   font-family: 'Marvel', sans-serif;
   font-size: 26px;
   text-align: left;
   text-indent: 50px;
   color: #57628B !important;
}
.dw_lin input:focus { background-color: #FFF !important; }
.dw_lin input:active { background-color: #FFF !important; }
.dw_lin input:hover { background-color: #FFF !important; }

.dw_lin a{
   width: 15%;
   height: 54px;
   float: right;
   overflow: hidden;
   border: 0;
   background-color: #FFF;
   background-image: url(../imagenes/wd_stat.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: auto 50%;
   border-left: 1px solid #C2C2C3;
}
.dw_lin a:hover { background-color: #E9E9EA; }

.dw_sub {
   width: 100%;
   height: auto;
   overflow: hidden;
   border-top: 1px dotted #d3d3d3;
   margin-top: 6px;
   padding: 8px 10px 0px 5px;
}
.dw_sub_mp3 {
   width: 20px;
   height: 20px;
   float: left;
   border-radius: 4px;
   background-color: #C2C2C3;
   background-image: url(../imagenes/wd_audio.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: auto 15px;
   margin-right: 3px;
}
.dw_sub_mp3:hover { background-color: #717172; }

.dw_sub_link {
   width: 20px;
   height: 20px;
   float: left;
   border-radius: 4px;
   background-color: #C2C2C3;
   background-image: url(../imagenes/wd_link.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: auto 12px;
   margin-right: 3px;
}
.dw_sub_link:hover { background-color: #717172; }

.dw_sub_txt {
   width: auto;
   height: 20px;
   float: left;
   border-radius: 4px;
   background-color: #C2C2C3;
   margin-right: 3px;
   font-size: 10px;
   padding: 2px 25px 0 25px !important;
   font-family: 'Montserrat Regular' !important;
   text-align: Center !important;
   color: #ffffff !important;
   text-transform: uppercase !important;
}
.dw_sub_txt:hover { background-color: #717172; }

.estado_aprobada { background-color: #95C20E !important; }
.estado_denegada { background-color: #d21209 !important; }
.estado_otro { background-color: #797C82 !important; }
.estado_postergada { background-color: #80630d !important; }


.cl_aprobada { color: #95C20E !important; }
.cl_denegada { color: #57628B !important; }
.cl_otro { color: #797C82 !important; }
.cl_postergada { color: #FFFFFF !important; }

.dw_cab_txt {
   width: 100%;
   height: 26px;
   float: left;
   border-radius: 4px;
   background-color: #C2C2C3;
   margin-top: 13px;
   margin-bottom:12px;
   font-size: 11px;
   text-align: left;
   padding: 7px 10px 0 15px !important;
   font-family: 'Montserrat Regular' !important;
   color: #ffffff !important;
   text-transform: uppercase !important;
   background-image: url(../imagenes/wd_cerrar.png);
   background-repeat: no-repeat;
   background-position: center right;
   background-size: auto 12px;
}
.dw_cab_txt:hover { background-color: #717172; }

.dw_tab {
   width: 100%;
   height: auto;
   padding: 0;
}
.dw_tab_cab {
   border-bottom: 1px solid #C2C2C3;
   font-family: 'Montserrat Regular' !important;
   color: #ED321D !important;
   font-size: 10px;
   padding: 8px 6px;
   text-transform: uppercase !important;
}
.dw_left { text-align: left; }
.dw_center { text-align: center; }
.dw_right { text-align: right; }

.dw_tab_in {
   border-bottom: 1px solid #E8E8E8;
   font-family: 'Montserrat Regular' !important;
   color: #838385 !important;
   font-size: 10px;
   padding: 8px 6px;
   text-transform: uppercase !important;
}

.popuplink {
   width: 100%;
   height: auto;
   position: absolute;
   z-index: 99999;
}

.popuplink_in {
   width: 82%;
   border-radius: 5px;
   background-color: #474442;
   min-height: 60px;
   margin-left: auto;
   margin-right: auto;
   z-index: 99999;
   padding: 0 10px 20px 30px;
   -webkit-box-shadow: 0px 0px 60px 17px rgba(154,154,154,1);
-moz-box-shadow: 0px 0px 60px 17px rgba(154,154,154,1);
box-shadow: 0px 0px 60px 17px rgba(154,154,154,1);
}
@media only screen and (max-width: 3000px) {.popuplink_in { width: 58%; } }
@media only screen and (max-width: 2200px) {.popuplink_in { width: 70%; } }
@media only screen and (max-width: 2000px) {.popuplink_in { width: 75%; } }
@media only screen and (max-width: 1650px) {.popuplink_in { width: 82%; } }
@media only screen and (max-width: 1300px) {.popuplink_in { width: 92%; } }
@media only screen and (max-width: 1300px) {.popuplink_in { width: 92%; } }
@media only screen and (max-width:  900px) {.popuplink_in { width: 90%; padding: 0 10px 20px 20px; } }
@media only screen and (max-width:  480px) {.popuplink_in { width: 100%; border-radius: 0;} }

.popuplink_cab {
   width: 100%;
   display: block;
   font-family: 'Montserrat Regular';
   text-align: left;
   color: #B1B0AF;
   text-transform: uppercase;
   font-size: 12px;
   padding-top: 30px;
}
.linkinput  {
   width: 94%;
   height: auto;
   padding: 18px 0px 18px 0px;
   border: 1px solid #504D4B;
   background-color: #292725;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-left-radius: 4px;
   font-size: 12px;
   font-family: 'Montserrat Regular';
   text-align: left;
   color: #686766 ;
   font-weight: normal;
   margin: 5px 0px 20px 0 ;
   text-indent: 18px;
   clear: both;
}
.txarea  {
   width: 84%;
   height: 180px;
   padding: 18px 0px 18px 0px;
   border: 1px solid #504D4B;
   background-color: #292725;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-left-radius: 4px;
   font-size: 12px;
   font-family: 'Montserrat', sans-serif;
   text-align: left;
   color: #d2c8bf ;
   font-weight: normal;
   margin: 5px 6px 10px 20px ;
   text-indent: 18px;
   clear: both;
   float: left;
}

.dw_stt {
   width: auto;
   height: 54px;
   float:left;
   overflow: hidden;
   background-image: url(../imagenes/wd_stat2.png);
   background-repeat: no-repeat;
   background-position: left center;
   background-size: auto 60%;
   font-family:  'Montserrat Bold';
   text-transform: uppercase;
   font-size: 13px;
   text-align: left;
   text-indent: 50px;
   margin: 15px 40px;
   color: #fff;
   padding-top: 28px;
}
.dw_stt:hover { color: #73b6e6; }

.upp { font-size: 18px !important; }
.upp2 { font-size: 13px !important; }

@media only screen and (max-width: 900px) {  .dw_stt {  margin: 5px 20px; } }

.ordeninterstatt {
   width: 100%;
   height: auto;
   overflow: hidden;
   padding-right: 10px;
}
.ordeninterstatt ul{
   width: 100%;
   height: auto;
   overflow: hidden;
   list-style:none;
   padding-right: 10px;
   font-size: 12px;
   font-family: 'Montserrat Regular';
   line-height: 18px;
   text-align: left;
   color: #A0A0A0 ;
}

.ordeninterstatt li{
   padding-bottom: 8px;
   padding-top: 8px;
   padding-left: 5px;
	border-bottom: 1px solid #C2C2C3 ;
   background-color: #ffffff;
   color: #717171;
	font-size: 10px;
   	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	 -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}

@media only screen and (max-width: 900px) { .ordeninterstatt li {  font-size: 10px !important;} }

.ordeninterstatt li a{
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 5px;
	color: #717171;
	font-size: 10px;
}
@media only screen and (max-width: 900px) { .ordeninterstatt li a {  font-size: 10px !important;} }

.ordeninterstatt li p{
	padding-bottom: 8px;
	text-transform: uppercase;
	padding-top: 8px;
	margin-bottom:-5px;
	font-size: 10px;
	color: #6f86da;
}

.ordeninterstatt li:hover {
   border-bottom: 1px solid #717171 ;
   background-color: #f8f8f8;
   cursor: pointer;
   color: #333333;
}
.gen_stt {
   width: 100%;
   height: auto;
   overflow: hidden;
   padding-bottom: 40px;
   padding-right: 40px;
   padding-left: 40px;
   margin-top: 25px;
}
@media only screen and (max-width: 900px) { .gen_stt {  padding-right: 25px; padding-left: 25px;} }

.sttcab {
   font-size: 35px;
   font-family: 'Montserrat light';
   text-align: left;
   color: #73b6e6 ;
   font-weight: normal;
   text-transform: lowercase;
   padding: 25px 0 8px 0;
   border-bottom: 1px dotted #73b6e6;
}
@media only screen and (max-width: 900px) { .sttcab {  font-size: 25px;} }

.ordenoff {  color: #464646 ; border-bottom: 1px solid #E9E9EA ; }

.sttcab2 {
   font-size: 45px;
   font-family: 'Montserrat light';
   text-align: left;
   color: #666 ;
   font-weight: normal;
   text-transform: lowercase;
   padding: 5px 0 8px 0;
   border-bottom: 1px dotted #bbb;
}
@media only screen and (max-width: 900px) { .sttcab2 {  font-size: 35px;} }

.cargafirma {
	width: 100%;
	height: 310px !important;
	overflow: auto;
	background-image: url(../imagenes/cargafirma.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.remarca {
   background-color: #f0efee !important;
	animation: parpadeo 5s;
	-webkit-animation: parpadeo 2s;
  -moz-animation: parpadeo 2s;
  border-bottom: 1px solid #cdcac9 !important;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  cursor: pointer;
  z-index:9999;
}

@keyframes parpadeo {
	0%	  {background-color: #f0efee;}
	50%  {background-color: #dad7d5;}
	100% {background-color: #f0efee;}
}
@-webkit-keyframes parpadeo {
	0%	  {background-color: #f0efee;}
	50%  {background-color: #dad7d5 ;}
	100% {background-color: #f0efee ;}
}

.stresm {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 15px 0;
}

.stit {
    width: 80%;
    height: auto;
    overflow: hidden;
    font-family: 'Montserrat Bold';
    text-align: left;
    font-size: 14px;
    color: #333333;
}
@media only screen and (max-width: 900px) {.stit { font-size: 12px; } }

.dw_perc {
   width: 100%;
   height: 11px;
   float: left;
   border-radius: 4px;
   background-color: #dcdcdc;
   margin-top: 8px;
   margin-bottom:12px;
}
@media only screen and (max-width: 900px) {.dw_perc { height: 8px; margin-top: 6px; margin-bottom:10px;} }

.dw_percin {
   height: 11px;
   float: left;
   border-radius: 4px;
}
@media only screen and (max-width: 900px) {.dw_percin { height: 8px; } }

.fullscreen {
   height: 17px !important;
   width: auto !important;
   float: right;
   margin: 15px 15px 0 0;
   border-radius: 4px;
}
@media only screen and (max-width: 1100px) { .fullscreen { height: 15px !important; } }
@media only screen and (max-width:  600px) { .fullscreen { height: 12px !important; } }

.interviene {
   width: 940px;
   height: 215px;
   position: absolute;
   background-image: url(../imagenes/degint.png);
   background-repeat: no-repeat;
   background-position: center top;
   background-size: 100% auto;
   z-index: 2147483647;
}

@media only screen and (max-width: 1200px) { .interviene { width: 840px; height: 190px; } }
@media only screen and (max-width: 1100px) { .interviene { width: 700px; height: 160px; } }
@media only screen and (max-width: 700px) { .interviene  { width: 500px; height: 100px; } }
@media only screen and (max-width: 600px) { .interviene  { width: 450px; height: 90px; } }
@media only screen and (max-width: 500px) { .interviene  { width: 400px; height: 80px; } }


.itermic {
   width: 25px;
   height: auto;
   float: left;
   margin-top: 25px;
   margin-left: 30px;
}
@media only screen and (max-width: 900px) { .itermic { margin-top: 20px; margin-left: 25px; } }
@media only screen and (max-width: 600px) { .itermic { margin-top: 15px; margin-left: 20px; } }

.itermic img { width: 25px; height: auto; }
@media only screen and (max-width: 900px) { .itermic img { width: 20px;  } }
@media only screen and (max-width: 600px) { .itermic img { width: 15px; } }

.itertxt {
   min-width: 60px;
   height: 63px;
   float: left;
   background-image: url(../imagenes/lintr.png);
   background-repeat: no-repeat;
   background-position: left center;
   margin-top: 17px;
   margin-left: 15px;
   font-family: 'Montserrat Bold';
   text-align: left;
   font-size: 14px;
   color: #8E9BD1 ;
   padding: 22px 0px 0px 15px;
}
@media only screen and (max-width: 900px) { .itertxt { height: 45px; padding: 12px 0px 0px 12px; margin-left: 10px; } }
@media only screen and (max-width: 600px) { .itertxt { height: 26px; padding: 6px 0px 0px 12px; margin-left: 2px; font-size: 12px;} }










.convocatorias {
   width: 100%;
   height: auto;
   overflow: hidden;
   padding-right: 10px;
}
.convocatorias ul{
   width: 100%;
   height: auto;
   overflow: hidden;
   list-style:none;
   padding-right: 10px;
   font-size: 12px;
   font-family: 'Montserrat Regular';
   line-height: 18px;
   text-align: left;
   color: #A0A0A0 ;
}

.convocatorias li{
   padding-bottom: 8px;
   padding-top: 8px;
   padding-left: 5px;
	border-bottom: 1px solid #C2C2C3 ;
   background-color: #ffffff;
   color: #717171;
	font-size: 10px;
   	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	 -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
   cursor: default;
}

@media only screen and (max-width: 900px) { .convocatorias li {  font-size: 10px !important;} }

.convocatorias li a{
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 5px;
	color: #717171;
	font-size: 13px;
}
@media only screen and (max-width: 900px) { .convocatorias li a {  font-size: 10px !important;} }

.convocatorias li p{
	padding-bottom: 13px;
	text-transform: uppercase;
	padding-top: 8px;
	margin-bottom:-5px;
	font-size: 11px;
	color: #6f86da;
}

.convocatorias li:hover {
   border-bottom: 1px solid #717171 ;
   background-color: #f8f8f8;
   cursor: pointer;
   color: #333333;
}




.adjunto_conv {
   display: block;	
   width: 100%;
   height: auto;
   padding: 10px 15px;
   background-color: #F9F0FC;
   border-top: 1px solid #FFFFFF ;
   border-bottom: 1px solid #EFD6F7;
   font-size: 11px;
   font-family: 'Montserrat Regular';
   line-height: 18px;
   text-align: left;
   color: #716E72;
   -webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	 -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}
.adjunto_conv:hover { background-color: #F4E2FA; }

.adjunto_conv strong { margin-right:6px; text-transform: uppercase;}


.convitem {
   display: block;	
   width: 100%;
   height: auto;
   padding: 13px 15px;
   background-color: #ededed;
   border-bottom: 1px solid #cccccc ;
   border-left: 3px solid #3FA5AD;
   margin-bottom:2px;
   -webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	 -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}
.convitem:hover {
   background-color: #dbdbdb;
   border-bottom: 1px solid #333 ;
}

.convitem h3 {
    width: auto;
	display: block;
    font-family: 'Montserrat Bold';
    text-align: left;
    font-size: 16px;
    color: #333333;
    letter-spacing: -0.5px;
	padding:5px 10px;
}
@media only screen and (max-width: 900px)  { .convitem h3 {  font-size: 13px; } }

.convitem span {
    width: auto;
	display: block;
    font-family: 'Montserrat Regular';
    text-align: left;
    font-size: 14px;
    color: #3FA5AD !important;
    letter-spacing: -0.5px;
	text-transform: uppercase;
	padding:0 10px;
}
@media only screen and (max-width: 900px)  { .convitem span {  font-size: 12px; } }


.convocatorias li p {
	padding-bottom: 13px;
	text-transform: uppercase;
	padding-top: 8px;
	margin-bottom:-5px;
	font-size: 11px;
	color: #6f86da;
}


.convitem b {
    width: auto;
	display: block;
    font-family: 'Montserrat Regular';
    text-align: left;
    font-size: 12px;
    color: #333332 !important;
    letter-spacing: -0.5px;
	text-transform: uppercase;
	padding:5px 10px 5px 25px;
	background-image: url(../imagenes/calenlis.png);
   background-repeat: no-repeat;
   background-position: left center;
   background-size: 30px auto;
   margin-top: 6px;
   margin-left: 8px;
}
@media only screen and (max-width: 900px)  { .convitem b {  font-size: 10px; } }


.convcab {
    width: auto;
	display: block;
    font-family: 'Montserrat Bold';
    text-align: left;
    font-size: 22px;
    color: #333333;
    letter-spacing: -0.5px;
	padding:5px 0 10px 0;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 25px;
}


.convoc1 {
    width: 35%;
	display: block;
	height: auto;
	overflow: hidden;
	float:left;
}

@media only screen and (max-width: 900px)  { .convoc1 { width:100%; float:none;} }


.convoc2 {
    width: 65%;
	display: block;
	height: auto;
	overflow: hidden;
	float:right;
}
@media only screen and (max-width: 900px)  { .convoc2 { width:100%; float:none; margin-top:15px;} }

.convoc1 span {
    width: auto;
	display: block;
    font-family: 'Montserrat Regular';
    text-align: left;
    font-size: 14px;
    color: #3FA5AD !important;
    letter-spacing: -0.5px;
	text-transform: uppercase;
	padding:0 10px;
}
@media only screen and (max-width: 900px)  { .convitem span {  font-size: 12px; } }


.convoc1 li p {
	padding-bottom: 13px;
	text-transform: uppercase;
	padding-top: 8px;
	margin-bottom:-5px;
	font-size: 11px;
	color: #6f86da;
}


.fechacon {
    width: auto;
	display: block;
    font-family: 'Montserrat Bold';
    text-align: left;
    font-size: 13px;
    color: #333332 !important;
    letter-spacing: -0.5px;
	text-transform: uppercase;
	padding:8px 10px 5px 25px;
	background-image: url(../imagenes/calenlis.png);
   background-repeat: no-repeat;
   background-position: left center;
   background-size: 30px auto;
   margin-top: 6px;
   margin-left: 8px;
}


.covcab {
    padding-bottom: 15px;
    text-transform: uppercase;
    padding-top: 8px;
    margin-bottom: -5px;
    font-size: 11px;
    color: #6f86da;
	font-family: 'Montserrat Regular';
    text-align: left;
    font-size: 12px;
	margin-top:5px;
}


.btnvidconv {
   display: block;	
   width: 60%;
   height: 45PX;
   padding: 0 15px;
   background-color: #3FA5AD;
   border-radius: 45px;
   font-size: 13px;
   font-family: 'Montserrat Regular';
   line-height: 46px;
   text-align: center;
   margin-top:15px;
   color: #ffffff;
   text-transform: uppercase;
   -webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	 -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}
.btnvidconv:hover {
   background-color: #195054;

}

.volvercov  {
    width: auto;
    height: auto;
    text-align: left;
    color: #3FA5AD ;
    padding-left: 45px;
    font-family: 'Montserrat Bold';
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.convdesc {
    width: auto;
	display: block;
    font-family: 'Montserrat Bold';
    text-align: left;
    font-size: 18px;
    color: #333333;
    letter-spacing: -0.5px;
	padding:5px 30px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 25px;
}

.convdesctx  {
    width: auto;
    display: block;
    font-family: 'Montserrat Light';
    text-align: left;
    font-size: 13px;
    color: #333333;
    line-height: 20.5px;
    padding: 0px 30px;
    margin-bottom: 25px;
}

.inputpass {
   width: 59%;
   height: auto;
   padding: 18px 0px 18px 0px ;
   border: 1px solid #D8D3D0;
   background-color: #FBFAF9;
   border-top-left-radius: 4px;
   -moz-border-top-left-radius: 4px;
   -webkit-border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
   -moz-border-bottom-left-radius: 4px;
   -webkit-border-bottom-left-radius: 4px;
   font-size: 15px;
   font-family: 'Montserrat Light';
   text-align: left;
   color: #686766 ;
   font-weight: normal;
   text-indent: 18px;
}


.cab2logoconv {
   width: 45%;
   height: 100%;
   overflow: hidden;
   float: left;  
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 70% auto;
}

@media only screen and (max-width: 3000px) {
.cab2logoconv {  background-size: 70% auto; }
}
@media only screen and (max-width: 1800px) {
.cab2logoconv {  background-size: 70% auto; }
}
@media only screen and (max-width: 1400px) {
.cab2logoconv {  background-size: 70% auto; }
}
@media only screen and (max-width: 1100px) {
.cab2logoconv {  background-size: 80% auto; }
}



/*** COOKIES 2024  */

.ax_ckc_barra {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    height: 111px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.ax_ckc_contenido {
    max-width: 1200px;
    width: 100%;
    padding: 15px; 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	font-family: 'Montserrat Regular' !important;
}

.ax_ckc_texto {
    flex: 1 1 60%;
    font-size: 14px; 
    color: #ffffff; 
    margin: 0;
	font-size: 12px; 
	font-family: 'Montserrat Regular' !important;
}

.ax_ckc_botones {
    flex: 1 1 35%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
	font-family: 'Montserrat Regular' !important;
}

.ax_ckc_boton {
    padding: 8px 16px; 
    border: none;
    background-color: #007BFF;
    color: #ffffff;
    font-size: 12px; 
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
	font-family: 'Montserrat Regular' !important;
}

.ax_ckc_boton:hover {
    background-color: #0056b3;
}

.ax_ckc_denegar {
    background-color: #DC3545;
}

.ax_ckc_denegar:hover {
    background-color: #c82333;
}

.ax_ckc_ver_politica {
    background-color: #6C757D;
}

.ax_ckc_ver_politica:hover {
    background-color: #5a6268;
}

@media (max-width: 768px) {
    .ax_ckc_contenido {
        flex-direction: column;
        align-items: flex-start;
    }

    .ax_ckc_texto {
        flex: 1 1 100%;
        margin-bottom: 10px;
    }

    .ax_ckc_botones {
        flex: 1 1 100%;
        justify-content: flex-start;
    }
}
