* {
    padding: 0;
    margin: 0;
} 
.Estilo1 {font-size: 19px}
a:link {
	text-decoration: none;
}
body {
background: #0099ff;

font-family: Arial;
font-size: 16px;
line-height: 22px;
color: #333333;
cursor:url("cursor.ico");
}

img { border: none; }
a { color: #2B9B0B;  }
a:hover { text-decoration: none; color : #000; }

#wrap {
margin: 10px auto 0 auto; 
width: 835px;
}

#header { 
padding-bottom:0;
}
#header h1 {
font-size: 36px;
font-weight: 100;
letter-spacing: -3px;
padding: 0 0 0 0px;
text-decoration:none;
}
#header h1 a {
color: #fff;
text-decoration: none;
}

#menu {
height: 48px;
line-height: 48px;
background: #2B9B0B url(imagenes/menu.jpg) no-repeat;
}
#menu ul {
padding-left: 9.5px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: none;
}

#content {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #525252;
	background-image: url(imagenes/content.jpg);
	background-repeat: repeat-y;
}

.left {
width: 795px;
float: left;
text-align: justify;
}
.left h2 {
color: #26990A;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
width: 150px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 12px;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#top {
background: #555 url(imagenes/top.jpg) no-repeat;
padding: 5px 0;
}
#bottom {
background: #555 url(imagenes/bottom.jpg) no-repeat;
padding: 6px 0;
}

#footer {
text-align: center;
color: #eee;
font-size: 11px;
padding: 0px 20px 5px 0px;
}


#footer_per {
text-align: center;
padding: 0px 0px 0px 16px;
}

.Estilo71 {color: #FFFFFF}
.Estilo81 {
	font-size: 11px;
	color: #eee;
}






#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;	
}