/*
Template Name: Ost Magazine
File: Featured Slider CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>
*/
#contenedor_slide{

    height: 255px;
    width: 100%;
    background: #9C9E9F;
    margin-bottom: 0px;
    border-top: 2px solid #9C9E9F;
    border-bottom: 2px solid #9C9E9F;

}
#featured_slide{
	height: 215px;
width:940px;
background: #E3E5E5;

margin:0 auto 0;
overflow:hidden;
}



/* ----------------------------------------------Content-------------------------------------*/
/* originales
.featured_box{
	position:relative;
	display:block;
	width:900px;
	height:200px;
	margin:10px 0 0 15px;
        overflow:hidden;
        border: 2px solid white;
	}

.featured_box img{
	width:930px;
	height:200px;
	}

.featured_box .floater{
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:200px;
	overflow:hidden;
        padding-left: 5px;
        padding-top: 20px;
	background:url("fondounpa.png") no-repeat;
	}
.featured_box .floater a{
        color:#ffffff;
        font-weight: bold;
        text-decoration: none;
}
.featured_box .floater a:hover{
        margin-left: 5px;
        text-decoration: underline;;
}
.featured_box .floater h2{
        color:#ffffff;
        
}
.featured_box .floater ul{
        list-style-type: square ;
        color: #ffffff;

}*/

.featured_box{
	position:relative;
	display:block;
	width:400px;
	height:255px;
	margin:0px 0 0 0px;
        overflow:hidden;
        border: 0px solid white;
	}

.featured_box img{
	/* width:400px;
	height:255px; */
	}

.featured_box .floater{
	position:absolute;
	top:0px;
	left:0px;
	width:250px;
	height:255px;
	overflow:hidden;
        padding-left: 5px;
        padding-top: 20px;
	background:url("fondounpa.png") no-repeat;
	}
.featured_box .floater a{
        color:#ffffff;
        font-weight: bold;
        text-decoration: none;
}
.featured_box .floater a:hover{
        margin-left: 5px;
        text-decoration: underline;;
}
.featured_box .floater h2{
        color:#ffffff;
        font-size: 1.35em;

}
.featured_box .floater ul{
        list-style-type: square ;
        color: #ffffff;

}
/* ----------------------------------------------Navigation Buttons-------------------------------------*/


#fsn{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:940px;
	height:44px;
	text-align:center;
	color:#666666;
	background: #E3E5E5;
	/*z-index:1000;*/
	}

#fsn ul{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:200px;
	height:20px;
	padding:12px 0 0 0;
	overflow:hidden;
	list-style:none;
	}

#fsn ul li, #fsn ul li a{
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin:0 20px 0 0;
	padding:0;
	}

#fsn ul li a{
	float:none;
	border:none;
	margin:0;
	outline:none;
	text-indent:-5000px;
	text-decoration:none;
	background:url("images/slide.png") 50% 50% no-repeat;
	}

#fsn .activeSlide{
	background:url("images/slide.png") 0% 50% no-repeat;
	}
