/*
Theme Name:		Ken Child Theme
Theme URI:		http://themeforest.net/user/artbees
Description:	Child theme for the Ken theme
Author:			Your name here
Theme URI:		http://themeforest.net/user/artbees
Template:		ken
Version:		1.0
*/


/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/º

section#mk-page-title{
	display: none;
}
.contenedor_letras{
	margin: 0 0 0 3%;
	height: 150px;
    padding: 2%;

}

.contenedor_letras ul{
	margin: 0;
	padding: 0;
	list-style-type: none;

}
.contenedor_letras ul li{
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	margin: 4px;
	line-height: 27px;

}
.contenedor_letras ul li a{
	color: white;
	background-color: #45acdd;
	display: block;

}
.contenedor_letras ul li a:hover{
	color: white;
	background-color: #949494;
	display: block;

}

.contenedor_letras ul li.letra.activa a{
	color: white;
	background-color: #949494;
	display: block;

}
/*.clear{
	clear: both;
}

.contenedor_img{
	background-color: #fafafa;
	height: 300px;
	box-sizing: border-box;
	float: left;
	margin: 1%;
	width: 31%;
	position: relative;
	overflow: hidden;
	border: 0.5px solid rgba(200,200,200,0.50);


}
.contenedor_img img{
	width: 100%;
	height: auto;
}
.contenedor_img img:hover {
-webkit-transform: scale(1.1);
    transform: scale(1.1)
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.contenedor_txt{
	background-color: #fafafa;
	border-top: 0.5px solid rgba(200,200,200,0.50);
	height: auto;
	box-sizing: border-box;
	padding: 6% 5% 1% 5%;
	text-align: left;
	line-height: 25px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	vertical-align: middle;

}
.contenedor_txt h3{
	font-size: 20px;
	margin: 0px;
}
.foto_pajaro{
	text-align: center;
	width: 100%;
	height: auto;
	margin: auto;

}*/


/* ============================================================
  SINGLE AVE
============================================================ */
/*ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix{
	border: 1px solid;
}*/
ul li.ui-state-default{
	display: inline-block;
	/*border: 1px solid;*/
}

div#porCanto ul, div#porAspecto ul {
	list-style: none;
}

div#porCanto ul li, div#porAspecto ul li{
	width: 190px;
	height: auto;
}

.mk-video-player video {
	width: 100%;
}


.single-ave .fancybox-title.fancybox-title-float-wrap{
	display: none;
}

.pagnav-wrapper .pagenav-top .mk-pavnav-icon i{

	font-size: 30px;
	color: #68be5e;
}

.pagnav-wrapper .pagenav-top .mk-pavnav-icon{
	background-color: transparent;
	top: 85%;
}

/* ============================================================
  CUSTOM PAGINATION
============================================================ */

 .holder {
    margin: 15px 0;
  }

  .holder a {
    font-size: 16px !important;
    cursor: pointer;
    margin: 0 !important;
    padding: 8px 13px;
    color: #45acdd !important;
    /*background-color: #45acdd;*/
  }

  .holder a:hover {
    background-color: #777 !important;
    color: #fff !important;
  }

  .holder a.jp-current, a.jp-current:hover {
    color: #FFF !important;
    font-weight: bold;
    cursor: default;
    background-color: #45acdd !important;
  }

  .holder span { margin: 0 5px; }

  .customBtns { position: relative; }
  .arrowPrev, .arrowNext {
  	width:29px;
  	height:29px;
  	color: #45acdd;
  	position: absolute;
    top: -34px;
  	cursor: pointer;
  	font-weight: bold;
    font-size: 21px;
  }
  .arrowPrev {  left: -15px; }
  .arrowNext {  right: 72%; }

  .arrowPrev.jp-disabled, .arrowNext.jp-disabled { display: none; }


  /*******BOTÓN CRÉDITOS***********/

.boton-creditos-div{
  	background-color: #68be5e;
    margin: 2% auto;
    text-align: center;
    padding: 1% 3%;
    width: 200px;

    }
    .boton-creditos-div:hover{
  	background-color: #5aa050;
    margin: 2% auto;
    text-align: center;
    padding: 1% 3%;
    width: 200px;

    }
 .boton-creditos-a{
 	    color: #fff!important;
 }
