@charset "UTF-8";
/* CSS Document */

/* HEADER */


#banner {
	width:1000px;
	margin:0 auto;
	position:relative;
	text-align:center;
	background-color:transparent;}


/*Banner*/
.lof-slidecontent, .lof-slidecontent a {
	color:#FFF;	
}
/*.lof-slidecontent a.readmore{
	color:#58B1EA;
	font-size:95%;
}*/
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	text-align:left;
	font-family:Sathu, Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:14px;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	text-align:center;
	background:#FFF;
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:900px;
	z-index:3px;
	overflow:hidden;
}


/*******************************************************/
.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background:url(../images/bg_trans.png);
	height:40px;
	padding:8px;
}

/*.lof-main-item-desc h2{ color:#0cbbfa;}*/
.lof-main-item-desc p{
	margin:0;
	padding:0px 0;
}

.lof-main-item-desc h2{
	padding:0;
	margin:15px 0 0 0px;
}

/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	position:relative;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	position:absolute;
	width:1000px;
	height:320px;	
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;
	
}

/* item navigator */
.lof-navigator-wapper {
	position:absolute;
	bottom:10px;
	right:10px;
	background:url(../images/transparent_bg.png) repeat;
	padding:5px 0px;
}
.lof-navigator-outer{
	position:relative;
	z-index:100;
	height:320px;
	width:310px;
	overflow:hidden;
	color:#FFF;
	float:left
}
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	padding:0;
	margin-left:0px;
	overflow:hidden;
	float:left;
	display:block;
	text-align:center;

}
ul.lof-navigator li img{
	border:#666 solid 3px;	
}
ul.lof-navigator li.active img, ul.lof-navigator li:hover img {
	border:#A8A8A8 solid 3px;
}
.lof-main-outer .lof-next,  .lof-main-outer .lof-previous{
	display:block;
	width:40px;
	color:#FFF;
	cursor:pointer;
	position:absolute;
	height:100%;
	z-index:3;
	top:0;
	text-indent:-999px;

}
.lof-main-outer .lof-next {
	right:30px;
	background:url(../images/b_next.png) no-repeat right center;
}
.lof-main-outer .lof-previous {
	left:10px;
	background:url(../images/b_prev.png) no-repeat left center;
}

/* FEATURED PHTOS*/

#featured {
	width:1000px;
	height:100%;
	position:relative;
	margin:0 auto;
	text-align:center;
	background-color:transparent;
	z-index:50;
	}

#featured a img {
	float:left;
	box-shadow: 2px 2px 8px #333333;
	}
#featured img:hover{
		box-shadow: 4px 4px 8px #333; }
#featured a  {
	color:#636363;
	text-align:left;
	text-decoration:none;}
#featured h3 {
	margin: 10px 5px;}

#featured h3 a:hover  {
	border-bottom: 1px #666666 dotted;
	}

#featured .Fbox {
	width:180px;
	float:left;
	}

#featured .Fbox2 {
	float:left;
	width:87px;

	}
	

/* Contenido Home*/

#contentback {
	position:relative;
	width:100%;
	height:450px;
	margin-top: -355px;}

#content {
	width:1000px;
	margin:0 auto;
	position:relative;
	top:0px;
	background:transparent url(../images/marcadeagua.png) bottom right no-repeat;
	}
#content .Cleft {
	float:left;
	width:480px;
	padding: 10px 10px;}

#content .Cleft p{
	color:#636363;
	text-align:justify;
	font-size:14px;}

#content h1{
	float:left;
	color:#FFF;
	padding:5px;
	min-width:560px;
	font-style:italic;
	margin: 20px 0;
	font-weight:100px;
	text-align:left;
	/*box-shadow: 2px 2px 8px #333333;*/
	background: transparent url(../images/back_title.png) top left no-repeat;
	}