body {
margin:0;
padding:0;
text-align:center;
}

#banner {
height:270px;
margin-bottom:18px;
width:850px
}

#contenedor {
margin:33px auto 0 auto;
width:850px
}

#contenido {
float:left;
text-align:justify;
width:610px
}

table {
margin: 0px;
}


#derecha {
float:right;
width:222px;
min-height:192px;
height:auto !important;
height:192px;
text-align:center;
}

#pie {
background:url('img/footer_bg.gif') repeat-x #fff;
color:#0C6186;
font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
height:50px;
padding-top:10px;
text-align:center
}

.blue {
color:#0C6186;
font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
margin:5px 0 0;
padding:0
}

.center {
text-align:center
}

.clear {
clear:both
}

.form {
color:#003;
font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align:center
}

.inerform {
color:#0C6186;
font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align:center
}

.inerform2 {
color:#0C6186;
font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif
}

.peque {
color:#003;
font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align:center
}

.tre {
color:#003;
font:13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align:justify
}

.trenegritacenter {
color:#003;
font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align:center
}

a img {
border:2px solid #fff
}

a:active,a:hover {
color:#f4ae00;
text-decoration:none
}

a:hover img {
border:2px solid #3495bc
}

a:link,a:visited {
color:#0055a5;
text-decoration:none
}

a.blue {
text-decoration:underline;
font-weight:800;
}

body {
background:#fff url('img/bg.gif') repeat-x;
color:#000;
font:normal 62.5% "Lucida Sans Unicode",sans-serif
}

strong {
font-weight:800
}

/*LIGHTBOX*/
#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(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;background: url(img/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right;background: url(img/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover {  }


#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=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.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 */
	}	
	
#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
	width:100%;
	height: 100%;
	filter:alpha(opacity=70);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5	
}

#boxes #dialog {
	display:none;
	z-index:9999;
	position:absolute;
	top:150px;
	left:0;
}

