/* Homepage
----------------------------------------------- */
#home_feature {
	width: 900px;
	height:180px;
	float: left;
	padding: 0;
	margin-left:52px;
	_margin-left:26px;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 40;
}

#home_feature2 {
	width: 900px;
	height:17px;
	float: left;
	padding: 0;
	margin-left:52px;
	_margin-left:26px;
	margin-top: 155px;
	margin-right: 0;
	margin-bottom: 0px;
}

#seccion_feature {
	width: 900px;
	height:170px;
	float: left;
	padding: 0;
	margin-left:52px;
	_margin-left:26px;
	margin-top: 123px;
	margin-right: 0;
	margin-bottom: 0;
}


#features_container {
	height: auto;
	overflow: hidden;
	line-height:17px;
}
#features_container img{
	float:left;
}
.img-space{
	margin-right:10px;
}
.feature_item {
	width: 880px;
	float: left;
	height: 424px;
	position: relative;
}

.feature_info {
	width: 270px;
	padding-bottom: 5px;
	background-color: #454748;
	display: none;
	float: left;
	height: 230px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#second .feature_info {
	background-color: #00bbdb;
}

#third .feature_info {
	background-color: red;
}

#fourth .feature_info {
	background-color: #7f6756;
}

.TopRight {
	margin: 10px 0 0 600px;
}

.BottomLeft {
	width: 270px;
    position: absolute;
    bottom: 10px;
	left: 10px;
	margin: 0;
	padding-bottom: 5px;
	background-color: #f8811d;
    display: none;
    float: left;
}

.BottomRight {
	width: 270px;
    position: absolute;
    bottom: 10px;
	left: 600px;
	margin: 0;
	padding-bottom: 5px;
	background-color: #f8811d;
    display: none;
    float: left;
}

.feature_info h2 {
	color: #fff;
	margin: 8px 10px 7px;
	font-size: 35px;
	line-height: 1;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", sans-serif;
	font-weight: 300;
}

.feature_info p {
	color: #fff;
	margin: 0 10px 5px;
}

.feature_info a:link, .feature_info a:visited {
	color: #fff;
}

.more_link {
	font-size: 10px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#home_nav_cycle {
	float: left;
	display: inline;    
	height: 10px;
	width: 150px;
	left:460px;
	position:relative;
	top:-15px;
	z-index:9999;
}
.pos-home{left:424px !important;}


#home_nav_cycle a:link, #home_nav_cycle a:visited {
	display: block;
	float: left;
	width: 7px;
	height: 7px;
	line-height: 7px;
	margin-right: 5px;
	text-indent:-5000px;
	text-decoration: none;
	background: url(../images/feature_nav.png) no-repeat scroll 0 0;
}

#home_nav_cycle a:hover, #home_nav_cycle a.activeSlide {
	background: url(../images/feature_nav.png) no-repeat scroll 0 -7px !important;
	text-decoration: none;
}

#home_spotlight {
	width: 500px;
	float: left;
	clear: both;
}

.spotlight_item {
	width: 280px;
	float: left;
	margin: 14px 0 0 20px;
}

#spotlight_first {
	margin-left: 0;
}

.spotlight_cat {
	letter-spacing: 1px;
	color: #777;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-size: 10px;
}

.spotlight_item h3 {
	line-height: 1;
	height: 22px;
	color: #454748;
	margin-bottom: 6px;
	font: 19px Georgia,'Times New Roman',Times,serif;
}
