/*
Diseño de pagina
*/

body {
	margin: 0;
	padding: 0;
	background: #0D0D0D url(images/img1n.gif) repeat-y center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

h1, h2, h3 {
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #FF941D;
}

h2 { font-size: 24px; }
h3 {
	font-size: 18px;
}

p, ol, ul, blockquote {
	line-height: 24px;
}

a {

	text-decoration: none;
	color: #BFBFBF;
}

a:hover {
	border: none;
	color: #999999;
}

strong {
	color: #8D8C8C;
}




/* Thumb */

.thumb { 
		BORDER-RIGHT: #2a2a2a 1px solid; 
		PADDING-RIGHT: 3px; 
		BORDER-TOP: #2a2a2a 1px solid; 
		PADDING-LEFT: 3px; 
		FLOAT: inherit; 
		MARGIN-BOTTOM: 10px; 
		PADDING-BOTTOM: 3px; 
		BORDER-LEFT: #2a2a2a 1px solid; 
		MARGIN-RIGHT: 10px; 
		PADDING-TOP: 3px; 
		BORDER-BOTTOM: #2a2a2a 1px solid; 
		BACKGROUND-COLOR: #222;}



/* Posts */

.post {
	margin-bottom: 9px;
	padding: 20px 40px 20px 60px;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #1F1F1F;
	background: url(images/img1.gif) repeat-y -100px 0px;
	background-image: url(images/img1n.gif);
	background-repeat: repeat-y;
	background-position: -100px 0px;
}

.post h2, .post h3 {
	margin-left: -40px;
}


.post li{
margin-top:10px;}








/* Header */

#header {
	width: 750px;
	height: 200px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 36px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 192px;
	font-size: 16px;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #FFFF52;
}


/* Content */

#content {
	width: 742px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	float: left;
	width: 180px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 20px;
	list-style: none;
}
#colOne ul li ul {
	padding-left: 30px;
}


#colTwo {
	float: right;
	width: 540px;
}
#colTres {
	float: right;
	width: 270px;
}
.post h3 a {
	color: #FF941D;
	padding-left: 15px;
}
#colcuatro {
	float: right;
	width: 270px;
}


/* Footer */

#footer {
	clear: both;
	width: 742px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #999999;
}


/*
Diseño de Lightbox
*/

#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(images/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(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{ 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;
	}

