body{
	/*background-image: url('../img/bg_body.jpg');*/
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #333;
	padding-top: 0px;
}

.header_container{
  background-color: white; 
  padding-top: 20px; 
  /*padding-bottom: 20px;*/
}

@media (min-width: 790px) {
  .banner_fonoteca{
    max-height: 70px; 
    float: right; 
    max-width: 100%;
  }
}

@media (max-width: 789px) {
  .banner_fonoteca{
    max-height: 70px; 
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
  }
}

a{
	color: #bf0411;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.login{
	background-color: white;
	margin: auto auto auto auto;
	padding: 20px;
	width: 400px;
	margin-top: 100px;
}

.login .error{
	color: red;
	width: 100%;
	text-align: center;
	display: block;
}

.login h2{
	margin-top: 0px;
}

.login table{
	border-spacing: 10px;
}

.login .login_field{
	width: 300px;
}

.login .login_submit{
	text-align: right;
}

.navigation{
	margin-bottom: 15px;
}

.clearfix{
	clear: both;
}

/*
.container{
	background-color: white;
	padding: 10px 50px 40px;
	margin: 10px auto 10px;
	max-width: 1000px;
}
*/

.audio{
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 20px;
  margin-bottom: 20px;
}

.head_separator{
	border-color: #BF0411;
}

.admin_bar{
	background: #bf0411;
	margin-bottom: 20px;
}

p.audio_date{
	color: #909090;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

p.audio_title{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

p.audio_title a{
	text-decoration: none;
	color: #333;
}

p.audio_title a:hover{
	color: #bf0411;
}

p.audio_desc{
}

ul.admin_menu{
	list-style-type: none;
	padding-left: 0px;
	color: white;
}

ul.admin_menu li{
	float: left;
	text-align: middle;
}

.audio .audio_links{
	list-style-type: none;
	padding-left: 0px;
  /*margin-bottom: 60px;*/
  height: 40px;
}

.audio .audio_player{
  float: left;
  max-width: 450px;
}

ul.audio_links li{
	/*display: inline;*/
	float: left;
	margin-right: 6px;
	text-align: middle;
}

@media (max-width: 500px) {
  a.download_link{
    display: none;
  }
}

a.download_link{
	font-size: 11px;
	text-decoration: none;
	color: #333;
	background-image: url('../img/download.png');
	background-repeat: no-repeat;
	padding-left: 17px;
}

.download_link_icon{
  line-height: 40px !important;
}

a.download_link:hover{
	text-decoration: underline;
	color: #bf0411;
}

a.comments_link{
	font-size: 11px;
	text-decoration: none;
	color: #333;
	background-image: url('../img/comments.png');
	background-repeat: no-repeat;
	padding-left: 17px;
}

a.comments_link:hover{
	text-decoration: underline;
	color: #bf0411;
}

a.edit_link{
	font-size: 11px;
	text-decoration: none;
	color: #333;
	background-image: url('../img/edit.png');
	background-repeat: no-repeat;
	padding-left: 17px;
}

a.edit_link:hover{
	text-decoration: underline;
	color: #bf0411;
}

a.delete_link{
	font-size: 11px;
	text-decoration: none;
	color: #333;
	background-image: url('../img/delete.png');
	background-repeat: no-repeat;
	padding-left: 17px;
}

a.delete_link:hover{
	text-decoration: underline;
	color: #bf0411;
}

a.ok_link{
	font-size: 11px;
	text-decoration: none;
	color: #333;
	background-image: url('../img/ok.png');
	background-repeat: no-repeat;
	padding-left: 17px;
}

a.ok_link:hover{
	text-decoration: underline;
	color: #bf0411;
}

a.admin_link{
	text-decoration: none;
	color: white;
	font-weight: bold;
	border-right: 1px solid white;
	padding: 10px 20px;
	display: block;
}

.paginador{
	font-size: 12px;
}

.paginador a{
	color: #BF0411;
	font-weight: bold;
	
	margin: 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #BF0411;
	text-decoration: none;
	display: block; /*2017*/
}

.paginador a:hover{
	border: 1px solid #333;
}

.paginador span.actual{
	margin: 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #BF0411;
	background-color: #BF0411;
	color: white;
	display: block; /*2017*/
}

.paginador ul{
	list-style-type: none;
	padding-left: 0px;
}

.paginador ul li{
	float: left;
	margin-right: 5px;
}

.paginador a.prev{
	text-decoration: none;
}

.paginador a.next{
	text-decoration: none;
	/*float: right;*/
}

.page-link{
  color: #bf0411 !important;
}

.page-item.active .page-link {
  background-color: #bf0411 !important;
  border-color: #bf0411 !important;
  color: white !important;
}

/***** COMENTARIOS *****/

.audio_detail{
	margin-bottom: 20px;
}

.comments{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
}

.nombre{
	font-weight: bold;
}

.fecha{
	color: #909090;
	font-size: 11px;
	margin-top: 5px;
	display: block;
}

.new_comment{
	background-color: #EEEEEE;
	padding: 15px;
}

.new_comment_table{
	border-spacing: 5px; 
}

.input_nombre{
	width: 300px;
}

.input_comentario{
	width: 300px;
	height: 100px;
}

.celda_boton_comentar{
	text-align: right;
}

.comment_audio{
	font-weight: bold;
	font-size: 11px;
	margin-top: 5px;
	display: block;
}

.statsTable{
  width: 100%;
}

.statsTable td{
  border-bottom: 1px solid #dee2e6;
}

.podcastProgram{
}

.podcastProgram div{
  width: 202px; 
  margin: auto; 
  margin-bottom: 20px;
}

.podcastProgram a:hover{
  text-decoration: none;
}

.podcastProgram div p{
  display: block; 
  margin: auto; 
  font-size: 16px;
  margin-top: 8px;
}

.podcastProgram div img{
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(128, 128, 128);
  transition: opacity 0.3s ease;
}

.podcastProgram div img:hover{
  opacity: 0.6;
}

.audioProgramTitle{
  margin-bottom: 0px;
}

.audioTitle{
  color: black;
  margin-top: 0px !important;
  font-size: 12px !important;
}

.programCategory{
  background-color: #bf0411;
  color: white;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
