/* CSS Document */
BODY { 
background : #4D5530;
background-image: url(images/miga.gif);  
font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
background-attachment: fixed;  }

/* inicio /////////////// */
#contenedor_grande{
position: absolute;
top: 0px;
left: 50%;
margin-left: -400px;  
width: 800px;
height : 1300px; 
background-color : #fff;
border-left: 1px solid #E0E1D1;
border-right: 2px solid #E0E1D1;
z-index:1;}

#video{
position: relative;
left: 0; 
width: 540px; 
float: left;
margin: 10px;
background-color : #fff;
z-index:2;}

#contenedor_video{
position: relative;
left: 0; 
width: 450px; 
float: left;
margin-left: 30px;
padding-left:50px;
margin-top: 30px;
background-color : #ccc;
z-index:5}

#texto{
position: relative;
left: 0; 
width: 500px; 
float: left;
margin-left: 30px;
margin-top: 30px;
text-align:justify;
background-color : #fff;
z-index:8;}

#booking{
position: relative; 
background : #fff;
width: 150px; 
float: right;
padding: 0 5px;
margin: 15px 0px;
text-align: center;
font-size: 7pt;}

.email{ 
background : #4D5530;
color: #fff;
width: 120px; 
text-align: left;
font-size: 7pt;}
.email_bt{ 
background : #E0E1D1;
width: 120px; 
text-align: left;
font-size: 7pt;}

A:LINK{color: #CC9933;}
A:ACTIVE{color: #CC9933;}
A:VISITED{color: #666;}
A:HOVER{color: #000;}

h1{font-size: 8pt; color:#4D5530; font-weight:bold; background: #E0E1D1;}
h2{font-size: 8pt; color:#E0E1D1; background: #4D5530; font-weight:bold;}
h3{font-size: 7pt; text-align: center;}

.enunciado{color: #fff; background: #CC9933; padding: 1px;}
.bold{ font-weight:bold;}
.cursiva{ font-style:italic;}  


/* ligthbox ----------------------------------------------------------------------------------- \*/

#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
