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

body{
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:100%;
	background-image:url(img/trama_superior.png);
	background-repeat:repeat-x;
	text-align:center;
}


#wrapper{
	min-height:560px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:2;
}

.yo{
	position:absolute;
	right:50px;
	top:100px;
	z-index:1;
}




/* -------------  CABECERA  ------------ */

#header{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:980px;
	height:65px;
}

.nom_artist{
	float:left;
	position:relative;
	top:40px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:20px;
	letter-spacing:0.02em;
}

a{ text-decoration:none; }



/* ------ IDIOMAS ------ */
.lang{
	width:100%;
	height:20px;
	padding-top:10px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:10px;
}

.lang td{
	padding:0px 0px 0px 5px;
	vertical-align:middle;
}

.lang .select {
	color:#666666;
	text-decoration:none;
}

.lang .select:hover {
	color:#d3225c;
	text-decoration:none;
}

.lang .select:active {
	color:#d3225c;
	text-decoration:none;
}




/* ------ MENU ------ */
.menu {
	width:300px;
	height:auto;
	/*border:#6FF solid 1px;*/
	margin-top:15px;
	float:right;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:11px;
	position:absolute;
	margin-left:685px;
	z-index:1000000;
}

.menu li{
	width:78px;
	float:left;
	text-align:left;
/*	border:#F00 solid 1px; */
}

.menu .work{
	width:64px;
	float:left;
}

.menu .work .ac-menu li{
	width:100px;
	float:none;
	margin-left:15px;
}

.menu .select {
	display:block;
	color:#666666;
	text-decoration:none;
}

.menu .select:hover{
	color:#d3225c;
	text-decoration:none;
}

.menu .select:active{
	color:#d3225c;
	text-decoration:none;
}

.menu li a:visited{
	color:#666666;
	text-decoration:none;
}

.menu li ul{
	display:none;
	min-width:90px;
	background-color:#FFF;  /* Define color de fondo de las celdas de los submenús */
}

.menu li:hover ul{  /*--- Estilo para desplegar el menú 'Trabajo' ---*/
	display:block;
}

.menu li ul li{
	padding-top: 10px;
}


.menu .work .ac-menu .sub-menu li{
	margin-left:0px;
}



/* SUBMENU ACORDEON */

ul.ac-menu{
	margin-top:10px;
	margin-left:15px;
	border-left:#999 solid 1px;
}

.ac-menu li {
	list-style: none;
	width:79px;
	height:auto;
/*	border:#0CF solid thin;*/
}


/* Accordian Style */
.ac-menu li > a {
	display: block;
	position: relative;
	min-width: 79px;
	text-align: left;

	color: #d3225c;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:10px;
	text-decoration: none;
}



/* Sub-Menu */
.sub-menu li a {
	color: #666666;
}


/* Funcion Acordeon */

.ac-menu li > .sub-menu {
	height: 0;
	overflow: hidden;

	-webkit-transition: height .2s ease-in-out;
	-moz-transition: height .2s ease-in-out;
	-o-transition: height .2s ease-in-out;
	-ms-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out;
}

.ac-menu li:hover > .sub-menu.one {  /* --- Este estilo define la altura de despliegue de cada submenú: 180 px con todos los subapartados activos ---*/
	height: 55px;
}

.ac-menu li:hover > .sub-menu.two {  /* --- Este estilo define la altura de despliegue de cada submenú: 180 px con todos los subapartados activos ---*/
	height: 75px;
}

.ac-menu li:hover > .sub-menu.three {  /* --- Este estilo define la altura de despliegue de cada submenú: 180 px con todos los subapartados activos ---*/
	height: 100px;
}



/* -------------  CONTENIDO  ------------ */


#content{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:auto;
	min-height:560px;
/*  background-color:#CCC;*/
}

#content h1 {
	font-family:'Source Sans Pro', sans-serif;
	font-size:18px;
	color:#f23534;
	letter-spacing:0.1em;
}

#content p {
	font-family:'Source Sans Pro', sans-serif;
	font-size:15px;
	text-align:left;
	color:#666666;
	line-height:19px;
}

#content a {
	color:#333333;
	text-decoration:none;
}

#content a:hover {
	color:#999999;
	text-decoration:underline;
}

#content .text{
	width:380px;
/*	margin-right:20px;*/
/*	min-width:200px;
	max-width:450px;*/
	float:left;
	position:relative;
	top:50px;
	text-align:left;
/*	border:#F00 thin solid;*/
}

#content .text p{
	font-family:'Source Sans Pro', sans-serif;
	font-size:15px;
	text-align:left;
	color:#666666;
	line-height:19px;
}

#content .box{
	margin-left:2px;
	margin-top:10px;
	width:auto;
	float:left;
}



/* -------------  BIOGRAPHIE  ------------ */

#content .bio{
	min-height:1820px;
	text-align:left;
}

#content .bio .expos h1{
	font-family:'Source Sans Pro', sans-serif;
	font-size:20px;
	font-weight:400;
	color:#d3225c;
	letter-spacing:1px;
}

#content .bio p{
	font-family:'Source Sans Pro', sans-serif;
	font-size:14px;
	color:#666666;
	line-height:20px;
}

#content .bio .foto{
	margin-top:40px;
	float:left;
}

#content .bio .expos{
	margin-top:40px;
	margin-left:30px;
	float:left;
}



/* -------------  PIE DE PÁGINA  ------------ */

#footer{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:100px;
	float:none;
/*	border:#F90 solid 1px;*/
}

#footer a:link{
	color:#666666;
	text-decoration:none;
}

#footer a:hover{
	color:#666666;
	text-decoration:underline;
}

#footer hr{
	color: #161616;
	background-color: #161616;
	width:100%;
	height: 1px;
	border:none;	
}

#footer p{
	text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#666666;
}



/* -------------  VIDEOS  ------------ */

#content .video{
	width:990px;
	float:none;
	margin-left:0px;
}




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

#carousel {
	width:590px;
	height:650px;	
	margin:0 auto;
	overflow:hidden;
	float:right;
/*	border:#F00 solid 1px;*/
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:absolute;
	top:100px;
	width:450px;
	height:530px;
/*	border:1px solid #ccc;*/
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:absolute;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
/*	width:750px;*/			
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:450px;
	height:530px;	
	float:left;
}

#slides li img {
	position:relative;
	top:-10px;
	padding:0px;	
}

/* Styling for prev and next buttons */
#buttons {
	float:right;
	position:relative;
	top:480px;
	right:0px;
/*	border:#F00 solid 1px;*/
}

#buttons a {
	display:block; 
	width:58px; 
	height:44px;
	text-indent:-999em;
	float:left;
	outline:0;
/*	border:#0F0 solid 1px;*/
}

a#prev {
	background:url(img/arrow.gif) 0 -48px no-repeat; 
}

a#prev:hover {
	background:url(img/arrow.gif) 0 -2px no-repeat;
}

a#next {
	background:url(img/arrow.gif) -48px -48px no-repeat; 
}

a#next:hover {
	background:url(img/arrow.gif) -48px -2px no-repeat;
}

.clear {clear:both}



