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

body {
	font-family: 'Titillium Web', sans-serif;
	line-height:21px;
	margin: 0px;
	padding: 0px;
	background-color: #121314;
}
#popup {
	background-image: url(../img/bg-section-repros.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
h1 {color:#FFF;}

#reproductor {
	width: 100%;
	text-align: center;
	background-color:#1c1c1f;
}
#copyRight {
	font-family: Tahoma;
	font-size: 14px;
	color: #5A5A5A;
	background-color:#1c1c1f;
	margin-top: 25px;
	text-align: center;
	padding:15px;
}
.btn {
	border-radius:0px;
}
    a:link {
	color: #5a5a5a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5a5a5a;
}
a:hover {
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #5a5a5a;
}
#programacion {
	background-color: #1c1c1f;
	padding-top: 8px;
	padding-bottom: 8px;
	max-width:450px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	}	
.titulo-programa {
	color: #fff;
	font-size: 24px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 7px;
}
.detalle-programa {
	color:#CCC;
	font-size:14px;
	line-height:16px;
}
.link-contacto {
	margin-bottom:5px;
}
@media only screen and (min-width: 240px) and (max-width: 991px)
 {
	.titulo-rep {
		font-size:30px;
}
}
@media only screen and (min-width: 240px) and (max-width: 479px)
 {
.ico-repros {
	border: 1px solid #fff;
	padding:15px;
	/*margin:20px;*/
	}
}
@media(max-width:767px) {
	.navbar {
		height:95px;
	}
	.btn-lg {margin-top:0px;
	}
	.texto-top-header {
	font-size: 14px;	
}
.titulo-programa {
	font-size:19px;
	margin-bottom:0px;
}
h1 {
	font-size:26px;
	}
h2 {
	font-size:22px;
	}	
}
.titulos-secciones {
	margin-bottom: 60px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	display:inline-block;
}
.ico-repros {
	border: 1px inset #fff;
	padding: 15px;
	/*margin: 18px;*/
	}	
.titulo-rep {
	color: #fff;
	font-size:30px;
	padding-bottom:20px;
	font-weight:lighter;
	text-align:center;
}
