@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700,600);

* {
	font-family: Titillium Web, sans-serif;
}

html {
	background: linear-gradient(snow, snow);
	opacity: 0.92;
    
}
ul li{
	list-style-type: none;
}


a{
    text-decoration: none;  
}



#cuadro {
    width: 65%;
    height: 385px;
    border: 2px solid red;
    margin-top: 200px;
}



/*------SCROLLBAR-----*/
::-webkit-scrollbar{
  width: 10px;
  background: snow;
}
::-webkit-scrollbar-button{
  width:8px;
  height: 5px;
	background: azure;
}
::-webkit-scrollbar-track{
  background: snow;
  border:thin solid snow;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb{
  background: -webkit-linear-gradient(top,lavender, azure, #5e9999);
  -webkit-box-shadow:   inset 0 1px 0 rgba(255,255,225,.5),
                inset 1px 0 0 rgba(255,255,255,.4),
                inset 0 1px 2px rgba(255,255,255,.3);
 
  border:thin solid #232c34;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover{
    background: -webkit-linear-gradient(top,#5e9999, azure, lavender);
}
/* Pseudo-clase */
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(77,161,112,.6);
}
		/*---------------BARRA NAVEGADORA (todas las paginas)---------------*/

nav {
	width: 100%;
	background-color: #5e9999;
	position: fixed;
	margin-top: -85px;
	margin-left: -7px;
	box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.25);
	z-index: 2005;
	opacity: .95;
}

.logo {
	width: 140px;
	float: left;
	margin: 0px 0px 0px 20px;
}


nav ul li{
    display: inline-block;  
    list-style-type: none;
    padding-left: 8px;
    color:snow;	
	font-size: 0.70rem;
	letter-spacing:0.1rem;
	font-weight: 700;
}

nav ul li a{
    color: snow;
	padding-bottom: 8px;
	border-bottom: 1px solid snow;
}

nav ul li a:hover {
	border-bottom: 2px solid #0a2449;
	padding-bottom: 8px;
	transition: 0.7s;
	color: #0a2449;
}

nav ul li a:active {
	color: #0a2449;
}


nav ul{
	margin-top: 20px;
	float: right;
	margin-right: 20px;	
}

nav ul li ul{
	padding-bottom: 5px;
	clear: both;
	display:none;
	position:absolute;
	width: auto;
	min-width:110px;	
}

nav ul li:hover ul {
	background-color: snow;
	display:block;
	float: left;
	height: auto;
	width: 150px;
	text-decoration: none;
    padding: 0.4em;
    margin-top: 10px;                                       				
}

nav ul li ul li {
	text-transform: uppercase;
	color: #0a2449;
	display: block;
	background-color:snow;
	padding: 0px 0px 5px 5px;
	margin: 3px 3px 0px 3px;
	border-bottom: 1px solid #5e9999;
}

nav ul li ul li a {
	color: #0a2449;
}

nav ul li ul li a:hover {
	color: darkred;
	border: none;
}


.slicknav_menu {
	display:none;
}


				/*_____________________ BARRA NAVEGADORA_____________________ */
		
				/*---------------------- CONTENEDOR (todas las paginas)----------------------  */

#contenedor{
	overflow: auto;
    max-width: 960px;
    background-color:transparent;
    margin: 0 auto;
	margin-top: 85px;
	padding: 0 0 0 0;
	min-height: 800px;
}



						/*_____________________CONTENEDOR_____________________ */

						/*---------------------- SLIDER----------------------  */





					/*---------------------- CAJAS----------------------  */

.caja1 {
	clear: both;
	float: left;
	display: block;
	width: 100%;
	margin: 25px 0px 0px 0px;
	color: snow;
}

.caja-seccion-noticias {
	clear: both;
	float: left;
	width: 49%;
	height: auto;
	margin-top: 25px;
	color: snow;
	padding: 0;
	background-color: snow;
}

.minisitios{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 25px 0px 0px 0px;
	color: snow;
	padding: 0;
	background-color: snow;
}

.caja-noticias {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0px 4px 0px;
}

#caja-adelantos {
	clear: both;
	float: left;
	width: 100%;
	margin: 25px 0px 0px 0px;
	background-color: snow;
}

				/*------------------------------------ ARTICULOS caja1--------------------------------------  */

.principal {
	position: relative;
	clear: both;
	float: left;
	width: 73%;
	margin: 0;
	background-color: snow;
	margin-right: 12px;
	box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.25);
}

.caja1 .grilla {
	float: left;
	width: 25.5%;
	height: auto;
	margin: 0px 0px 0px 0px;
	background-color: snow;
	box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.25);
}

/*----------WALL KINTUN EN VIVO (dentro del index)-------------*/

.principal h1 {
	color: #0a2449;
	font-size: 3em;
	line-height: 1em;
	margin: 0;
	padding: 10px;
	margin-top: 1px;
}

.principal img {
	width: 100%;
	margin: 0;
}

#principal-bullet {
	position: absolute;
	width 65%;
	bottom: 42px;
	margin-left: 32px;
	opacity: 0.90;
	background-color: snow;
}

.principal p {
	margin: 0;
	color: #0a2449;
	font-size: 0.8em;
	line-height: 1em;
	padding: 10px;
	border-bottom: 1px solid #0a2449;
}

.principal h1:hover {
	color: darkred;
}

/*---------------------- GRILLA / programacion dentro del index----------------------  */

.grilla h3 {
	color: #0a2449;
	font-size: 1.3em;
	max-width: 91.5%;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: -10px;
	border-bottom: 1px solid #0a2449;
}

.grilla ul {
	padding: 3px;
	margin: 10px 10px 15px 10px;
	height: auto;
}

.grilla ul li {
	border-bottom: 1px solid lightseagreen;
	line-height: 1.25rem;
}

.grilla ul li span {
	color: darkslategrey;
	margin-right: 6px;
	font-weight: 600;
	line-height: 1.25em;
}

.grilla ul li a {
	color: #608194;
	font-size: 0.8rem;
}

.grilla ul li a:hover {
	color: #0a2449;
}
 
             	/*-------------------------------------------- CAJA ADELANTOS-------------------------------------------------  */

#caja-adelantos h3 {
	color: #0a2449;
	padding: 0;
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #0a2449;
}

.caja3 {
	width: 32.45%;
	float: left;
	background-color: snow;
	margin-right: 12px;
	box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.25);
	overflow: hidden;
	position: relative;
}


/*--------VIDEOS--------------*/

.caja3 img:first-child {
	width: 100%;
	display: block;
}
.caja3 img:nth-child(2) {
	width: 100%;
	display: none;
}

.caja3 img:nth-child(3) {
	width: 100%;
	position: absolute;
	transition: 0.5s;
	bottom: 0;
	left: -300px;
}
.caja3 img:nth-child(4) {
	width: 100%;
	position: absolute;
	transition: 0.6s;
	bottom: 0;
	right: -350px;
}

.caja3 img:nth-child(5) {
	width: 100%;
	position: absolute;
	bottom: 0;
	display: none;
	z-index: 1500;
}

.caja3:hover img:first-child {
	display: none;
	width: 100%;
}

.caja3:hover img:nth-child(2) {
	display: block;
	width: 100%;
}

.caja3:hover img:nth-child(3) {
	display: block;
	width: 100%;
	left: 0;
}

.caja3:hover img:nth-child(4) {
	display: block;
	width: 100%;
	right: 0;
}




	/*-------------------------------------------- CAJA MINISITIOS (paginas a programas)-------------------------------------------------  */

.minisitios h3 {	
	color: #0a2449;
	padding: 0;
	margin: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #0a2449;
	
}

.caja-minisitios {
	position: relative;
	float: left;
	width: 24%;
	background-color: snow;
	padding: 0;
	margin-right: 12px;
	box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.25);
	overflow: hidden;
}

#ultimo {
	margin-right: 0;
}

.caja-minisitios img:first-child {
	width: 100%;
	display: block;	
}

.caja-minisitios img:nth-child(2) {
	width: 100%;
	display: none;
}

.caja-minisitios img:nth-child(3) {
	width: 100%;
	position: absolute;
	transition: 0.6s;
	right: -320px;
	bottom: 0;
}
.caja-minisitios:hover img:first-child {
	display: none;
	width: 100%;
}

.caja-minisitios:hover img:nth-child(2) {
	width: 100%;
	display: block;
}

.caja-minisitios:hover img:nth-child(3) {
	display: block;
	right: 0px;
	width: 100%;
}

	/*-------------------------------------------- CAJA SECCION (noticias/)-------------------------------------------------  */

.caja-seccion-noticias h3 {
	color: #0a2449;
	padding: 0;
	margin: 0px;
	padding-left: 10px;
	border-bottom: 1px solid #0a2449;
}


/*---------------------- ARTICULOS noticias----------------------  */

.bullet-noticia {
	float: left;
	width: 49%;
	height: auto;
	position: relative;
	background-color: snow;
	margin-right: 8px;
	overflow: hidden;
	margin-bottom: 5px;
}

#ultimo {
	margin-right: 0;
}



/*-------------- ARTICULO/NOTICIAS----------------*/


.contenido-bullet-noticia {
	position: absolute;
	bottom: 15px;
	left: -500px;
	max-width: 96%;
	background-color: snow;
	padding-bottom: 4px;
	opacity: 0.85;
}

.bullet-noticia:hover .contenido-bullet-noticia {
	left: 0;
	transition: 0.5s;
}


.contenido-bullet-noticia p {
	color: #0a2449;
	font-size: 0.79em;
	padding-left: 10px;
	padding-right: 8px;
	margin: 0;	
}

.contenido-bullet-noticia h3 {
	width: 60%;
	text-transform: uppercase;
	color: #0a2449;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-left: 10px;
	margin: 0;
	border-bottom: 1px solid #0a2449;
}

.contenido-bullet-out  {
	position: absolute;
	top: 5px;
	max-width: 65%;
	background-color: #0a2449;
	padding-bottom: 4px;
	opacity: 0.85;
	transition: 0.6s;
	left: 0;
}

.contenido-bullet-out h3 {
	width: 90%;
	text-transform: uppercase;
	color: snow;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-left: 10px;
	margin: 0;
	border-bottom: 1px solid snow;
}
.bullet-noticia:hover .contenido-bullet-out {
	left: -250px;
}
.bullet-noticia:hover {
	opacity: 0.88;
}


.bullet-noticia img:first-child {
	display: block;
	width: 100%;
}

.bullet-noticia img:nth-child(2) {
	display: block;
	width: 100%;
	bottom: 0;
	position: absolute;
	right: -250px;
	transition: 0.6s;
}

.bullet-noticia:hover img:nth-child(2) {
	right: 0px;
}


/*------------------HISTORIA--------------------*/


.historia {
	position: relative;
	float: left;
	width: 49%;
	height: auto;
	margin: 25px 0px 0px 8px;
	background-color: snow;
}

.contenido-articulo {
	width: 100%;
	margin: 0px;
	margin-top: 10px;
}

.historia img {
	width: 98.5%;
	border: 2px solid #5e9999;
}

.historia h3{
	border-bottom: 1px solid #5e9999;
	margin: 0;
}

.historia h3 a {
	color: #5e9999;
	padding: 0;
	margin-left: 10px;
}

.historia .caja-de-texto {
	position: absolute;
	bottom: 5px;
	max-width: 75%;
	background-color: #5e9999;
	padding-bottom: 4px;
	opacity: 0.85;
	transition: 0.6s;
	left: 0;
}

.caja-de-texto p{
	color: snow;
	font-size: 0.88em;
	margin: 0 10px 10px 10px;
}

.historia .caja-de-texto h3 {
	width: 90%;
	text-transform: uppercase;
	color: snow;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	border-bottom: 1px solid snow;
}

.historia:hover .caja-de-texto h3 {
	color: #0a2449;
}

.historia:hover .caja-de-texto p {
	color: #0a2449;
}

/*-----------------------------------------------------------------------------------------------------------------------*/
					/*---------------------------------- historia (pagina aparte)------------------------------------  */

#pag-historia {
	border-right: 1px solid  #5e9999;
}

.historia .contenido-articulo p {
	font-size: 0.9em;
}

                    /*---------------------------------- GALERIA (pagina aparte)------------------------------------  */


.fotosbox {
	width: 48%; 
	height: auto; 
	position: relative; 
	float: left; 
	margin-bottom: 10px; 
	margin-top: 5px;
}

.albumbox {
	width: 100%; 
	height: auto; 
	position: relative; 
	float: left;
}

.albumtxt {
	width: 410%; 
	margin-bottom: 15px; 
	background: #5e9999; 
	color: #0a2449; 
	padding: 1px; 
	text-align: center; 
	font-weight: bold;
}

.fotos-mas {
	color: #0a2449; 
	text-align: right; 
	font-weight: bold; 
	float: left; 
	width: 410%; 
	margin: auto;
}

.fotos-mas:hover {color: #5e9999;}

.subir {
	height: 35px; 
	width: 400%; 
	color: #fff; 
	font-size: 16px; 
	font-weight: bold; 
	padding: 5px 5px; 
	margin: 1px 0 15px; 
	background: #5e9999; 
	line-height: 34px; 
	text-align: center;
}

.subir:hover {color: #000; background: #5e9999; border: 3px solid #000; line-height: 30px; }

.warp section {
	width: 72%; 
	display: block;
}

.izquierda {
	width: 82%; 
	margin:  auto; 
	position: relative; 
	float: left;
}

.aside-small {
	width: 10%; 
	margin: 0 0 0 25px; 
	position: relative; 
	float: left; 
	margin-left: 8%;
}

.separadormain {
	width: 4%; 
	height: 2px; 
	background: #fff; 
	margin: 0; 
	position: relative; 
	float: left;
}

.boxtitle-sec-vd {
	height: 0; 
	width: 100%; 
	color: #5e9999; 
	font-size: 16px; 
	font-weight: bold; 
	padding: 0px 5px; 
	margin: 5px 0 5px 0; 
	border-right: 50px solid transparent; 
	border-bottom: 35px solid  #0a2449; 
	line-height: 30px;
}


                    /*---------------------------------- GALERIA-BARILOCHE (pagina aparte)------------------------------------  */

#Boxes {
    position: relative; 
    height: auto;
    width: 100%;
}

.box_1 {
    margin-bottom: 30px;
    padding: 0 20px 0 20px;
    border: 0px;
    background: transparent;
	padding: 0px;
	float: left;
	position: relative;
	height: 300px;
    width: 50%;
}


.box_1:hover {
    opacity: 0.94;
}




/*-----------------------------------------------------------------------------------------------------------------------*/

                    /*---------------------------------- MAPA (pagina aparte)------------------------------------  */
#infomapa{
	background-color: #0a2449;
    color: snow;
    margin: 0 auto;
	margin-top: 0;
	padding: 0 0 0 1rem;
	min-height: 400px;
    display: block;
}


#infomapa h5, h3{
    color: #5e9999;
    
}

#infomapa ul li h5 {
	display: block;
	float: none;
	background: center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0 0 0 0;
}

#infomapa ul {
    float: left;
}


/*-----------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------- CONTACTO (pagina aparte)------------------------------------  */
         
.contenedor_pagina {
    max-width: 960px;
    margin: 0 auto 0 auto;
    height: 80%;
}


.contacto {
    width: 100%;
    min-height: 28em;
    box-sizing: border-box;
    margin-top: 5em;
}

.hace-tu-consulta {
    width: 50%;
    float: left;
    color: #0a2449;
    padding: 0 0 0 40px;
}

.hace-tu-consulta img {
    width: 80%;
    margin-top: 0.3em;
    padding: 8px 0 0 0;
}

.hace-tu-consulta h1 {
    text-align: left;
    margin: 10px 0 0 10px;
    color: #5e9999;
}

.contenedor-formulario p {
    width: 10px;
    height: 30px;
    padding: 1px 0 0 0;
    box-sizing: border-box;
    margin: 0 0 0 0;
}

.contenedor-celda {
    width: 45%;
    height: 5em;
    margin-right: 2%;
    padding: 10px;
    position: relative;
    float: left;
}

.contenedor-celda-consulta {
    width: 100%;
    height: 15em;
    position: relative;
    float: left;
    margin-right: 2%;
    padding: 10px;
}

.contenedor-enviar {
    width: 100%;
    margin: 0 55px;
    position: relative;
    float: left;
}

.contenedor-enviar button {
    position: relative;
    float: right;
    width: 30%;
    margin-right: 9%;
    border: none;
    clear: both;
}

.celda {
    width: 95%;
    height: 3.5em;
    margin: 4% 0 0 0;
    color: #c5c5c5;
    padding: 3%;
    margin-top: 0,8em;
}

.celda-consulta {
    width: 91%;
    height: 10em;
    margin: 2% 0 0 0;
    position: relative;
    float: left;
    color: #5e9999;
    padding: 3%;
}

.datos-contacto {
    width: 45%;
    float: left;
}

.datos-contacto div {
    float: left;
    position: relative;
}

.datos-contacto h5 {
    font-size: 1em;
    float: left;
    position: relative;
    color: #5e9999;
}

.datos-contacto img {
    float: left;
    position: relative;
    padding-right: 0.6em;
}

.datos-contacto p {
    color: #0a2449;
    font-size: 0.8em;
    float: left;
    padding: 1.3em 0 0 50px;
    text-align: center;
    
}

.anuncio {
    float: left;
    margin: 43px 0 0 10px;
}

                     /*---------------------------------- EN CONSTRUCCIÓN (pagina aparte)------------------------------------  */

#construccion {
    overflow: auto;
    color: snow;
    margin: 0 auto;
	padding: 0 0 0 1rem;
    display: block;
    background-image: url(images/parafondo-duotono.png)
}

#construccion:hover {
    overflow: auto;
    color: snow;
    margin: 0 auto;
	padding: 0 0 0 1rem;
    display: block;
    background-image: url(images/parafondo.png)
}

#construccion h1 {
    color: #0a2449;
    float: none;
    padding: 70px 10px 10px 10px;
    font-size: 8rem;
    margin-top: auto;
}

#construccion p {
    color: snow;
    float: none;
    padding: 10px 40px 10px 50px;
    font-size: 1rem;
}

#construccion ul li a {
    float: right;
    background-color: snow;
    padding: 1px 10px 1px 10px;
    text-align: center;
    margin: 0 20px 20px 0;
}

#construccion ul li a:hover {
    background-color: #0a2449;
}

#conocenuestrostaff {
    background-color: #0a2449;
    width: 25%;
    height: 480px;
    margin: 20px 0 0 0;
    float: right;
}

#conocenuestrostaff h6 {
    color: #5e9999;
    margin: 20px 0 0 0;
    float: none;
    text-align: center;
    font-size: 1em;
}


                    /*---------------------------------- CLIMA (pagina aparte)------------------------------------  */


.programacion2aside {
    float: right;
}

.pronostico_extendido {
    display: block;
    width: 910px;
}





				/*---------------------------------- MINISITIO (pagina aparte)------------------------------------  */

#video-minisitio {
	width: 100%;
	height: auto;
	margin: 55px 0 0 0;
}

#caja-galeria-ministio {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 10px;
	overflow: scroll;
	overflow-y: hidden;
}

#sub-box {
	width: 180%;
	height: auto;
}

#sub-box-img {
	float: left;
	margin-right: 10px;
}

#sub-box-img img:first-child {
	width: 100%;
	display: block;
}
#sub-box-img img:nth-child(2) {
	width: 100%;
	display: none;
}

#sub-box-img:hover img:first-child {
	display: none;
}

#sub-box-img:hover img:nth-child(2) {
	display: block;
}

#caja-galeria-ministio h3 {
	position: static;
	color: #0a2449;
	font-size: 1.25em;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 10px;
	padding: 0 0 2px 6px;
	border-bottom: 1px solid #0a2449;
}


				/*---------------------------------- PROGRAMACION (pagina aparte)------------------------------------  */

/* Dias    */



#cssmenu-dias ul,
#cssmenu-dias a {
  margin: 0 auto;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
}

#cssmenu-dias > ul > li:last-child {
  margin-right: 0;
float: left;
}

#cssmenu-dias > ul > li > a > span {
  display: block;
}

#cssmenu-dias > ul > li.active {
  border-bottom: none;
}

#cssmenu-dias > ul > li.has-sub {
  border-bottom: none;
}

#cssmenu-dias ul li a span {
 border: 1px solid #0a2449;
	border-radius: 3px;
	padding: 10px 5px 10px 5px;
	background: linear-gradient(#5e9999 -80%, snow 100%);
}

#cssmenu-dias li {
	width: 13.9%;
	float: left;
	margin-left: 2px;
	margin-bottom: 15px;
	text-align: center;	
}

#cssmenu-dias ul {
	margin-bottom: 5px;
	margin: 0 auto;
}

#cssmenu-dias ul li.has-sub a span {
	background: linear-gradient(#0a2449 -80%, snow 100%);
}


/*--------------------------------*/


/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 10px;
  position: relative;
	clear: both;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
  width: 100%;
  background: snow;
	margin: 0;
}
#cssmenu > ul > li {
  margin: 0 0 2px 0;
}
#cssmenu > ul > li:last-child {
  margin: 0;
}
#cssmenu > ul > li > a {
  font-size: 1.2rem;
  display: block;
  color: #ffffff;
  background: #565656;
  background: -moz-linear-gradient(#5e9999 -80%, snow 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, snow), color-stop(100%, #5e9999));
  background: -webkit-linear-gradient(#5e9999 -80%, snow 100%);
  background: linear-gradient(#5e9999 -80%, snow 100%);
}
#cssmenu > ul > li > a > span {
  display: block;

}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
	color: lightseagreen;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: -moz-linear-gradient(#0a2449 -80%, snow 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, snow), color-stop(100%, #5e9999));
  background: -webkit-linear-gradient(#0a2449 -80%, snow 100%);
  background: linear-gradient(#0a2449 -80%, snow 100%);
  color: #fff;
}
#cssmenu > ul > li.active > a span {
 border-bottom: 1px solid #0a2449;
	padding: 10px 0 10px 5px;
}
#cssmenu ul li a span {
 border-bottom: 1px solid #0a2449;
	padding: 10px 0 10px 5px;
}

#cssmenu ul li .active a span p {
margin: 0;
float: left;
}

#cssmenu > ul > li.has-sub > a span {
  background: url(images/icon_plus.png) 98% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(images/icon_minus.png) 98% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
	margin: 0;
}
#cssmenu ul ul a {
  display: block;
  color: #5e9999;
}
#cssmenu ul a:hover {
  color: lightseagreen;
}
#cssmenu p {
	margin: 0;
	float: left;
}
#cssmenu h4 {
	margin: 0;
	font-size: 1.8em;
	padding: 2px;
	border-bottom: 1px solid lightseagreen;
}

#cssmenu #bajada {
	margin: 6px;
	width: 100%;
	font-size: 1.4em;
}

#cssmenu #bajada {
	margin: 6px;
	width: 100%;
	font-size: 1.4em;
}

.has-sub #envivo {
	width: 100%;
	font-size: 1.5em;
	color: darkred;

}

/*-------------------------------------------*/


#program {
	width: 70%;
	height: auto;
	margin: 0px 10px 60px 0px;
	background-color: snow;
}

h2 {
	color: #0a2449;
	font-size: 1.3em;
	margin-top: 25px;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 8px;
	border-bottom: 2px solid #0a2449;
	border-top: 2px solid #0a2449;
}

 
.box-calendar img {
	width: 100%;
}
.box-calendar h2 {
	margin: 0;
}
.grilla {
	float: left;
	width: 25.5%;
	height: auto;
	margin: 0px 0px 0px 0px;
	background-color: snow;
}

#ahora {
	background-color: darkred;
} 

#program #ahora a, #program #ahora a span, #ahora a, #ahora a span {
	color: snow;
} 

#program #ahora a p {
	color: snow;
	float: right;
	margin: 3px 4px 0 0;
	bottom: 10px;
	font-size: 0.75em;
} 


/*-------------------CALENDARIO ---------------------*/

.box-calendar {
	width: 28%;
	float: left;
	height: auto;
	padding-top: 25px;
	padding-left: 6px;
	border-left: 1px solid #0a2449;
}

#calendar {
	clear: both;
	width: 94%;
	padding: 0;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 15px;
	border-left: 1px solid #A2ADBC;
	color: #616B76;
	text-align: center;
	background-color: snow;
	border-collapse: collapse;
}

#calendar .flechanav, .flechanav a {
	color: lightseagreen;
	text-align: center;
	text-decoration: none;
}

caption {
	color: lightseagreen;
	border: 1px solid #A2ADBC;
	font-size: 1.2em;
	font-weight: 600;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	width: 99.5%;
	background: snow;
	text-align: center;
}

th {
	max-width: 20px;
	background-color: snow;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

td.today {
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-color: #DF9496;
}

td.today a {
	margin: 0;
	padding-top: 1px ;
	padding-bottom: 1px ;
	font-weight: bold;
}

.today a:hover {
	color: lavender;
	font-weight: bold;
	background-color: #990000;
}

td {
	padding: 0;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 25px;
	height: 30px;
	text-align: center;
}

td a {
	text-decoration: none;
	font-weight: 700;
	display: block;
}

td a:link, td a:visited {
	color: #608194;
}

td a:hover, td a:active {
	color: skyblue;
}
				/*--------------------------------------------------------------------------------------*/

/*---------------------------BUSCADOR------------------------*/

.buscador {
	margin: 25px 0 15px 5px;
	width: 98%;
}
.buscador #search-box {
	width: 90%;
}




				/*---------------------------------- NOTICIAS (pagina aparte)------------------------------------  */

/*-----------------NOTICIAS SECCION PRINCIPAL --------------------*/


.noticias-seccion-principal-contenedor {
	width: 70%;
	height: auto;
	margin: 0px 10px 60px 0px;
	background-color: snow;
	float: left;
}

#not-principal {
	width: 99%;
	border: 1px solid #5e9999;
	margin: 0 0 15px 0;
	padding: 5px;
}

#not-principal img {
	width: 100%;
}

#not-principal img:last-child {
	width: 100%;
	display: none;
}

#not-principal a:hover img:last-child {
	width: 100%;
	display: block;
}

#not-principal a:hover img:first-child {
	width: 100%;
	display: none;
}

#not-principal h3 {
	border-bottom: 1px solid #5e9999;
	margin: 5px;
	padding: 5px;
}

#not-principal h1 {
	font-weight: 700;
	color: #0a2449;
	font-size: 2.1em;
	text-transform: uppercase;
	text-align: left;
	line-height: 45px;
	margin-bottom: 5px;
	margin-top: 10px;
	max-width: 93%;
}

#not-principal h4 {
	font-weight: 600;
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 0;
}

.noticias-seccion-principal-caja-noticias {
	width: 99%;
	border: 1px solid lightseagreen;
	margin-bottom: 15px;
	clear: both;
	padding: 5px;
	float: left;
}

.noticias-seccion-principal-caja-noticias h4 {
	float: left;
	width: 67%;
	margin: 0;
	color: #5e9999;
	font-size: 1.09em;
	font-weight: 400;
	text-transform: uppercase;
}

.noticias-seccion-principal-caja-noticias h3 {
	width: 78%;
	float: left;
	margin: 0;
	color: #0a2449;
	font-size: 1.29em;
	font-weight: 600;
	text-transform: uppercase;
}

.noticias-seccion-principal-caja-noticias img {
	width: 36%;
	display: block;
	float: left;
}

#n-s-p-caja-noticias-contenido {
	width: 61.6%;
	float: left;
	margin: 0;
	padding-left: 10px;
}


.noticias-seccion-principal-caja-noticias p {
	font-size: 0.85em;
	margin: 5px 0 0 0 ;
}

.titular {
	border-bottom: 1px solid #0a2449;
}

/*----paginador-----*/

.paginacion {
	clear: both;
	margin:60px 0;
}
 
.paginacion ul {
	list-style:none;
	text-align: center;
}
 
.paginacion ul li {
	display:inline-block;
	margin-right:10px;
}
 
.paginacion ul li a {
	display:block;
	padding:8px 16px;
	color:#fff;
	background:#024959;
	text-decoration: none;
}
 
.paginacion ul li a:hover {
	background:#037E8C;
}
 
.paginacion ul li .active {
	background:#037E8C;
	font-weight:bold;
}



/*-----------------NOTICIAS INDIVIDUALES (paginas de noticias) --------------------*/

#nots {
	width: 69.9%;
	margin: 0;
	float: left;
	margin-right: 9px;
	padding-right: 4px;
}

.volanta {
	border-bottom: 1px solid #5e9999;
	font-size: 1.15em;
	color: #5e9999;
	margin: 0 0 5px 0;	
	font-weight: 700;
	padding: 2px;
}

.volanta span {
	font-size: 0.95em;
	color: #0a2449;
	float: right;
	font-weight: 400;
}


#nots h1{
	font-weight: 700;
	color: #0a2449;
	font-size: 2.8em;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	margin-bottom: 50px;
	margin-top: 60px;
	max-width: 93%;
}

#nots img {
	float: right;
	margin: 10px;
	width: 45%;
}


#nots .left-noticia-imagen {
	display: block;
  width: 45%;
  height: auto;
  float: left;
  margin: 10px;
}



#nots p {
  padding: 0 30px 10px;
  max-width: 100%;
  margin: 0;
 font-size: 0.95em;

}

#nots h4 {	
	padding: 0 30px;
	font-weight: 600;
  	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	max-width: 100%;
	margin-bottom: 60px;
}

/*-----------------NOTICIAS DESTACADAS (dentro de cada noticia-individual) --------------------*/



.caja-otras-noticias {
	margin-top: 10px;
	position: relative;
	width: 98.6%;
	background-color: snow;
	clear: both;
	border: 1px solid #0a2449;
	padding: 0 1px 10px 1px;
	margin-bottom: 10px;
	
}

.caja-otras-noticias img {
	width: 100%;
	margin: 0;
}

#ultimo {
	margin-right: 0;
}

.bullet-noticias-destacadas h3 {
	color: #0a2449;
	border-bottom: 1px solid #5e9999;
	margin: 0 0 5px 0;
}

.bullet-noticias-destacadas {
	background-color: snow;
	padding-bottom: 4px;
	opacity: 0.85;
}

.bullet-noticias-destacadas p {
	color: #0a2449;
	font-size: 0.79em;
	padding-left: 5px;
	padding-right: 8px;
	margin: 0 0 5px 0;
}

.bullet-noticias-destacadas h3 {
	padding-left: 5px;
	font-size: 0.99em;
}

.seguir-leyendo {
	color: #0a2449;
	font-size: 0.85em;
	padding-top: 4px;
	padding-bottom: 10px;
	margin-left: 6px;
}

.seguir-leyendo:hover {
	color: lightseagreen;
}

/*-----------------redes sociales --------------------*/

article .redes-sociales {
	float: right;
	clear: both;
	margin: 60px 15px 60px 0;
}


.redes-sociales {
	clear: right;
	margin: 0;
}

.redes-sociales ul li {
	display: inline-block;
}

.redes-sociales ul li span {
	color:black;
}

.redes-sociales ul li:first-child span:hover {
	color:lightskyblue;
}
.redes-sociales ul li:nth-child(2) span:hover {
	color:midnightblue;
}
.redes-sociales ul li:nth-child(3) span:hover {
	color:red;
}

.redes-sociales ul li span {
	color:black;
	font-size: 0.8rem;
}

.fa-ul {
	margin: 0;
	padding: 1px;
}


/*-----------------FORMULARIO DE COMENTARIOS --------------------*/
.comentarios h3 {
   border-bottom: 1px solid #d7d7d7;
}


#comentarios-hechos {
clear: both;
   margin-top: 21px;
   padding-top: 22px;
  
}
 #comentarios-hechos article {
       display: table;
       padding: 22px;
   }
section#comentarios-hechos article:nth-child(2n+1) {
   padding: 21px;
   background: #E3E3E3;
   border: 1px solid #0a2449;
   border-radius: 3px;
}

#comentarios-hechos article header {
  display: table-cell;
   width: 220px;
  padding-right: 22px;
}
 #comentarios-hechos article header a {
   display: block;
   font-weight: bold;
   color: #000;
}
 #comentarios-hechos article header a:hover {
   text-decoration: none;
}
 #comentarios-hechos article p {
   padding: 0;
}

form {
   margin-top: 21px;
	margin-bottom: 80px;
   padding-top: 22px;
   border-top: 1px solid #d7d7d7;
	clear: both;
}
 form p {
   display: table;
   margin-bottom: 22px;
   padding: 0 22px;
}
 form label {
   display: table-cell;
   width: 140px;
   padding-right: 20px;
   text-align: right;
   font-weight: bold;
   vertical-align: top;
}
 form input[type="text"], form input[type="email"], form input[type="url"] {
   display: table-cell;
   width: 300px;
   height: 20px;
   border: 1px solid #d7d7d7;
}
 form textarea {
   width: 300px;
   height: 100px;
   border: 1px solid #d7d7d7;
}
 form input[type="submit"] {
   margin-left: 162px;
}

/*-----------------CONOCENOS --------------------*/




#nots iframe {
    margin: 1em;
    border: solid red 2em;
    z-index: 0;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
    opacity: 0.9;
}


/*-----------------WALL KINTUN EN VIVO --------------------*/

#video-envivo h3{
	border-bottom: 1px solid #5e9999;
	margin: 5px;
}


/*-----------------STAFF SECCION PRINCIPAL --------------------*/

.staff-seccion-principal-staff {
	width: 70%;
	height: auto;
	margin: 0px 10px 60px 0px;
	background-color: snow;
	float: left;
}

.staff-seccion-principal-caja-staff {
	width: 99%;
	border: 1px solid lightseagreen;
	margin-bottom: 15px;
	clear: both;
	padding: 5px;
	float: left;
}

.staff-seccion-principal-caja-staff h4 {
	float: left;
	width: 67%;
	margin: 0;
	color: #5e9999;
	font-size: 1.09em;
	font-weight: 400;
	text-transform: uppercase;
}

.staff-seccion-principal-caja-staff h3 {
	width: 60%;
	margin: 0;
	color: #0a2449;
	font-size: 1.29em;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #0a2449;
}

.staff-seccion-principal-caja-staff img {
	width: 32%;
	display: block;
	float: left;
}

#n-s-p-caja-staff-contenido {
	width: 66%;
	float: left;
	margin: 0;
	padding-left: 10px;
}

						/*---------------------- FOOTER (todas las paginas)----------------------  */
       

footer{
    clear:both;
    width: 100%;
    height: auto;
    background-color: #5e9999;
	margin: 30px 0px 0px 0px;
	overflow: hidden;
	box-shadow: -1.5px -1.5px 6px 0px rgba(0,0,0,0.55);
	opacity: .95;
}

#navegador-footer {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
	
}


footer .logo{
	width: 80px;
	float: left;
	margin-top: 10px;
	margin-left: -5px;
}


footer ul li{
    display: inline-block;  
    list-style-type: none;
    padding-right: 0px;
	margin: 0px 0px 0px 10px;
    color:snow;	
	font-size: 0.6rem;
	letter-spacing:0.10rem;
	font-weight: 600;
}

footer ul li a:hover {
	border-bottom: 1px solid #0a2449;
	transition: 0.7s;
	color: #0a2449;
}

footer ul li a:active {
	color: lightseagreen;
}


footer ul{
	margin-top: 20px;
	float: right;
	margin-right: 30px;	
}

footer ul li:last-child img {
	position: relative;
	width: 100%;
	bottom: -10px;
}



footer a{
	color: snow;
}

footer p {
	clear: both;
	display: block;
	width: 100%;
    font-size:13px;
}


#mapa {
	width: 70%;
	margin: 0;
	height: auto;
}

						/*_____________________  FOOTER_____________________   */

				/*____________________________________ RESPONSIVE_______________________________________   */	

/* MOBILE */
@media (max-width: 650px)
{
    * { margin: 0; padding: 0; }
    
    nav ul li a {
    text-align: center;
    width: 100%;
    overflow: auto;
    display: none;
    }

    aside {
    width: auto;
    float: left;
    }
    
    a { text-decoration: none; }

    p { margin-bottom: 1em; }

    img {
    width: 100%;
    height: auto;   
    }   

    footer { clear: both; }
    
   
    
    .logo{
	width: 140px;
	float: left;
	margin: 0px 0px 0px 30px;
    }
    
    #contenedor{
	overflow: auto;
    max-width: 350px;
    background-color:transparent;
    margin: 0 auto;
	margin-top: 10px;
	padding: 0 0 0 0;
	min-height: 800px;
    }


	
	.caja-seccion-noticias {
	clear: both;
	float: left;
	width: 97.5%;
	height: auto;
    display: inline-block;
    }
    
    .contenido-articulo, #ultimo, .caja-adelantos, .minisitios, .historia, .caja3, .bullet-noticia, .caja-minisitios, .principal, .caja-de-texto {
    display:block;
    float: left;
    clear: both;
	width: 97.5%;
	margin-bottom: 10px;
    }
	
	#principal-bullet {
		bottom: 0;
		margin: 0;
	}
	
	#principal-bullet h1 {
		font-size: 1.8em;
	}
	
	.caja-de-texto h3 {
		font-size: 1.1em;
	}
	
	.historia .contenido-articulo p {
		font-size: 0.8em;
	}
    
	.grilla, footer ul, #mapa {
	display: none;
	}
    
	
	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
	
	nav {
		margin: 0;
		display: none;
	}
	
}
	


/* TABLET */
@media (min-width: 651px) and (max-width: 959px)
{
	#contenedor{
		clear: both;
	overflow: auto;
    max-width: 651px;
    margin: 0 auto;
	margin-top: 30px;
	padding: 0;
    }
 
	nav {
		margin-top: -30px;
		display: block;
		margin-bottom: 15px;
	}
	
	.bx-wrapper {
  	margin-top: 50px;
	width: 100%;
    }

	.grilla {
    display:none;
    }
	
	.principal {
    display:block;
    float: left;
	width: 100%;
    }
	
	.caja3 {
    width: 32%;
	display: block;
    }
	
	.caja-minisitios {
    width: 23.5%;
	display: block;
    }
	
	.bullet-noticia {
    width: 48.7%;
	display: block;
    }
	
	.bullet-noticia h3 {
	font-size: 1em;
	width: 95%;
		line-height: 15px;
	}
	
	.contenido-bullet-noticia {
		bottom: 0;
		width: 101%;
	}
	
	.contenido-bullet-noticia p {
		font-size: 0.7em;
	}
	
	
	.historia .contenido-articulo p {
		font-size: 0.8em;
		padding: 2px;
	}
	
	.logo {
		width: 85px;
		padding: 8px;
		margin: 0;
	}
	
	nav ul li{
    padding-left: 4px;
    color:snow;	
	font-size: 0.65rem;
	letter-spacing:0.1rem;
	font-weight: 600;
}
	
}

