@charset "utf-8";
/* CSS Document */

/* ----- FUENTES ----- */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);



/* --------- GENERALES --------- */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	color: #2E2E2E;
}


a:link, a:visited, a:hover, a:active {
	color: #1EC26B;
	text-decoration: none;
}


.titulos{
	/* Personalizar */
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}





/* --------- DIVS PRINCIPALES --------- */

#pagina {
	min-height: 100%;
}


#header{
	width: 100%;
}


#cuerpo {
	width: 100%;
	overflow:auto;
	padding-bottom: 60px; /* El tamaño del padding-bottom debe ser igual al height y al margin-top del footer footer */
}  


/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}


/* --- CONTENIDO --- */
.contenido{
	padding: 0px 14px;
	text-align: justify;
	font-size: 18px;
}

.contenido_internas{
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}


#encabezado {
	display: block;
	width: 100%;
	position: relative;
	height: 420px;
	background: #2E2E2E;
	padding-bottom: 30px;
}


#img-head-principal, #img-head-left, #img-head-right, #name-head-principal{
	width: 100%;
	padding: 15px 0px;
	text-align: center;
}
#img-head-principal, #img-head-left, #img-head-right{
	width: 33% !important;
	position: relative;
}
#img-head-left, #img-head-principal{ float: left;}
#img-head-right{ float: right;}

#name-head-principal, #name-head-principal a{
	font-family: 'Droid Serif', serif;
	font-size: 64px;
	font-weight: bold;
	color: #FBFBFB;
	margin-bottom: 20px;
}
#name-head-principal a:hover{
	color: #1EC26B;
}

#encabezado img {
	width: auto;
	max-width: 180px;
	height: auto;
	margin-top: 20px;
}


/* --- MENÚ PRINCIPAL --- */

#encabezado #navbtn {
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 30px;
	height: 35px;
	background: url(../images/menu.png) center no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}

#menu-principal{
	position: relative;
    width: auto;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

/* Estilo del Menú */

#encabezado nav {
	position: relative;
	width: auto;
	display: inline-block;
}

#encabezado nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#encabezado nav ul li {
	display: block;
	float: left;
	padding: 0px;
	position: relative;
}



#encabezado nav ul li a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	color: #FBFBFB;
	padding: 0px 25px;
}

#encabezado nav ul li:hover > a , #encabezado nav ul li.selected a {
	color: #1EC26B;
}

/* SUB-ITEMS */
#encabezado nav ul li ul {
	display:none;
	position:absolute;
	padding: 10px 0px;
	z-index:999;
}

#encabezado nav ul li:hover ul {
	height: auto;
	display: block;
	margin-top: 0px;
	background: #2E2E2E;
	transition-delay: 1s; /* delays for 1 second */
	-webkit-transition-delay: 1s; /* for Safari & Chrome */
}

#encabezado nav li ul li{
	width: 160px;
}

#encabezado nav li ul li a{
	color: #FBFBFB !important;
	text-align: left;
	line-height: 20px;
	border: none;
	padding: 8px 24px 8px 70px;
}
#encabezado nav li ul li a:hover{
	color: #1EC26B !important;
}

#encabezado nav ul li.parent {
	padding-right: 12px;
}
#encabezado nav ul li.parent a{
	background: url(../images/bullet-down.png) right bottom no-repeat;
}
#encabezado nav ul li.parent:hover > a {
	background: url(../images/bullet-down-hover.png) right bottom no-repeat;
}
#encabezado nav ul li.parent ul li a, #encabezado nav ul li.parent ul li a:hover{
	background: none;
}
#encabezado nav ul li a img{
	vertical-align: central;
	padding: 0px 3px 0px 0px;
}




/* ---------- CONTENIDO PÁGINA PRINCIPAL ---------- */

.cuadro_a{
	float: left;
	width: 35%;
}

.cuadro_b{
	float: right;
	width: 64%;
}


.titulo_grande1, .titulo_grande2{
	font-family: font-family: 'Droid Serif', serif;
	font-size: 64px;
	font-weight: bold;
	line-height: 64px;
	padding: 60px 0px;
}
.titulo_grande2, .contenido_principal2 {
	color: #F2F2F2;
}


.contenido_principal1, .contenido_principal2{
	font-size: 28px;
	line-height: 30px;
	padding: 40px 0px;
}



/* ----- SLIDER ----- */
#slider{
	width: 100%;
	margin: 0px;
	padding: 0px;
}



/* BIOGRAFÍA */
#biografia{
	width: 100%;
	height: 370px;
	background: #1EC26B;
}
#biografia .contenido_principal2{
	line-height: 34px;
}

/* Boton */
.btn_biografia {
	margin-top: 40px;
}
.btn_biografia a{
	color: #F2F2F2;
	padding: 10px;
	border: solid 2px #F2F2F2;
}
.btn_biografia a:hover {
	background: #666;
}



/* --- VIDEOS --- */

#videos{
	width: 100%;
	height: 320px;
	background: none;
}

#img-videos-principal img {
	width: auto;
	max-width: 220px;
	height: auto;
}

#img-videos-principal{
	text-align: right;
	padding: 50px 0px;
}
#videos .contenido_principal1 {
	margin: 100px 78px;
}
#videos .contenido_principal1 a{
	font-size: 32px;
	color: #2E2E2E;
}
#obra .cuadro_a img{
	text-align: center;
	padding: 20px 50px;
	max-width: 90px;
}



/* --- ARTE */
#arte {
	width: 100%;
	height: 560px;
	background: url(../images/artBackground.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#arte img{
	width: 100%;
	max-width: 146px;
}
#arte .cuadro_a img{
	text-align: center;
	padding: 20px;
}



/* --- OBRA ---- */
#obra {
	width: 100%;
	height: 640px;
	background: none;
}
#obra img{
	width: 100%;
	max-width: 150px;
}
#obra .contenido_principal1 {
	font-size: 22px;
	line-height: 28px;
}

/* Botón */
.btn_obra {
	margin-top: 20px;
}
.btn_obra a{
	color: #1EC26B;
	font-size: 24px;
	padding: 10px;
	border: none;
}
.btn_obra a:hover {
	color: #2E2E2E;
	background: none;
	border: 1px solid #2E2E2E;
}



/* Tablas ARTE y OBRA */
#arte table td, #obra table td {
	padding: 0px 0px 14px 0px;
}
#arte table td.tdTxt, #obra table td.tdTxt{
	padding-left: 40px;
}





/* ---------- INTERNAS ---------- */

/* biografia */
#div_verde {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px;
	background: #1EC26B;
}

#div_blanco {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px;
	background: #FFF;
	color: #2E2E2E !important;
}


/* ----- GALERÍA DE IMÁGENES ----- */

#gallerycontents, #gallerycontents img, ul.gallery_unstyled.gallery.galleria {
	max-width: 100%;
	max-height: 100%;
}





/* --- Reproductor de Audio --- */
#reproductor{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#audio {
	width: 100%;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: solid 1px #42454C;
	background: #252223;
	-webkit-box-shadow: 6px 6px 6px -3px rgba(107,107,107,1);
	-moz-box-shadow: 6px 6px 6px -3px rgba(107,107,107,1);
	box-shadow: 6px 0px 6px -3px rgba(107,107,107,1);
	padding: 10px;
}

#playlist {
	width: 100%;
	max-width: 436px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #F2F2F2;
	list-style-type: decimal;
	background: #42454C;
	-webkit-box-shadow: 6px 6px 6px -3px rgba(107,107,107,1);
	-moz-box-shadow: 6px 6px 6px -3px rgba(107,107,107,1);
	box-shadow: 6px 6px 6px -3px rgba(107,107,107,1);
	margin-top: -10px;
	padding: 10px 10px 10px 34px;
}
#playlist .active a {
	color: #5DB0E6;
	text-decoration: none;
	background: #51565C;
}
#playlist li{
	border-bottom: dotted 1px #CCC;
	
}
#playlist li:last-child {
	border-bottom: none;
}

#playlist li a {
	color: #eeeedd;
	background: #42454C;
	padding:5px; 
	display:block;
}
#playlist li a:hover {
	text-decoration: none;
}



/* --- Contacto --- */

label {
	display: block;
	margin-top: 20px;
	letter-spacing: 1px;
}

.formulario {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 510px;
	color: #666666;
	font-family: Arial;
}

form {
	margin:0 auto;
	width: 100%;
	max-width: 400px;
}

input, textarea {
	width: 100%;
	max-width: 380px;
	height: 27px;
	background: #666666;
	border: 2px solid #f6f6f6;
	padding: 10px;
	margin-top: 5px;
	font-size: 14px;
	color: #ffffff;
}

textarea {
	height: 150px;
}

#submit {
	width: 85px;
	height: 35px;
	border: none;
	margin-top: 20px;
	cursor: pointer;
}





/* ---------- FOOTER ---------- */

#footer {
	position: relative;
	clear:both;
	margin-top: -60px;
	height: 60px;
	background: #222;
	color: #FBFBFB;
	text-align: center;
	line-height: 60px;
}