h2 u{
    font: 400 50px/80px Georgia, serif;
}

/* Banner */
.entrys-con-banner{
	padding-top: 30px;
}
.entrys-con-banner .entry-data .btn,
.entrys-con-banner .entry-data a{
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	height: 42px;
	line-height: 42px;
	background: #1d68a4;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	display: inline-block;
	padding: 0 29px;
	transition: all .3s;
	border: 0;
	margin-top: 10px;
}
.entrys-con-banner .entry-data h3 a{
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-family: Georgia, serif;
    text-align: center;
    width: 100%;
    cursor: pointer;
    background: transparent;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: none;
    padding: 0;
    margin: 0;
    height: auto;
}
.entrys-con-banner .clear-it{
	margin-bottom: 60px;
}

/* select */

.extra-select-container{
	position: relative;
	display: inline-block;
}

.audio-select{
	width: 261px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #dbcbc0;
	border-radius: 4px;
	color: #414246;
	padding-left: 10px;
	font-family: 'Ubuntu', sans-serif;
}

.audio-select option{
	color: #414246;
	font-family: 'Ubuntu', sans-serif;
}

.extra-select-container .select-line{
	display: block;
	width: 1px;
	height: 28px;
	background: #d5d7d8;
	position: absolute;
	top: 7px;
	right: 43px;
}

/* entry - o mejor dicho os nombres de los contenidos y los botones para descargar */
.entrys-con-banner article h3{
	display: inline;
}

/* Columna derecha */
.ranking.ranking-triple.ranking-simple + .content-banner.aside-banner{
	margin-top: 60px;
}
.boton_personalizado{
    text-decoration: none;
    padding: 10px;
   font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #414246;
    /*background-color: #dbcbc0;*/
    border-radius: 6px;

}