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

body {
background-color: #000000;
background-image: url(img/bg.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center top;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #FFFFFF;
font-weight:bold;
}

h1 {
display:none;
}

h2 {
font-size:medium;
color: #FF9900;
padding-left: 15px;
padding-top: 5px;
}

p {
line-height: 1.3em;
}

a  {
text-decoration:none;
}

a:link {
color: #FFFFFF;
}

a:visited {
color: #CCCCCC;
}

a:hover {
color: #FFCC66;
}

img {
border: 0;
}

/* contenedores */

#container{
width: 780px;
margin: 0 auto;
}

#cabecera{
width: 780px;
height:80px;
border-bottom:#666 solid 1px;
background-image: url(img/cabecera.jpg);
background-repeat: no-repeat;
background-position: left bottom;
text-align:right;
}

#cabecera li{
list-style: none;
padding-right: 15px;
margin-top: 5px;
}

#lateral{
width: 200px;
float: left;
border-left:#666 solid 1px;
}

#lateral ul{
margin-left: auto;
margin-right: auto;
padding-left: 10%;
text-align:left;
}

#lateral li{
list-style-type: none;
padding: 6px;
text-transform:uppercase;
font-size:smaller;
background-image: url(img/pastilla.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}

#cuerpo {
width: 560px;
float: right;
text-align:left;
}

#seccion {
width: 275px;
float: left;
height: 130px;
margin-top: 15px;
background-image:url(img/baseredonda.jpg);
opacity: 0.8;
text-align:left;
}

#subseccion {
margin-top: -10px;
}

#subseccion li{
list-style:decimal;
}

#foto {
width: 275px;
float: right;
height: 130px;
background-image:url(img/baseredonda.jpg);
margin-top: 15px;
}

#intro {
width: 560px;
clear:both;
margin-top: 20px;
}

#contenidotop {
clear: both;
width: 560px;
height: 10px;
border-top:#000 solid 10px;
}

#contenido {
width: 540px;
clear:both;
padding:10px;
background-color:#333;
}

#contenido a{
color:#FF9900;
}

#contenido a:hover{
color:#FFCC00;
}

#submenu{
float:right;
position:relative;
bottom: -10px;
}

#submenu ul li{
list-style:square;
}

#submenu ul{
margin: 0;
padding: 0;
}

#submenu li{
float: left;
padding-right: 25px;
}

#galeria ul li{
list-style-type: none;
float:left;
margin-right: 5px;
padding: 5px;
border: #CCC solid 1px;
margin-bottom: 5px;
}

#secciones{
border-bottom: #CCC 1px solid;
height: 26px;
}


/* particulares */

.enlacedestacado {
color: #FF9900;
}

.enlacedistri {
text-decoration:underline;
}

.enlacedestacado a {
color: #FF9900;

}

.enlacedestacado a:hover{
color: #FFCC00;
}

.enlacecaja {
float: left;
margin-right: 5px;
padding: 5px;
display: block;
border: #CCC 1px solid;
}

.enlacecaja li {
list-style: none;
}

.enlacecajaActivo {
float: left;
margin-right: 5px;
padding: 5px;
display: block;
border: #CCC 1px solid;
border-bottom: #333 1px solid;
}

/* galeria*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#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: 100%;
	background: transparent url(galeria/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(galeria/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(galeria/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{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
