@font-face {
    font-family: 'ProximaNova'; /*a name to be used later*/
    src: url('../fonts/Mark Simonson - Proxima Nova.otf') format("opentype"); /*URL to font*/
    font-weight: normal;
}

@font-face {
    font-family: 'LearningCurve'; /*a name to be used later*/
    src: url('../fonts/LearningCurve_OT.otf') format("opentype"); /*URL to font*/
    font-weight: normal;
}

html,body
{
	font-family: 'ProximaNova';
	height:100%;
	font-size: 100%;
	font-size: 20px;
}

#cobertura
{
	position: fixed;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color: black;
	z-index: 100;
}

#cobertura img
{
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
}

.cargando_scroll
{
	position: relative;
	background-color: black;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 120px;
}

.cargando_scroll img
{
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
}

.cuerpo_completo
{
  position: absolute;
  background-color: white;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
}

.bloque_externo
{
	position: relative;
	top: 0%;
	left: 0%;
	width: 100%;
}

.bloque_externo .titulo
{
	position: absolute;
	height: 50px;
	top: calc(50% - 25px);
	left: 25%;
	color: white;
	text-transform: uppercase;
	font-size: 4vw;
}

/*-----------------//-------\\-----------------*/



#caratula
{
	height: 100%;
	background-image: url('../imagenes/enrique-principal.jpg');

    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
    background-size: cover;
    background-position: center, right;
    background-repeat: no-repeat;
    background-color: black;
}

@media (min-width:1025px) {
	/* big landscape tablets, laptops, and desktops */ 
	#caratula
	{
		background-attachment: fixed, scroll;
	    background-size: cover, auto;
	}
}

#contenedor_logo
{
	position: absolute;
	background-color: transparent;
	top: 50%;
	left: 15%;
	width: 70%;
}

@media (min-width:1025px) {
	#contenedor_logo
	{
		left: 35%;
		width: 30%;
	}
}

#contenedor_logo img
{
	display: inline-block;
	width: 100%;
}



#contenedor_botones
{
	position: absolute;
	background-color: transparent;
	top: 66.6%;
	left: 5%;
	width: 90%;
	/*height: 50px;*/
}

@media (min-width:1025px) {
	#contenedor_botones
	{
		left: 25%;
		width: 50%;
	}
}


#contenedor_botones a
{
	display: inline-block;
	background-color: rgba(230, 230, 230, .2);
	border-radius: 5px;
	padding: 1%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	width: 18%;
	/*height: 100%;*/
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

#contenedor_botones a:hover
{
	background-color: rgba(230, 230, 230, .2);/*rgba(0,0,0,0)*/
	color: white;
	box-shadow: inset 0 0 0 3px white;
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

#contenedor_botones a img
{
	display: block;
	width: 100%;
	/*height: 100%;*/
}

/*-----------------//-------\\-----------------*/

#bio
{
	color: white;
	background-color: black;
	height: auto;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
}

#bio .nombre_del_autor
{
	position: relative;
	display: block;
	top: 0%;
	left: 0%;
	width: 100%;
	text-align: center;
	font-size: 6vw;
	margin-top: 1%;
}

#bio .bio_del_autor
{
	position: relative;
	display: block;
	text-align: justify;
	top: 0%;
	left: 10%;
	width: 80%;
	line-height: 120%;
	word-spacing: 2px;
	font-size: 3vw;
	margin-bottom: 1%;
}

@media (min-width:1025px) {

	#bio .nombre_del_autor
	{
		top: 0%;
		left: 0%;
		width: 100%;
		font-size: 3vw;
	}

	#bio .bio_del_autor
	{
		top: 0%;
		left: 10%;
		width: 80%;
		font-size: 1.85vw;
	}
}

/*-----------------//-------\\-----------------*/

#albumes_fondo
{
	height: 75%;

	background-image: url('../imagenes/img-hand.jpg');

    background-position: center, right;
    background-repeat: no-repeat;
    background-color: black;
    background-size: cover;

	background-color: rgba(230, 230, 230, .2);
}

@media (min-width:1025px) {
	/* big landscape tablets, laptops, and desktops */ 
	#albumes_fondo
	{
		background-attachment: fixed, scroll;
	    background-size: cover, auto;
	}

}

#albumes_contenido
{
	height: auto;
	position: relative;
}

.listado_de_albumes
{
	background-color: black;
	/*border-bottom: 4px solid white;*/
}

#albumes_contenido .album
{
	width: 50%;
	position: relative;
	display: inline-block;
	background-color: black;
}

@media (min-width:1025px) {
	#albumes_contenido .album
	{
		width: 25%;
	}
}

#albumes_contenido .album .caratula_album
{
	display: block;
	width: 100%;
}

#albumes_contenido .album .listado_canciones
{
	float: left;
	position: absolute;
	
	font-size: 1.4vw;
	left: 2%;
	top: 2%;
	width: 96%;
	height: 96%;

	z-index: 10;
	background-color: rgba(51, 51, 51, .95);
	
	color: #FFFFFF;
}

#albumes_contenido .album .listado_canciones .album_links
{
	float: left;
	position: absolute;
	bottom: 15px;
	left: 5px;
	display: inline-block;
	width: calc(100% - 10px);
	/*background-color: red;*/
}

#albumes_contenido .album .listado_canciones .album_links a
{
	display: inline-block;
	bottom: 0px;
	margin-left: 3%;
	margin-right: 3%;
	width: 19%;
}

#albumes_contenido .album .listado_canciones .album_links a img
{
	width: 100%;
}


.nombre_de_agrupador
{
	display: inline-block;
	width: 100%;
	color: white;
	line-height: 2;
	font-size: 4.5vw;
	text-align: center;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
}

@media (min-width:1025px) {
	.nombre_de_agrupador
	{
		font-size: 2vw;
	}
}

.nombre_de_agrupador span
{
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	background-color: black;
	padding-left: 15px;
	padding-right: 15px;
}

.nombre_de_agrupador span:hover,
.nombre_de_agrupador .agrupador_activo
{
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	background-color: white;
	color: black;
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.nombre_de_agrupador span:hover
{
	cursor: pointer;
}

/*-----------------//-------\\-----------------*/

.cantantes_fondo
{
	height: 75%;
	
	background-image: url('../imagenes/img-guitar-player.jpg');

	background-size: cover;
    background-position: center, right;
    background-repeat: no-repeat;
    background-color: black;

	/*background-color: rgba(230, 230, 230, .2);*/
}

@media (min-width:1025px) {
	/* big landscape tablets, laptops, and desktops */ 
	.cantantes_fondo
	{
		background-attachment: fixed, scroll;
	    background-size: cover, auto;
	}
}


.cantantes
{
	background-color: black;
	/*border-top: 4px solid white;*/
	/*border-bottom: 4px solid white;*/
}

.cantantes .cantante
{
	width: 50%;
	position: relative;
	display: inline-block;
	background-color: black;
}

@media (min-width:1025px) {
	.cantantes .cantante
	{
		width: 25%;
	}
}

.cantantes .cantante .cantante_foto
{
	display: block;
	width: 100%;
	/*height: 100%;*/
}

.cantantes .cantante .cantante_datos
{
	float: left;
	position: absolute;
	
	font-size: 1.4vw;
	left: 2%;
	top: 2%;
	width: 96%;
	height: 96%;

	z-index: 10;
	background-color: rgba(51, 51, 51, .95);
	
	color: #FFFFFF;
	overflow-y: scroll;
	overflow-x: hidden;
}

.cantantes .cantante .cantante_datos .cantante_nombre
{
	display: block;
	font-size: 5vw;
	/*line-height: 2;*/
	width: 100%;
	margin: 2% 2% 2%;
	/*margin-bottom: 2%;*/
}

#albumes_contenido .album .listado_canciones span
{
	font-size: 3vw;
	line-height: 1.2;
	margin-left: 2%;
}

.cantantes .cantante .cantante_datos .cantante_canciones
{
	display: block;
	width: 96%;
	font-size: 3vw;
	line-height: 1.2;
	margin-left: 2%;
}

@media (min-width:1025px) {
	#albumes_contenido .album .listado_canciones span,
	.cantantes .cantante .cantante_datos .cantante_canciones
	{
		font-size: 1.6vw;
	}
	
	.cantantes .cantante .cantante_datos .cantante_nombre
	{
		font-size: 3vw;
	}
}

/*-----------------//-------\\-----------------*/

#pie
{
	color: white;
	background-color: black;
	height: auto;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
}

#pie img
{
	display: block;
	position: relative;
	width: 200px;
	margin: 25px 0px 25px 0px;
	top: 0%;
	left: calc(50% - 100px);
}

#pie span
{
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin-bottom: 1%;
}



