/*

	Sterile 1.0
	
*/

/* Main Layout
------------------------------ */
body {
	background: #DCE4D1 url(/images/bg_page_gallery.jpg);
	background-repeat: repeat-y;
	background-position: center  +135px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#header {
background: #DCE4D1 url(/images/bg_header.gif) repeat-x top left;
height: 135px;
}

#header_content h1  {
padding: 0px;
margin: 0px;
float: left;
}


#header_content h1 a {
width: 208px;
height: 102px;
display: block;
text-decoration: none;
background: url(/images/logo_ixpanpajul.gif) no-repeat 0 0;
text-indent: -9000px;
padding: 0px;
margin: 0px;
}

#header_content {
	color: #fff;
	width: 900px;
	padding: 0px;
	height: 102px;
	margin:0 auto 0 auto;
}

.header_image1 {
	background: url(/images/bg_animal_reptil.jpg) no-repeat top right;
}

.header_image2 {
	background: url(/images/bg_animal_guacamaya.jpg) no-repeat top right;
}

.header_image3 {
	background: url(/images/bg_animal_caballo.jpg) no-repeat top right;
}

#main {
	text-align: left;
	margin: 40px auto 5px auto;
	padding: 0;
	width: 700px;
	background: #F6F1E6;
}
#credit {
	margin: 0 auto 40px auto;
	width: 680px;
	font-size: 9px;
	color: #AAA;
	text-align: right;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #9C3;
}
#credit a:hover {
	color: #7A2;
	text-decoration: none;
}
#gallerytitle {
	padding: 2x;
	background: #F6F1E6;
	border-bottom: 2px solid #D7CFBE;
}
#padbox {
	padding: 20px;
}


/* Text Styles
------------------------------ */
body {
	font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;;
	color: #333;
}
h2 {
	font: normal 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}
h2 a:link, h2 a:visited {
	color: #993300;
	text-decoration: none;
}
h2 span {
	color: #AAA;
}
h2 a:hover {
	color: #000;
	text-decoration: none;
}
h3 {
	font: normal 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}
h4 {
	font: normal 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}


/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: none; color: #993300; }
a:hover, a:focus { text-decoration: underline; color: #000; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #444;
	margin: 0 0 12px 0;
	padding: 0;
	color: #444;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* Page Navigation
------------------------------ */
pagelist {
	padding: 10px 20px 5px 20px;
}
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #AAA;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 7px;
	margin: 16px;
	line-height: 0px;
	background: url('img-bg.gif') top left no-repeat;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	padding: 5px;
}


/* Album Thumbnails
------------------------------ */
.album {
	margin: 0 15px 15px 0;
	float: left;
	width: 315px;
}
.album .imagethumb a {
	margin: 0;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 100%;
}
.album p {
	margin: 0 0 0px 0;
	font-size: 11px;
}
.albumdesc {
	float: right;
	width: 205px;
	padding: 6px 0 0 0;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
.imgdesc {
	padding: 20px 0 10px 0;
}
#image {
	text-align: center;
	line-height: 0;
}

#image img{
border: 4px solid #000;
border-bottom: 14px solid #000;

}
.imgnav {
	float: right;
	width: 150px;
	text-align: center;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	font: normal 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	text-decoration: none;
	color: #993300;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-decoration: none;
	color: #000;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 5px;
	border: 1px solid #DDD;
	background: #FFF;
	margin-bottom: 5px;
}
.commentmeta {
	margin-bottom: 5px;
	color: #AAA;
	font-size: 9px;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
label {
	cursor: pointer;
}


/*-- Styles Theme Ixpanpajul --*/
#navigation {
 width: 790px;
 color: #222;
 padding: 0px;
 margin:0 auto 0 auto;
}


/*--  Menu Header --*/
#menu_footer {
padding-bottom: 15px;
color: #fff;
width: 770px;
margin: 0 auto 0 auto;
}

#menu_footer a {
padding-bottom: 20px;
color: #fff;
text-decoration: none;
padding: 2px;
font-weight: bold;
font-size: 12px;
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, sans-serif;
margin-right: 20px;
}

#menu_footer a:hover {
padding-bottom: 20px;
color: #000;
text-decoration: none;
padding: 2px;
background-color: #fff;
}

/*-- Menu Header --*/
#menu_header {
width:770px; font-family: verdana, arial, sans-serif; font-size:11px;
text-align: center;
}
#menu_header ul {
padding:0;margin:0;list-style-type:none;
}
#menu_header ul li {
float:left; position:relative;
margin-right: 6px;
}
#menu_header ul li a, #menu_header ul li a:visited {
float:left; display:block; 
text-decoration:none;
color:#fff; 
padding:0px 0px; 
line-height:32px; 
height:30px;
background: url(/images/bg_menu.gif);
background-repeat: no-repeat;
background-position: top;
width: 90px;
text-align: center;
font-weight: bold;
font-size: 12px;
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, sans-serif;
}



#menu_header ul li:hover {width:auto;}

#menu_header ul li a.menu_top:hover {
color:#fff;
background: url(/images/bg_menu_over.gif) no-repeat top left;
}
#menu_header ul li:hover a.menu_top {
color:#fff;
background: url(/images/bg_menu_over.gif) no-repeat top left;
}
#menu_header ul li a.menu_top {
color:#fff;
background: url(/images/bg_menu.gif) no-repeat left;
}


#menu_header ul li ul {
display: none;
}
#menu_header table {
margin:0; border-collapse:collapse; 
font-size:11px; 
position:absolute; 
top:0; left:0;
}

/* specific to non IE browsers */
#menu_header ul li:hover ul {
display:block;
position:absolute;
top:28px;
margin-top:1px; 
left:0;
width:134px;
border-bottom:1px solid #57750D;
}
#menu_header ul li:hover ul.endstop {
left:-92px;
}
#menu_header ul li:hover ul li ul {
display: none;
}
#menu_header ul li:hover ul li a {
display:block;
background:#698916;
color:#fff;
height:auto;
line-height:15px;
padding:2px 6px; 
width:120px; 
border:1px solid #57750D; 
border-bottom:0;
text-align: left;
}
#menu_header ul li:hover ul li a.drop {
background:#000;
}
#menu_header ul li:hover ul li a:hover {
color:#fff; background: #000;
}
#menu_header ul li:hover ul li a:hover.drop {
background: #ccd 3px 8px;
}
#menu_header ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-1px;
}
#menu_header ul li:hover ul li:hover ul.left {
left:-153px;
}



/* specific to IE5.5 and IE6 browsers */

#menu_header ul li a:hover ul {
display:block;
position:absolute;
top:28px; t\op:30px; 
left:0;
}

#menu_header ul li a:hover ul.endstop {
left: -92px;
}
#menu_header ul li a:hover ul li a {
display:block;
background:#698916;
color:#fff; 
height:1px; 
line-height:15px; 
padding:2px 6px; 
width:154px; 
w\idth:120px; 
border:1px solid #57750D; 
border-bottom:0;
text-align: left;
}
#menu_header ul li a:hover ul li a.drop {
background:#000; 
padding-bottom:4px;
}
#menu_header ul li a:hover ul li a ul {
visibility:hidden;
position:absolute; 
height:0; 
width:0;
}
#menu_header ul li a:hover ul li a:hover {
color:#fff; background: #000;
}
#menu_header ul li a:hover ul li a:hover.drop {
 background: #ccd;
}
#menu_header ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0;color:#000; left:153px;
}
#menu_header ul li a:hover ul li a:hover ul.left {
left:-153px;
}

#footer { 
 clear: both;
 color: #fff;
 background: #000;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 padding-bottom: 20px;
 padding-top: 20px;
 background: #000 url(/images/bg_footer.gif) top repeat-x;
 height: 80px;
 text-align: center;
 width: 100%;
 margin-top: 20px;
}

#footer .info{ 
color: #fff;
width: 770px;
margin: 0 auto 0 auto;
text-align: center;
border-top: 1px solid #232323;
padding-top: 4px;
}

#footer .web_info {
width: 770px;
margin: 0 auto 0 auto;
color: #FFFFFF;
font-size: 11px;
text-align: right;
padding-top: 10px;

}

#footer .web_info a{
color: #FFFFFF;
font-size: 11px;
text-decoration: none; 
}

#footer .web_info a:hover{
color: #FFFFFF;
font-size: 11px;
text-decoration: underline; 
}


