

/*CSS Document*/
#container
{
	height: 400px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	background: #00203e url(/images/bg_slider.gif) repeat-x top;
}
/*slider layout*/
.lof-slidecontent
{
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 400px;
	margin: auto;
	background: #00203e url(/images/bg_slider_estela.png) no-repeat top;
}
.main-slider-content
{
	width: 960px;
	height: 500px;
}
.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-slidecontent .sliders-wrapper
{
	position: relative;
	height: 100%;
	width: 900px;
	z-index: 3;
	overflow: hidden;
}
.lof-slidecontent UL.sliders-wrap-inner
{
	overflow: hidden;
	background: transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	overflow: hidden;
}
.lof-slidecontent UL.sliders-wrap-inner LI
{
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
}
.lof-slidecontent .lof-opacity LI
{
	position: absolute;
	top: 0;
	left: 0;
	float: inherit;
}
.lof-slidecontent .navigator-content
{
	visibility: hidden;
	height: 0px;
	position: absolute;
	bottom: 15px;
	left: 10px;
	padding: 5px 0px;
}
.lof-slidecontent .navigator-wrapper
{
	position: relative;
	z-index: 10;
	height: 180px;
	width: 310px;
	overflow: hidden;
	float: left;
}
.lof-slidecontent UL.navigator-wrap-inner
{
	top: 0;
	left: -60px;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
}
.lof-slidecontent UL.navigator-wrap-inner LI
{
	cursor: hand;
	cursor: pointer;
	list-style: none;
	padding: 0;
	margin-left: 0px;
	overflow: hidden;
	float: left;
	display: block;
	text-align: center;
}
/*******************************************************/
UL.sliders-wrap-inner LI IMG
{
	padding: 0px 0px 0px 0;
}
.lof-slidecontent .slider-description A.readmore
{
	color: #58B1EA;
	font-size: 95%;
}
.lof-slidecontent .slider-description A
{
}
.lof-slidecontent .slider-description
{
	z-index: 100;
	position: absolute;
	top: 30px;
	left: 20px;
	width: 320px;
	height: 270px;
	padding: 0px;
	color: #222;
}
.lof-slidecontent .slider-description H4
{
	font-size: 14px;
	margin: 10px 0;
	padding: 0;
}
.lof-slidecontent .slider-description .slider-meta A
{
	margin: 0;
	font-size: 75%;
	padding: 2px 3px;
	text-transform: uppercase;
	text-decoration: none;
}
.lof-slidecontent .item-meta A:hover
{
	text-decoration: underline;
}
.lof-slidecontent .item-meta I
{
	font-size: 70%;
}
/*item navigator*/
.lof-slidecontent UL.navigator-wrap-inner LI IMG
{
	height: 35px;
}
.lof-slidecontent UL.navigator-wrap-inner LI.active IMG, .lof-slidecontent UL.navigator-wrap-inner LI:hover IMG
{
	border: 3px solid #A8A8A8;
	height: 35px;
/*-moz-transition: border-color ease-in-out 0.4s*/
}
.lof-slidecontent .navigator-content .button-next, .lof-slidecontent .navigator-content .button-previous
{
	display: block;
	width: 22px;
	height: 30px;
	cursor: pointer;
}
.lof-slidecontent .navigator-content .button-next
{
	float: left;
	text-indent: -999px;
	margin-right: 5px;
	background: url(../images/arrow-l.png) no-repeat right center;
}
.lof-slidecontent .navigator-content .button-previous
{
	float: left;
	text-indent: -999px;
	margin-left: 5px;
	background: url(../images/arrow-r.png) no-repeat left center;
}
.lof-slidecontent .button-control
{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 20px;
	width: 20px;
	cursor: hand;
	cursor: pointer;
	background: url(../images/transparent_bg.png) repeat;
}
.lof-slidecontent .button-control SPAN
{
	display: block;
	width: 100%;
	height: 100%;
}
.lof-slidecontent .action-start SPAN
{
	background: url(../images/play.png) no-repeat center center;
}
.lof-slidecontent .action-stop SPAN
{
	background: url(../images/pause.png) no-repeat center center;
}


/*TEXTO*/
.lof-slidecontent ul li .slider-description .titulo{
	color: #fff;
	font-size: 26px;
}

.lof-slidecontent ul li .slider-description .cuerpo{
	font-weight: lighter;
	color: #fff;
	font-size: 18px;
	font-family: 'UnitLightRegular', Helvetica, Arial, sans-serif;
}

.lof-slidecontent ul li .slider-description .cuerpo p{
	font-weight: lighter;
	color: #fff;
	font-size: 18px;
	font-family: 'UnitLightRegular', Helvetica, Arial, sans-serif;
}





