/* --------- /stylesheets/style.css --------- */ 
html {
	height:100%;
}
body {
	font: 85% Arial, Helvetica, sans-serif;
	background: #666666;
	height:100%;
	color:#ffffff;
	/*background-image:url(/stylesheets/fondoalieefinalfinal.png);*/
	background-image:url(/stylesheets/back.png);
	background-repeat:repeat-x;
	background-color:#E3B7E3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height:100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a{
	color:#342030;
	font-weight:bold;
}
.oneColFixCtr #container {
	width: 794px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*height:502px;*/
	/*height:auto;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
	width:900px;
	height:345px;
	display:block;
	clear:both;
	margin-left:-35px;
}
#leffet{
	background-image:url(/stylesheets/header.png);
	
}
#menu {
	background-image:url(/stylesheets/bgmiddle.png);
	width: 800px;
	float:left;
	margin-top:-145px;
	padding-top:150px;
}
#alizee {
	background-image:url(/stylesheets/alizee.png);
	background-repeat:no-repeat;
	width:208px;
	height:355px;
	position:relative;
	float:left;
	z-index:12;
	cursor:pointer;
}
#jeremy {
	background-image:url(/stylesheets/jeremy.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:172px;
	height:261px;
	float:left;
	position:relative;
	margin-left:-17px;
	padding-top:5em;
	z-index:11;
	cursor:pointer;
}
#torre {
	background-image:url(/stylesheets/torre.png);
	width:182px;
	height:316px;
	float:left;
	background-repeat:no-repeat;
	padding-top:1.5em;
	background-position:bottom;
	margin-left:-40px;
	position:relative;
	z-index:10;
	cursor:pointer;
}
#foro {
	background-image:url(/stylesheets/foro.png);
	width:145px;
	height:263px;
	float:left;
	background-repeat:no-repeat;
	padding-top:4.5em;
	background-position:bottom;
	margin-left:-30px;
	position:relative;
	z-index:9;
	cursor:pointer;
}
#banner {
	background-image:url(/stylesheets/alizeebanner.png);
	width:297px;
	height:320px;
	float:left;
	background-repeat:no-repeat;
	padding-top:1em;
	background-position:bottom;
	margin-left:-20px;
	position:relative;
	z-index:8;
	cursor:pointer;
}
#derecha {
	/*background-color:#FF0000;*/
	width:150px;
	margin-left:2em;
	display:block;
	float:left;
}
#centro {
	/*background-color:#00CC00;*/
	width:550px;
	margin-left:2.5em;
	display:block;
	float:left;
}
#izquierda {
	/*background-color:#00CC00;*/
	width:100px;
	height:100px;
	margin-left:10.7em;
	display:block;
	float:left;
}
#mainContent {
	float:left;
}
#pie{
	background-image:url(/stylesheets/bgbottom.png);
	float:left;
	width:800px;
	text-align:center;
}
#message{
	background-color:black;
	background-image: url(/stylesheets/header.png);
	background-repeat: no-repeat;
	color:white;
	float:left;
	height:150px;
	margin-left:18px;
	margin-top:-80px;
	position:relative;
	width:766px;
	z-index:39;
}

#derecha li {
	background-position:left bottom;
	background-image:url(/stylesheets/estrellita.png);
	background-repeat:no-repeat;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:6px;
	padding-bottom:10px;
	padding-left:40px;
	margin-left: 4em;
	padding-top:10px;
	text-decoration:none;
}
#derecha li a{
	text-decoration:none;
}
#derecha ul {
	margin-left:-70px;
}
.pg-normal
{
	cursor:pointer;
}
.pg-selected
{
	cursor:pointer;
	color:#E8B8E7;
	font-weight:bold;
}
#pageNavPosition
{
	width:100%;
	text-align:center;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 5000px;
}
#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;	
}
	#gallery {
		background-color: #444;
		padding: 10px;
		width: 530px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	
h2 {
	font-size: 40pt;
	margin-bottom:-5px;
	margin-top:-5px;
}

/*Forum style*/
#bannerTop, #bannerBottom{
	text-align:center;
	margin:5px 0;
}

#forumMain{
	border-collapse:collapse;
	border-spacing:0;
	border-right:1px solid #4C1F40;
}

#forumMain td{
	vertical-align:middle;
	border-top:1px solid #4C1F40;
	border-bottom:2px solid #5B3E55;
	border-left:1px solid #4C1F40;
	padding:5px;
}

th{
	font:bold 12px Verdana, Helvetica, sans-serif;
	text-align:center;
	background: #80006F;
}

.alignLeft{
	text-align:left;
}

.alignCenter{
	text-align:center;
}

.alignRight{
	text-align:right;
}

.non{
	background:#572E4E;
}

#forumMain h4{
	font:bold 14px Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	padding:5px;
}

#forumMain h4 a{
	color:#fff;
	text-decoration: none;
}

#forumMain span{
	font:italic 10px Arial, Verdana, Helvetica, sans-serif;
}/* --------- /css/slideshow.css --------- */ 
/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
*/

.slideshow{margin-left:20px;display:block;position:relative;z-index:0;}.slideshow-images{display:block;overflow:hidden;position:relative;}.slideshow-images img{display:block;position:absolute;z-index:1;}.slideshow-thumbnails{overflow:hidden;}.slideshow-images{height:300px;width:400px;}.slideshow-images-visible{opacity:1;}.slideshow-images-prev{opacity:0;}.slideshow-images-next{opacity:0;}.slideshow-images img{float:left;left:0;top:0;}.slideshow{height:300px;width:400px;}.slideshow a img{border:0;}.slideshow-captions{background:#000;bottom:0;color:#FFF;font:normal 12px/22px Arial,sans-serif;left:0;overflow:hidden;position:absolute;text-indent:10px;width:100%;z-index:10000;}.slideshow-captions-hidden{height:0;opacity:0;}.slideshow-captions-visible{height:22px;opacity:.7;}.slideshow-controller{background:url(/css/controller.png) no-repeat;height:42px;left:50%;margin:-21px 0 0 -119px;overflow:hidden;position:absolute;top:50%;width:238px;z-index:10000;}.slideshow-controller *{margin:0;padding:0;}.slideshow-controller-hidden{opacity:0;}.slideshow-controller-visible{opacity:1;}.slideshow-controller a{cursor:pointer;display:block;height:18px;overflow:hidden;position:absolute;top:12px;}.slideshow-controller a.active{background-position:0 18px;}.slideshow-controller li{list-style:none;}.slideshow-controller li.first a{background-image:url(/css/controller-first.gif);left:33px;width:19px;}.slideshow-controller li.last a{background-image:url(/css/controller-last.gif);left:186px;width:19px;}.slideshow-controller li.next a{background-image:url(/css/controller-next.gif);left:145px;width:28px;}.slideshow-controller li.pause a{background-image:url(/css/controller-pause.gif);left:109px;width:20px;}.slideshow-controller li.play a{background-position:20px 0;}.slideshow-controller li.play a.active{background-position:20px 18px;}.slideshow-controller li.prev a{background-image:url(/css/controller-prev.gif);left:65px;width:28px;}.slideshow-loader{height:28px;right:0;position:absolute;top:0;width:28px;z-index:10001;}.slideshow-loader-hidden{opacity:0;}.slideshow-loader-visible{opacity:1;}.slideshow-thumbnails{bottom:-65px;height:65px;left:0;position:absolute;width:100%;}.slideshow-thumbnails *{margin:0;padding:0;}.slideshow-thumbnails ul{height:65px;left:0;position:absolute;top:0;width:10000px;}.slideshow-thumbnails li{float:left;list-style:none;margin:5px 5px 5px 0;position:relative;}.slideshow-thumbnails a{display:block;float:left;padding:5px;position:relative;}.slideshow-thumbnails a:hover{background-color:#FF9!important;opacity:1!important;}.slideshow-thumbnails img{display:block;}.slideshow-thumbnails-active{background-color:#9FF;opacity:1;}.slideshow-thumbnails-inactive{background-color:#FFF;opacity:.5;}
#show {
	border: #FFABE1 solid 15px;
	width: 500px;
}
