#menu5 a {
	text-decoration: none;
	display: block;
	text-transform: none;
	float: left;
	transition:All 0.3s ease-out ;

}
ul{
	list-style-type: none;
	padding: 0px;

	
	}
#menu5 a:hover {
	opacity: 0.55;
	transition:All 0.3s ease ;
	padding-top: 5px;
	
}

p{
	font-family: 'Open Sans', sans-serif, Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #856343;
	line-height: 22px;
	text-align: justify;
	}
	
	
#cerrar ul {
	display: block;	
}

#cerrar a {
	display: block;
	float: right;
	
}

#cerrar a:hover {
	opacity: 0.55;
	transition:All 0.5s ease;	
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 420px;
	padding: 2em;
	padding-bottom: 50px;
	border: 1px solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
	margin-top:-210px; 
    margin-left:-300px;
	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
