/***************************************************/
#main-submenu2-galery {
	height:50px;
	width:683px;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	margin:20px 0 0 0;
	padding:0;
}
#main-submenu2-galery #noticias{
	height:43px;
	margin:0;
	padding:0 20px 0 20px;
	text-align:	right;
	background-image: url(../galeria-fotos/images/tit-galeria.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/***************************************************/

/******************************************/
#main-bloquede4 {
margin:0;
height:220;
width:auto;}

#titulo{
	height:40px;
	font-size:1.5em;
	margin-top:10px 0 0 0;
	padding:30px 0 0 10;
	color: #FF9900;
	font-weight:bold;
	border-top-style:dashed;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	vertical-align: middle;
}

#main-bloquede4 p{
	margin:0;
	padding:0 0 0 10;
	color: #666666;
	font-weight:bold;
}

#image1,
#image2,
#image3,
#image4
{
width:152px;
height:159px;
display:block;
float:right;
}

#image1
{
margin-top:10px;
margin-left:11px;
margin-bottom:8px;
border:solid #D7D7D7 6px;
}

#image2
{
margin-top:10px;
margin-left:11px;
margin-bottom:8px;
border:solid #D7D7D7 6px;
}

#image3
{
margin-top:10px;
margin-left:11px;
margin-bottom:8px;
border:solid #D7D7D7 6px;
}

#image4
{
margin-top:10px;
margin-left:0px;
margin-bottom:8px;
border:solid #D7D7D7 6px;
}

#img1, #img2, #img3, #img4
{
width:179px;
height:179px;
display:block;
float:right;
}

#img1
{
margin-top:15px;
margin-left:14px;
}

#img2
{
margin-top:15px;
margin-left:13px;
}

#img3
{
margin-top:15px;
margin-left:14px;
margin-bottom:13px;
}

#img4
{
margin-top:15px;
margin-left:13px;
margin-bottom:13px;
}

#img5
{
display:block;
float:right;
margin-top:0;
margin-left:13px;
margin-bottom:13px;
width:371px;
}

#pop
{
width:400px;
height:400px;
background:#cecece;
text-align:center;
}

#pop img
{
display:block;
border:1px solid #fff;
margin:auto;
margin-top:12px;
}

/**********************************/

#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: 15px;
	}

#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(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(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 15px 10px 15px;
	line-height: 1.4em;
	}

#imageData{
	padding:0 15px;
	}
#imageData h6{margin:0; padding:0;}
#imageData #imageDetails{ width: 75%; float: left; text-align: left; }	
#imageData #caption{}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 67px; height:21px; float: right;  padding-bottom: 1em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 700px;
	background-color: #333300;
	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 */
	}	
