body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

p {
  line-height: 1.5em;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: transparent;
  color: #fff;	
  padding: 0.5em;
}

/*ul#menu li a:hover {
  background: #000;
}*/

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }

//-------------------Estilo creado para el menu superior----------------//


#todo {
 width:100%;
 height:100%;
 background: #67DF32;
 
}


#menusuperior{
	position:relative;
	top:50px;
	left:0;
	height:30px;
	width:80%;
  background: #67DF32;
  color: #00491B;	
	opacity:.65;
	-moz-opacity:.65;
	filter:alpha(opacity=65);

}

#menusuperior table {
	position:relative;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	list-style-image: none; 
	left:0;
	height:30px;
  background: #67DF32;
  color: #00491B;	
	opacity:.65;
	-moz-opacity:.65;
	filter:alpha(opacity=65);

}

#menusuperior tr td {
	display: inline;
	height:30px;
  background: #67DF32;
  color: #00491B;	
	opacity:.65;
	-moz-opacity:.65;
	filter:alpha(opacity=65);


}

#menusuperior td  a :hover {
  background: #67DF32;
  color: #00491B;	
	opacity:.95;
	-moz-opacity:.95;
	filter:alpha(opacity=95);

}


#contenidofotos3{
 position:absolute;
 background-color:black;
 opacity:.25;
 -moz-opacity:.25;
 filter:alpha(opacity=25);
 height:60px;
 width:90%;
}


#fotos13{

 position:absolute;
 top:10px;
 width:80%;
 
}


#contenidomenus2{
	position:relative;
	top:50px;
	left:0;
	z-index:2;
  background: #67DF32;
  color: #00491B;	
	opacity:.95;
	-moz-opacity:.95;
	filter:alpha(opacity=95);

}

#contenidomenus2 p{
	position:relative;
	top:50px;
	left:0;
	z-index:2;
  background: #67DF32;
  color: #00491B;	
	opacity:.95;
	-moz-opacity:.95;
	filter:alpha(opacity=95);

}



//---------------lightbox ------------//

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
