/* Header */
#head { background:#181015 url( ../images/bg_header.jpg) no-repeat; background-size: cover; min-height:520px; text-align: center; padding-top:240px; color:white; font-family:"Open sans", Helvetica, Arial; font-weight:300; }
#head.secondary { height:100px; min-height: 100px; padding-top:0px; }
#head .lead { font-family:"Open sans", Helvetica, Arial; font-size:44px; margin-bottom:6px; color:white; line-height:1.15em; } 
#head .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }
#head .tagline a { color:#fff; } 
#head .btn { margin-bottom:10px;}
#head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
#head .btn-default:hover,
#head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
#head .btn-default:active, 
#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }

@media (max-width: 767px) {
	#head { min-height:420px; padding-top:160px; }
	#head .lead { font-size: 34px; }
}


/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


/* Highlights (in jumbotron in most cases) */
.highlight { margin-top:40px; }
	.h-caption { text-align: center; } 
	.h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
	.h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }
	/* .h-body { } */


/* Typography */
h1, h2, h3, h4, h5, h6 { font-family:"Open sans", Helvetica, Arial; }
h1, .h1, h2, .h2, h3, .h3 { margin-top:30px; } 
blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }
label { color: #777; }
.thin { font-weight:300; }
.page-title { margin-top:20px; font-weight:300; }
.text-muted { color:#888; }
.breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }
ul.list-spaces li{ margin-bottom:10px; }

/* Helpers */
.container-full { margin: 0 auto; width: 100%; }
.top-space { margin-top: 60px; }
.top-margin { margin-top:20px; }

img { max-width:100%; }
img.pull-right { margin-left: 10px; }
img.pull-left { margin-right: 10px; }
#map { width:100%; height:280px; }
#social { margin-top:50px; margin-bottom:50px; }
	#social .wrapper { width:340px; margin:0 auto; }

/* Main content block 
.maincontent { }*/

/* Sidebars */
.sidebar { padding-top:36px; padding-bottom:30px; }
.sidebar .widget { margin-bottom:20px; }
.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px;} 

.mic{
	background-image: linear-gradient(0deg, rgba(0,0,0,0.7), rgba(0,0,0,0.6)), url("../../assets/images/microfono.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	padding: 30px 0 0 0; font-size: 16px; color: #fff; 
}
.mic1{
	background-image: linear-gradient(0deg, rgba(0,0,0,0.7), rgba(0,0,0,0.6)), url("../../assets/images/consola.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	padding: 30px 0 0 0; font-size: 16px; color: #fff; 
}
/* Footer */
footer{
	background-image: linear-gradient(0deg, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("../../assets/images/disco.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;}
.footer1 {padding: 60px 0 0 0; font-size: 16px; color: #fff; }
.footer1 a { color: #fff; }
.footer1 a:hover {color: #fff; }
.footer1 .widget { margin-bottom:30px; }		
.footer1 .widget-title { font-size: 17px; font-weight: bold; color: #fff; margin: 0 0 20px; }
.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
.footer1 .entry-meta a { color: #333333; }
.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
.follow-me-icons { font-size:30px; }		
.follow-me-icons i { float:left; margin:0 10px 0 0; }		

.footer2 { background: #191919; padding: 30px 0; color: #777; font-size: 12px; }
.footer2 a { color: #aaa; }
.footer2 a:hover { color: #fff; }
.footer2 p { margin: 0; }

.widget-simplenav { margin-left:-5px; }		
.widget-simplenav a{ margin:0 5px; }		


/*colores menu*/
.bg-Tarija{background-color: #F44336; color: #fff;} /*anterior rojo fe3939*/
.tarija ul li{ background-color: #424242;}
.tarija a:hover{	color:#fff; background-color: #F44336;}
.fnt-1{color:#F44336;}

.bg-Nacional{ background-color: #ffe900; color: #000;}
.nacional ul li a{ background-color: #424242;}
.nacional a:hover{ color: #000000; background-color: #ffe900;}
.fnt-2{color: #000;}

.bg-Deportes{	background-color: #46965D;color:#fff; }
.Deportes ul li{ background-color: #424242;}
.Deportes a:hover{color:#fff; background-color: #46965D;}
.fnt-3{color:#46965D;}

.bg-Internacional{	background-color: #2288C9;color:#fff; }
.Internacional ul li{ background-color: #424242;}
.Internacional a:hover{color:#fff; background-color: #2288C9;}
.fnt-4{color:#2288C9;}

.bg-Espectaculos{	background-color: #7b00d1;color:#fff; }
.Espectaculos ul li{ background-color: #424242;}
.Espectaculos a:hover{color:#fff; background-color: #7b00d1;}
.fnt-5{color:#7b00d1;}

.row_news{  /*para quue los div no salgan desordenados*/
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-news{
	width: 100%;
	position: relative;
  min-height: 80px;
  padding: 4px 0 10px 0px;
	overflow: hidden;
}
.row-news a{color: #000;}
.row-news a:hover{color: #000;}
.row-news a:visited{color: #000;}
.row-news-thumb{
  height: 100px;
  width: 100px;
  margin: auto;
  overflow: hidden;
  float: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.row-news-thumb img{
	height: 100%;

}
.row-news-title{
  position: absolute;
  top: 0px;
  left: 110px;
  line-height: 120%;
  font-weight:bold 400;
  font-size: 15px;
  text-align: justify;

}
.row-news-body{
  position: relative;
  padding-left: 110px;
  top: 68px;
  text-transform: uppercase;
}
.row-news-cat{
  display: inline;font-size: 11px;letter-spacing: 1px; padding: 5px;
}
.row-news-date::before{
  display: inline;content: "/";padding: 0 5px;color: #888;  /* añadimos "/" antes de la fecha */
}
.row-news-date{
  display: inline;color: #888;font-size: 12px;letter-spacing: 1px;
}
/*noticia relacionada*/
.recomendados{
	width: 100%;
	position: relative;
  min-height: 80px;
  padding: 4px 0 10px 0px;
	overflow: hidden;
	
}
.recomendados a{color: #000;}
.recomendados a:hover{color: #000;}
.recomendados a:visited{color: #000;}
.recomendados-thumb{
  height: 150px;
  width: 100%;
  margin: auto;
  overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.recomendados-thumb img{
	height: 100%;
}
.recomendados-titulo{
  padding: 10px 0px 5px 0px;
  line-height: 120%;
  font-weight:bold 400;
  font-size: 15px;
  text-align: justify;
}
.recomendados-date{
  display: inline;color: #555;font-size: 12px;letter-spacing: 1px;text-transform: uppercase;
}
.recomendados-categoria{
	position: absolute;
	top: 20px;
		padding: 5px 10px;
	font-size: 11px;
	text-transform: uppercase;
}
@media (max-width: 767px){
	.recomendados-thumb{
		height: 250px;

	}
}

.widget-title1 {
	text-align: left;
	display: inline;
	padding: 10px 15px;
	top: -2px;
	position: relative;
	margin-left: -8px;
	text-transform: uppercase;
	font-size: 14px;
}

/*página noticia*/
.titulo-noticia h3{
	text-transform: uppercase;
	padding: 20px 0px ;
}
.subtitle-noticia{
	font-size: 14px;
	color: #666c74;
	padding: 0px 0px 20px 0px;
}
.thumb-img img{
	width: 100%;
	padding-bottom: 20px;
}
.noticia-enlace {
	font-style: italic;
}
.noticia-enlace a:hover{
	color: #2288C9;
}
/*página noticia*/
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
  }
  .embed-responsive::before {
	display: block;
	content: "";
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
  }
  
  .embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
  }
  
  .embed-responsive-16by9::before {
	padding-top: 56.25%;
  }
  
  .embed-responsive-4by3::before {
	padding-top: 75%;
  }
  
  .embed-responsive-1by1::before {
	padding-top: 100%;
  }
  
  .embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
  }
  
  .embed-responsive-16by9::before {
	padding-top: 56.25%;
  }
  
  .embed-responsive-4by3::before {
	padding-top: 75%;
  }
  
  .embed-responsive-1by1::before {
	padding-top: 100%;
  }
  