@charset "utf-8";
/* CSS Document */
body	{margin: 0;font-family: 'Ubuntu', sans-serif; font-weight: 300}
a	{color: #00adf2;}
a:hover	{border-bottom: dashed 1px solid}

header	{width: 100%; background: url(../imagenes/line-top.jpg) repeat-x; background-color: #fff;}
header div	{margin: 0 auto; width: 960px; background: url(../imagenes/header-shadow.png) no-repeat bottom; padding-bottom: 2px;}
header div a img	{margin-top: 5px;}

nav {font-family: 'Ubuntu Mono', sans-serif; font-size:16px; margin: 22px 0 0 100px; display: inline-block; position: absolute}
/*
nav ul li {float: left; list-style:none; margin-right:20px; }
nav ul li:last-child a	{background: #4a19ad; color: #fff;}
nav ul li:last-child a:hover	{border-bottom: none; color: #ff9313}
nav ul li a { color:#000; text-decoration:none; padding: 3px;}
nav ul li a:hover	{ border-bottom: 1px dashed #000;}
*/
nav ul,
nav li,
nav span,
nav a {
  margin: 0;
  padding: 0;
  position: relative;
}
nav:after,
nav ul:after {
  content: '';
  display: block;
  clear: both;
}
nav a {
  color: #000;
  display: block;
  padding: 15px 15px;
  text-decoration: none;
  text-transform:uppercase
}
nav ul {
  list-style: none;
}
nav > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}
nav.align-center {
  text-align: center;
}
nav.align-center > ul > li {
  float: none;
}
nav.align-center ul ul {
  text-align: left;
}
nav.align-right > ul {
  float: right;
}
nav.align-right ul ul {
  text-align: right;
}
nav > ul > li > a {
  color: #000;
  font-size: 16px;
}
nav > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #4a19ac;
  margin-left: -10px;
}
nav > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
nav.align-right > ul > li:first-child > a,
nav.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
nav.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
nav > ul > li.active > a,
nav > ul > li:hover > a {
  color: #000;
  border-bottom: 3px solid #000;
}
nav .has-sub {
  z-index: 100;
}
nav .has-sub:hover > ul {
  display: block;
}
nav .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
nav.align-right .has-sub ul {
  left: auto;
  right: 0;
}
nav .has-sub ul li {
  *margin-bottom: -1px;
}
nav .has-sub ul li a {
  background: #4a19ac;
  border-bottom: 1px dotted #000;
  font-size: 14px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
nav .has-sub ul li:hover a {
  background: #ff9314;
}
nav ul ul li:hover > a {
  color: #ffffff;
}
nav .has-sub .has-sub:hover > ul {
  display: block;
}
nav .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
nav.align-right .has-sub .has-sub ul,
nav.align-right ul ul ul {
  left: auto;
  right: 100%;
}
nav .has-sub .has-sub ul li a {
  background: #4a19ac;
  border-bottom: 1px dotted #31b7f1;
}
nav .has-sub .has-sub ul li a:hover {
  background: #ff9314;
}
nav ul ul li.last > a,
nav ul ul li:last-child > a,
nav ul ul ul li.last > a,
nav ul ul ul li:last-child > a,
nav .has-sub ul li:last-child > a,
nav .has-sub ul li.last > a {
  border-bottom: 0;
}

.banner-aire	{ float: right; width: 140px; }
.banner-aire a	{background: url(../imagenes/banner-aire-header.jpg) no-repeat; width: 140px; height:53px; display:block; text-indent: -9999px;}














main section	{width: 100%;}
main section + section	{background: #f2f2f2; clear: both; padding: 10px 0 50px 0;}
main section div.centrado	{margin: 0 auto; width: 940px;}


/* HOME INTRO */
main section#intro	{text-align: center; clear: both}
main section#intro h1	{font-size: 50px; font-weight: 500; margin: 20px 0 5px 0;}
main section#intro h3	{font-size: 24px; font-weight: 300; margin: 0;}
main section#intro p	{font-size: 16px; font-weight: 300;font-family: 'Ubuntu', sans-serif; padding: 0 100px;}


/* HOME DESTACADOS 
main section#programas-destacados	{position: relative}
main section#programas-destacados #layer2	{width: 187px; height: 116px; background: url(../imagenes/layer2.png) no-repeat; position: absolute; top: -50px; right: 150px; z-index: 300}
main section#programas-destacados #layer3	{width: 353px; height: 221px; background: url(../imagenes/layer3.png) no-repeat; position: absolute; bottom: -150px; left: 150px; z-index: 300}
*/


/* SLIDER */
#programas-destacados	{padding: 0;}

#programas-destacados .banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	background: #fff;
}
	#programas-destacados .banner ul {
		list-style: none;
		margin: 0 auto;
		padding: 0;
	}
	#programas-destacados .banner ul li {
		display: block;
		float: left;
		margin: 0 auto;
		height: 385px;
		color: #333;
	}

#programas-destacados li.slide1	{
		background: url(../imagenes/slider1.jpg) no-repeat top center;
	}

li.slide2	{
		background: url(../imagenes/slider2.jpg) no-repeat top;
	}

#programas-destacados li.slide3	{
		background: url(../imagenes/slider3.jpg) no-repeat top center;
	}



	
	#programas-destacados .banner ul li div {width: 940px; margin: 0 auto; padding: 0;}
	
	#programas-destacados .banner h1 {
		margin: 40px 0 0 25px;
		font-size: 65px;
		line-height: 65px;
		font-weight: 500;
		width: 455px;
		font-family: 'Ubuntu', sans-serif;
		color: #fff;
	}

	#programas-destacados .banner h2 {
		margin: 45px 0 0 25px;
		font-size: 20px;
		font-weight: 400;
		font-family: 'Ubuntu Mono', sans-serif;
		color: #fff;
		width: auto;
		display: inline-block
	}

	#programas-destacados .banner h2.musica {
		background: #ff9117;
	}

	#programas-destacados .banner h2.cultura {
		background: #c51190;
	}

	#programas-destacados .banner h2.ficciones {
		background: #fe0c36;
	}

	#programas-destacados .banner .btn	{color: #fff; border-color: #fff;}


	#programas-destacados .banner p	{ margin-left: 25px; font-size: 14px; width: 450px;}
	
	#programas-destacados .banner .dot {
	}
	
	#programas-destacados .banner .dots {
		position: absolute;
		right: 25px;
		bottom: 0;
	}
		#programas-destacados .banner .dots li {
			display: inline-block;
			width: 7px;
			height: 7px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border-radius: 6px;
			background-color: #ff9314;
			
			cursor: pointer;
		}
			#programas-destacados .banner .dots li.active {
				background: #4a19ad;
				opacity: 1;
			}
		


/* HOME PROGRAMACION */

main section#home-programacion	{
    text-align: center; 
    font-family: 'Ubuntu';}

main section#home-programacion #hot-episodios h2	{border-bottom: 1px solid #d3d3d3; text-align: left;}

main section#home-programacion #hot-episodios article {float: left; background-color: #FFF; width: 18%; margin: 0 1%;}
main section#home-programacion #hot-episodios article.last	{margin-right: 0;}
main section#home-programacion #hot-episodios article a	{display: block; color: #000; text-decoration: none; font-weight: 500;}
main section#home-programacion #hot-episodios article a.ficciones	{border-bottom: 3px solid #fe0c34}
main section#home-programacion #hot-episodios article a.musica	{border-bottom: 3px solid #ff9117}
main section#home-programacion #hot-episodios article a.cultura	{border-bottom: 3px solid #c51190}

main section#home-programacion #hot-episodios article a h5	{}
main section#home-programacion #hot-episodios article a h4	{font-size: 16px;}
main section#home-programacion #hot-episodios article a h4 span { font-weight: 300;}

main section#home-programacion #hot-episodios article a.ficciones:hover	{background-color: #ffe5eb;}
main section#home-programacion #hot-episodios article a.musica:hover	{background-color: #fff3e6;}
main section#home-programacion #hot-episodios article a.cultura:hover	{background-color: #f9e7f4;}



/* HOME COMUNIDAD */
main section#home-comunidad	{background: #fff; height: 500px;text-align: center; padding-bottom: 100px;}
main section#home-comunidad div #noticias	{width: 640px; float: left; margin-right: 20px;}
main section#home-comunidad div #principal 	{width: 380px; float: left;}
main section#home-comunidad div #secundario 	{width: 240px; float: left; margin-left: 20px;}
main section#home-comunidad div #noticias #mas {width: 630px; height: 20px; clear: both; padding-bottom: 0;}
main section#home-comunidad div #mas p {font-family: 'Ubuntu', sans-serif; color: #ffffff; font-size:15px; font-weight: 400; text-align: right; margin-right: 10px;}
main section#home-comunidad div #agenda	{width: 275px; float: left; margin-left: 5px}
main section#home-comunidad div #agenda  h7	span{font-weight: 500; font-size: 14px; color: #fff; background-color: #000000; padding-left: 10px; display: inline-block;}
main section#home-comunidad div #agenda  h7	{font-weight: 300; font-size: 14px; color: #fff; background-color: #000000; padding-right: 10px;}
main section#home-comunidad div #agenda .art2   {width: 280px; margin-top: 20px; float: left;}
main section#home-comunidad div #agenda .art2 img  {clear: both; margin-top: 10px;  margin-bottom: 10px;}
main section#home-comunidad div #agenda .art2 h2	{font-weight: 500; font-size: 16px; padding:0; margin: 5px 0;}
main section#home-comunidad div #agenda .art2 h5	{font-weight: 300; font-size: 14px; margin-top: 0px;}
main section#home-comunidad div #agenda article p	{font-style: italic; font-size: 13px; color: #787878; margin-top: -15px;}



main section#home-comunidad h2	{font-size: 34px; font-weight: 500; padding: 50px 0 0 0; margin-bottom: -10px}
main section#home-comunidad img  {float: left; padding-bottom: 10px;}
main section#home-comunidad h4	{font-family: 'Ubuntu Mono', sans-serif; font-size: 20px; font-weight: 400; text-align: left; border-bottom: 2px #000000 solid; padding-bottom: 13px}
main section#home-comunidad h5	{font-family: 'Ubuntu', sans-serif; font-size: 20px; font-weight: 700; text-align: left; text-transform: uppercase; margin-top: -10px;}
main section#home-comunidad h6	{font-family: 'Ubuntu', sans-serif; font-size: 14px; font-weight: 700; text-align: left; text-transform: uppercase; margin-top: -10px;}
main section#home-comunidad p    {font-family: 'Ubuntu', sans-serif; font-size:14px; font-weight: 300; text-align: left; margin-top: -10px;}
main section#home-comunidad article    {font-family: 'Ubuntu', sans-serif; font-size:14px; font-weight: 300; text-align: left; margin-top: -25px;}


/* GENERALES INTERNAS */
#encabezado	{margin-top: 60px}
#encabezado h1	{font-size: 36px; font-weight: 500; margin: 0; float: left; }
#encabezado div {float: right; text-align: right;}
h2.tit	{font-size: 24px; font-weight: 500; }
#col-contenido	{width: 620px; float: left;}
aside	{width: 300px; float: right;}
a.btn-volver	{font-family: 'Ubuntu Mono', sans-serif; text-transform: uppercase; font-size: 14px; padding: 1px 0 0 20px ; background: url(../imagenes/arrow-back.png) no-repeat}

/* NOTICIAS */
#TemasRecurrentes	{background-color: #FFF; padding: 20px;}
#tags span	{border-right: 1px solid #CCC; padding: 3px; display: inline-block;}
#tags span:last-child	{border-right: none;}
#tags span a	{color: #333; text-decoration: none; padding: 0 3px;}
#tags span a:hover, #tags span a.etiqueta:hover	{color: #00adf2;}
#tags span a.etiqueta	{background-color: #333; color: #FFF;}

/* NOTICIAS */
.Noti-principal {background-color: #fff; padding: 20px;}
.Noti-principal h1 {font-size: 30px; font-weight: 500; margin-top: -10px;}
.Noti-principal h3 {font-size: 14px; font-weight: 300; margin-top: -5px;}
.Noti-principal .bajada {font-size: 16px; font-weight: 300; margin-top: -20px;}
.Noti-principal .bajada span {font-weight: 300; font-style: italic; color: #00abee;}
.Noti-principal .redes {float: right;}
.Noticias-secundarias   {border-top: 1px solid #d3d3d3; padding-top: 20px; margin-top: 20px;}
.Noti-secundaria1 h1 {margin-top: -10px;}
.Noti-secundaria1 {width: 260px; height: 450px; background-color: #fff; padding: 20px; float: left;}
.Noti-secundaria1:nth-child(1)  {margin-right: 10px; margin-bottom:  20px}
.Noti-secundaria1:nth-child(2)  {margin-left: 10px; margin-bottom:  20px}
.Noti-secundaria1:nth-child(3)  {margin-right: 10px;}
.Noti-secundaria1:nth-child(4)  {margin-left: 10px;}
.Noti-secundaria1 .redes {float: right;}
.Noti-secundaria1 h3 {font-size: 14px; font-weight: 300; margin-top: -5px;}
.Noti-secundaria1 .bajada {font-size: 14px; font-weight: 300; margin-top: -10px;}
.Noti-secundaria1 .bajada span {font-weight: 300; font-style: italic; color: #00abee;}
.terciaria {width: 100%; clear: both;}
.terciaria h3 {font-size: 13px; font-weight: 300; margin-top: -5px;}
.terciaria h1 {font-size: 16px; font-weight: 500; margin-top: -10px;}
.terciaria img {float: left;}
.terciaria .modulo-texto {margin-top: 10px; width: 65%; float: right;}
.terciaria  {border-bottom: 1px solid #d3d3d3; padding-top: 5px; margin-top: 5px; padding-bottom: 5px; margin-bottom: 5px; display: inline-block;}


/* NOTICIAS RELACIONADAS */
.Noti-relacionadas	{background-color: #fff;}
.Noti-relacionadas div h6 {width: 100%; font-size: 24px; font-weight: 300; margin-top: 10px; border-bottom: 1px solid #d3d3d3; padding-top: 5px; margin-top: 5px; padding-bottom: 5px; margin-bottom: 5px; display: inline-block;}
.Noti-relacionadas span {font-size: 24px; font-weight: 500; margin-top: 10px;}
.Noti-relacionadas h1 {font-size: 18px; font-weight: 500; margin-top: -10px;}
.Noti-relacionadas h3 {font-size: 14px; font-weight: 300; margin-top: -5px;}
.Noti-relacionadas #modulo {padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #d3d3d3; margin-bottom: 5px; display: inline-block;}
.Noti-relacionadas #modulo-texto {width: 50%; padding-right: 10px; float: right;}
.Noti-relacionadas img {float: left;}
.Noti-relacionadas #modulo span {font-size: 14px; font-weight: 300; font-style: italic; color: #00abee;}
.Noti-relacionadas .bajada {font-size: 14px; font-weight: 300; margin-top: -10px;}
.Noti-relacionadas .redes {float: right;}


/* NOTICIA DESARROLLO */
.Noti-desarrollada {background-color: #fff; padding: 20px; display: inline-block;}
.Noti-desarrollada #top h1 {font-size: 32px; font-weight: 500; margin-top: -10px;}
.Noti-desarrollada #top h3 {font-size: 14px; font-weight: 300; margin-top: -10px;}
.Noti-desarrollada #top .bajada {font-size: 16px; font-weight: 300; margin-top: -10px;}
.Noti-desarrollada #top img {float: left; padding-bottom: 20px;}
.Noti-desarrollada #top .redes {float: right;}
.Noti-desarrollada #texto .corrido {width: 440px; font-size: 14px; font-weight: 300; padding-top: 5px; float: right;}

/* PROGRAMA */
#programa-intro	{padding: 20px;}
#programa-intro #episodio-left	{float: left; width: 675px;}
#programa-intro #episodio-right	{float: right; width: 195px;}
#programa-episodios	{}
#programa-episodios article {float: left; width: 140px; margin-right: 20px;}
#programa-episodios article.programa-episodios-mas	{width: 138px; border: 1px solid #FFF; margin-right: 0px;}
#programa-episodios article a	{display: block;}
#programa-personajes article	{background-color: #FFF; width: 300px; float: left; margin-bottom: 20px;}
#programa-personajes article img	{float: left}
#programa-personajes article p	{float: left; width: 40%; margin: 15px;}
#programa-relacionados	{background-color:#fff; padding: 20px;}
#programa-relacionados article	{clear: both; margin-bottom: 10px; display: inline-block}
#programa-relacionados article img	{float: left}
#programa-relacionados article div	{ width: 40%; float: left; margin-left: 10px;}
#programa-relacionados article div h4	{margin: 0;}

/* PROGRAMA categorias colores */
#programa-intro.cat-musica, #programa-episodios article.cat-musica	{background:#ffddb7;}
#programa-episodios article.cat-musica:hover	{background:#fff;}

#programa-intro.cat-ficciones, #programa-episodios article.cat-ficciones	{background:#ffc5d2;}
#programa-episodios article.cat-ficciones:hover	{background:#fff;}

#programa-intro.cat-cultura, #programa-episodios article.cat-cultura	{background:#ffc5d2;}
#programa-episodios article.cat-cultura:hover	{background:#fff;}



/* AGENDA */
#agenda .contenedor-agenda	{background: #fff; padding: 20px;}
#agenda img	{margin-top: -40px;}
#agenda h6	{font-weight: 500; font-size: 24px; padding-bottom: 5px; margin-top: 10px; border-bottom: 1px solid #d3d3d3; }
#agenda article  {margin-top: 10px; border-bottom: 1px solid #d3d3d3; padding-bottom: 20px; display: inline-block;}
#agenda article h2	{font-weight: 500; font-size: 24px;}
#agenda article h5	{font-weight: 300; font-size: 18px; margin-top: 0px;}
#agenda article p	{font-style: italic; font-size: 13px; color: #787878; margin-top: -20px;}
#agenda article img	{float: right;}
#agenda  h7	span{font-weight: 500; font-size: 14px; color: #fff; background-color: #000000; padding-left: 10px; display: inline-block;}
#agenda  h7	{font-weight: 300; font-size: 14px; color: #fff; background-color: #000000; padding-right: 10px;}
#agenda .art2   {width: 280px; margin-top: 20px; float: left;}
#agenda .art2 img  {clear: both; margin-top: 10px;  margin-bottom: 10px;}
#agenda .art2 h2	{font-weight: 500; font-size: 16px;}
#agenda .art2 h5	{font-weight: 300; font-size: 14px; margin-top: -10px;}
#agenda article p	{font-style: italic; font-size: 13px; color: #787878; margin-top: -15px;}




/* CONTACTO */
#contactos	{background-color: #FFF; padding: 20px; margin-top: 20px;}
#contactos h2	{font-size: 24px; font-weight: 400;}

#contacto form	{border-top: 1px solid #dbdbdb}
#contacto div	{width: 300px; margin-bottom: 20px; margin-top: 10px;}
#contacto input	{border: none; width: 300px; height: 35px; margin-top: 10px;}
#contacto textarea	{border: none; width: 100%; height: 150px; clear: both; resize: none;}
iframe {margin-top: 20px;}


/* ERROR PAGE */
main section#error	{text-align: center; padding-top: 100px; background: url(../imagenes/bg-error.gif) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: #fff; min-height: 300px;}
main section#error div	{background-color:rgba(0,0,0,0.6); width: 60%; padding: 50px;}

/* QUIENES SOMOS */
#quienes	{padding-top: 10px; padding-left: 5px}
#quienes img {padding-left: 0px}

/* NUESTRO EQUIPO */
#equipo #colaboradores article	{background-color: #FFF; width: 300px; float: left; margin-bottom: 20px;}
#equipo #colaboradores article img	{float: left}
#equipo #colaboradores article p	{float: left; width: 40%; margin: 15px;}

/* COMO COLABORAR */
#como-colaborar	#col-contenido div	{
    background-color: #fff;
    padding-left: 15px;
    padding-bottom: 30px; }
#como-colaborar	img {
    padding-left: 4px;}

/* AIRE */
#aire iframe {margin-bottom: 30px;}


/* LEGALES */
#legal p	{padding-top: 10px;}
#legal p span	{font-weight: 500;}





#mapa	{font-size: 16px;}
#mapa article	{background-color: #FFF; display: inline-table; width: 18%; margin-right: 1%;}
#mapa article h1	{background-color: #3f3e40; color: #fff; margin: 0; padding: 10px; font-weight: 500;}
#mapa article h2	{padding: 0 10px; font-weight: 400; font-size: 16px;}
#mapa article a	{display: block; padding: 3px 10px;}
#mapa article h1 a	{padding: 0}


/* HISTORIA */
#historia	{ background:url(../imagenes/grafico-historia.jpg) no-repeat;}
#historia article.fecha	{width: 530px; margin-left: 380px;}
#historia article.fecha	h3  {margin-top: 85px; margin-bottom: -15px;}
#historia article + article	{ padding-bottom: 200px; background: url(../imagenes/evolucion-marca.jpg) no-repeat center center; margin-top: 150px;}


/* REEL */
#reel .nuevos-programas {
    margin-left:20px; 
    width: 215px;
    height: auto;
	display: inline-block;
	background-color: #FFF;
	text-align: center;
}
#reel .nuevos-programas:first-child	{margin-left: 0px}
#reel .nuevos-programas div	{padding: 20px;}
#reel .nuevos-programas p	{text-align: left;}
#reel .nuevos-programas a.btn	{text-align: center}




/* FOOTER */
footer	{background: #191919; color: #a4a4a4; font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 50px 0; clear: both;}
footer div	{margin: 0 auto; width: 960px; position: relative;}
footer div ul	{list-style: none; padding: 0; display: inline-block}
footer div ul li	{float: left; width: 150px; margin-right: 10px;}
footer div ul li h6	{border-bottom: 1px solid #424242; font-size: 14px; color: #fff; font-weight: 400; font-family: 'Ubuntu', sans-serif; padding-bottom: 10px; margin: 0 0 10px 0;}
footer div ul li ul li a	{color: #a4a4a4; float: left; width: 150px; margin-right: 10px; text-decoration: none; display: inline-block; list-style: none; }
footer div ul li a.vivo	{width: 300px; height: 85px; background: url(../imagenes/banner-vivo.jpg) no-repeat; display: block; text-align: center; font-family: 'Ubuntu Mono', sans-serif; font-size: 20px; font-weight: 400; color: #4a19ad; text-transform: uppercase}
footer div ul li a.vivo:hover	{background: #4a19ad; color: #ff9313;}


div#leyenda	{width: 100%; background: #252525; display: flex; }
div#leyenda p	{width: 780px; margin: 0 auto; padding: 30px 0; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #4d4d4d; font-style: italic; text-align: center;}


h1, h2, h3, h4, h5, h6	{font-family: 'Ubuntu', sans-serif;}
a.btn	{text-transform: uppercase; color: #000; border: 1px solid #000; padding: 10px; font-family: 'Ubuntu Condensed', sans-serif; text-decoration: none; display: inline-block; width: auto}
a.btn:hover	{color: #999; border-color: #999}
a.btn-white	{text-transform: uppercase; color: #fff; border: 1px solid #fff; padding: 10px; font-family: 'Ubuntu Condensed', sans-serif; text-decoration: none; display: inline-block; width: auto}
a.btn-white:hover	{color: #999; border-color: #999}

/* vista mobile */
@media screen and (max-width: 468px) {
    nav {clear: both;}
    nav ul li {float: none; list-style:none; text-transform:uppercase}
    header div a img    {display: block;}
	
	main section div.centrado	{margin: 0 auto; width: 100%;}
	
	main section#intro h1	{font-size: 36px; }
	main section#intro h3	{font-size: 18px; }
	main section#intro p	{display: none;}

	main section#home-programacion #hot-episodios article {width: 100%; }
	
	main section#home-comunidad	{display:none}
	
	
	
	footer div	{width: 80%;}
	footer div ul	{display:none}
	footer #mapa-vilo	{display:none}
	
	div#leyenda p	{width: 90%;}
	
	
	nav ul {display: none}
}





