@charset "utf-8";
/* CSS Document */
BODY { 
	   background: #000 url('images/cover03.jpg') no-repeat top left; 
	   padding: 0px; 
	   margin: 0px;   
	   font-family: 'Verdana'; font-size : 12px; color : #7f8991;}

#acceso {
	position: absolute;
	top: 500px;
	left: 430px;
	text-align: left;
	}
img { 
	border: 0;  
	}

#scroll {
		position: absolute;
		top: 25px;
		left: 300px;
   		width:440px;
  		height:320px;
     	background-color:#000;
	 	filter:alpha(opacity=80); 
   		-moz-opacity: 0.80; 
   		opacity: 0.80; 
		overflow:auto;
		border: 1px dotted #000;
}
/* General Links */
a:link { text-decoration : none; color : #3399cc; border: 0px;} 
a:active { text-decoration : underline; color : #3399cc; border: 0px;} 
a:visited { text-decoration : none; color : #3399cc; border: 0px;} 
a:hover { text-decoration : underline; color : #999933; border: 0px;} 

/* Gallery List */
.galleryList { width: 405px; float: left; padding-left: 10px; margin: 0px; position:relative;}

/* Gallery */
.gallery { float: left; padding: 0; margin: 0px; }

.gallery ul { padding: 0px; margin: 0px;}
.gallery ul li { FLOAT: left; MARGIN: 5px 0px; padding-right: 10px; LIST-STYLE-TYPE: none; display: inline;  }
.gallery ul li ul {}
.gallery ul li ul li {padding: 0px; margin: 0px; }

.gallery span { float: left;}
.gallery span img { border: none; margin: 3px; padding: 1px;}

.gallery .normal { background: #0f0f0f; float: left; padding: 3px; width: 395px;  border-bottom: 1px dotted #b39051;}
.gallery .normal big a { color: #fff; text-decoration: none;}
.gallery .normal small a { color: #acb97f;}
.gallery .normal img { background: #fff; border: none; margin: 2px; padding: 1px;}
.gallery .normal big p { font-family: 'Arial'; margin: 0px; padding: 0px 0px 10px 0px; font-size: 9px; font-weight: bold; letter-spacing: 0px;}

.gallery .active { background: #1e1e1e; float: left; padding: 3px;  width: 395px;  border-bottom: 1px solid #4e4e4e;}
.gallery .active big a { color: #b39051; text-decoration: none;}
.gallery .active small a { color: #4b8cb4; text-decoration: none;}
.gallery .active img { background: #fff; border: none; margin: 2px; padding: 1px;}
.gallery .active big p { font-family: 'Arial'; margin: 0px; padding: 0px 0px 10px 0px; font-size: 9px; font-weight: bold; letter-spacing: 0px; color: #fff;}

.gallery span big, small { float: left; font-family: 'tahoma'; font-weight: normal;  }
.gallery span big { width: 250px; font-size: 11px;  padding: 18px 10px 0px 6px;  line-height: 12px;  }
.gallery span small { font-family: 'Arial'; width: 45px; font-size: 28px; line-height: 28px; letter-spacing: -3px; padding-top: 16px; text-align: center;  }



