/*

	Copyright 2008 
      
*/

/*//////////////////////////////////////////////////////////////////////////////////////////////// BODY */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////// INDEX */

.div_central{
	position:absolute;
	width: 100%;
	bottom: 0px;
}

.div_fundo{
	width: 1500px;
	height: 572px;
	background-image: url("../MEDIA/fundo.jpg");
	background-repeat: no-repeat;
	z-index: 3;
}

#contiudo{ 
	position:relative; 
	overflow:hidden;
	width: auto;
	height: 784px;
}

.div_logo{
	position: relative;
	width: 140px;
	height: 140px;
	top: 94px;
	left: 130px;
	background-image: url("../MEDIA/logo.gif");
	background-repeat: no-repeat;
	z-index: 4;
}

.div_grande{
	position: absolute;
	width: 2500px;
	height: 570px;
	top: 210px;
	left: 20px;
	z-index: 2;
}

#div_menu{
	position: absolute;
	top: 310px;
	left: 14px;
	width: 110px;
	height: 130px;
	-moz-opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	background:#FFFFFF;
	z-index: 10;
}

.menu:hover{
	background-color:#e3dfd8;
}

.menu:active{
	background-color:#e3dfd8;
}

.div_foto,.div_music,.div_video,.div_agenda,.div_contactos{
	margin-top: 280px;
	width: 470px;
	height: 410px;
	margin-left: 100px;
	z-index: 1;
}

.div_bio{
	margin-top: 280px;
	width: 680px;
	height: 430px;
	margin-left: 200px;
	z-index: 1;
}

.div_foto{
	margin-top: 150px;
	height: 628px;
}


.text{
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7b693f;
}

.text a{
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7b693f;
	text-decoration: none;
}

.text a:hover{
	background-color:#e3dfd8;
}

.text a:active{
	background-color:#e3dfd8;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////// CONTACTOS */

.form1{
	font: 11px Arial, Helvetica, sans-serif;
	color: #00000;
	width: 390px;
	height: 16px;
	background-color: #e3dfd8;
	border: 1px solid #FFFFFF;
	padding: 2px 0px 0px 4px;
}

.form2{
	font: 11px Arial, Helvetica, sans-serif;
	color: #00000;
	width: 390px;
	height: 90px;
	background-color: #e3dfd8;
	border: 1px solid #FFFFFF;
	padding: 2px 0px 0px 4px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// LIGHTBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 50%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ position: absolute; top:-24px; left:10px; outline: none; z-index:150;}
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px;}