*{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
html, body { margin: 0; padding: 0; height: 100%; width: 100%; }

body {
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	background-position:right bottom;
	background-color: #000000;
	}

/*Contenedor principal*/
div#contenedor {
	width: 900px;
	}
div#texto  li  a, a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FDDFDF;
	text-align: left;
}
#texto {
	width: 350px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 100px;
	margin-left: 20px;
}


#texto  a, a:link, a:visited, a:active {
	color: #E23534;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	}
#texto  a:hover {
	color:#FFFFFF;
	}


#texto2 {
	width: 780px;
	height: auto;
	float: left;
	text-align: left;
	margin-right: 30px;
	margin-top: 35px;
	margin-left: 20px;
}
#texto3 {
	width: 480px;
	height: 445px;
	float: right;
	text-align: left;
	margin-right: 30px;
	margin-top: 410px;
	margin-left: 20px;
}
#imag {
	height: 412px;
	width: 135px;
	margin-right: 24px;
	float: left;
}



.capital {
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
}
#galeria_con {
	width: 420px;
	height: 270px;
	float: right;
	text-align: left;
	margin-right: 30px;
	margin-top: 50px;
	margin-left: 300px;
}
#galeria_con_ima {
	width: 316px;
	height: 53px;
	float: right;
	text-align: left;
	margin-left: 100px;
}
#galeria_con_galeria {
	width: 105px;
	height: 74px;
	float: right;
	text-align: left;
	margin-top: 30px;
	margin-left: 20px;
}
#menu {
	width: 300px;
	height: 250px;
	float: left;
	text-align: left;
	margin-right: 30px;
	margin-top: 360px;
	margin-left: 40px;
}


#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; }
#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-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: auto;
	line-height: 1.5em;
	overflow: auto;
	width: 100%;
}

#imageData{
	padding:0 10px;
	color: #580C0E;
}
#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; outline: none;}	 	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #39090A;
}

