@charset "utf-8";
body{
	background-color:#333;
}

img{
	border-color:#093;
}

a{
	color:#000;
	text-decoration:none;
}
#CAS{
	 font-family:Century gothic;
	font-size:54px;
	color:#060;
	float:none;
}
#wrap {
	position: relative;
	width: 1000px;
	height:auto;
	margin: 0 auto;
	margin-bottom:8px;
	-moz-box-shadow: 0 0 200px #000000;
	-webkit-box-shadow: 0 0 200px black;
	box-shadow: 0 0 200px black;
	background-color:#bebfbc
}/* CSS Document */

#button a:link, A:visited { text-decoration: none }
#button a:hover { text-decoration: underline}
#button a{
	color:#000000;
	font:"Century Gothic";
	font-size:20px;
	display:inline;
	margin-left:15px;
	margin-right:0px;
	float:rigth;
}
p img {
	margin-right:10px;	
	margin-left:10px;
} /* espacio entre el texto y la imagen */
img.right {float: right;} /* Para alinear a la derecha */
img.left {float: left} /* Para alinear a la izquierda */
.nivo-slice {
display:block;
position:absolute;
z-index:50;
height:100%;
}

.nivo-caption {
position:absolute;
left:0px;
bottom:0px;
background:#000;
color:#fff;
opacity:0.8;
width:100%;
z-index:89;
}
.nivo-caption p {
padding:5px;
margin:0;
}

.nivo-directionNav a {
position:absolute;
top:45%;
z-index:99;
cursor:pointer;
}
.nivo-prevNav {
left:0px;
}
.nivo-nextNav {
right:0px;
}

.nivo-controlNav a {
position:relative;
z-index:99;
cursor:pointer;
}
.nivo-controlNav a.active {
font-weight:bold;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0px;
  top: 20px;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: 440px;
  float: none;
  border: 1px;
  }
  #lightbox{
	position: absolute;
	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: 10px;
	}

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


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

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	.cuatro a {
		font-family: Century gothic;
		font-size: 18px;
		font-weight: 400;
		background-color: #CCCCCC;
		text-decoration: none;
		color: #383838;
		background-image: url(ima/dos.png);
		background-repeat:  repeat-x;
		background-position: left top;
		padding: 5px;
		border-top-width: 7px;
		border-top-style: ridge;
		border-top-color: #0C0;
		border-right-color: #0c0;
		border-bottom-color: #0c0;
		border-left-color: #0C0;
		border-right-width: 7px;
		border-bottom-width: 7px;
		border-left-width: 7px;
		border-right-style: ridge;
		border-bottom-style: ridge;
		border-left-style: ridge;
	}

