﻿@charset "utf-8";
/* CSS Document */

#container { COLOR: #fff; width:1200px; height:440px; margin-top:0px; margin-bottom:30px; margin-left:0px;	}

.lof-slidecontent{
	
	position:relative;
	overflow:hidden;
	padding-top:12px;
	padding-right:12px;
	width:1250px;
	height:405px;
	

	background-color:rgba(177,177,177,0.9);
	border-radius:10px;
	/*background:url('http://newkausay/Imagen/bg_nav.jpg') repeat;*/
	
	

}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	color:#000;
	text-align:center
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(../images/cargando.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:800px;
	z-index:3px;
	overflow:hidden;
}


/*******************************************************/


.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	padding-left:30px;
	color:#000;
	top:0;
	right:0px;
	margin-top:275px;
	border-radius: 20px 0 0 20px;
	width:85%;
	background-color:rgba(255,255,255,0.9);
	
	

}

.lof-main-item-desc h3 a{

	font-weight:bold; 
	font-family:Calibri;
	color:#000;
	font-size:0.4em;	
	text-decoration:none;
	
}
.lof-main-item-desc h3 a:hover{
	
	text-decoration:underline;
	
}


/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(../images/cargando.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	height:100px;
	width:800px;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:800px;
	float:left;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;	
	width:800px;
	height:380px;
	
}

li-desc{
	z-index:100px;
	position:absolute;
	top:20px;
	left:150px;
	width:500px;
	

	/* filter:0.7(opacity:60) */
}
li-desc p{
	color:#000;
	margin:0 8px;
	padding:8px 0
}
li-desc h3 a{
	color:#000;	
	margin:0;
	font-size:140%;
	padding:20px 8px 2px;
	font-size:1.5em;
	font-family:Calibri;
}
li-desc h3 a:hover{
	color:#FF6;
	text-decoration:underline;
}

/* item navigator */
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
.lof-navigator-outer{
	position:absolute;
	right:0;
	top:00px;
	z-index:100;
	height:300px;
	width:310px;
	overflow:hidden;
	color:#000;
}
.lof-navigator li.active{
	background:url(../images/flecha.png) no-repeat scroll left center; 
	color:#000;
}
.lof-navigator li:hover{
	
}


.lof-navigator li h3{

	
	
	font-family:Calibri; color:#FFF;
	font-size:18px;
	padding:15px 0 0 !important;
	margin:0;
	margin-bottom:10px;

}
.lof-navigator li div{
	
	font-weight:bold; font-family:Calibri; color:#FFF;
	font-size:12px;
	height:100%;
	position:relative;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #E1E1E1;
}

.lof-navigator li.active div{
	background:url(../images/bg.gif);
	color:#000;
}
.lof-navigator li img{
	height:60px;
	width:60px;
	margin:15px 15px 10px 0px;
	float:left;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
.lof-navigator li.active img{
	border:#6C8E5C  solid 1px;
}
.lof-navigator li.active h3{
   color:#000;
}




