/*SLIDER DESTACADOS*/
#slider_destacados{
	width: 100%;
	height: 380px;
	overflow: hidden;
}

#slider_destacados .slide{
	width: 100%;
	position: relative;
	height: 380px;
	overflow: hidden;
	background-color: #000;
}

#slider_destacados .slide .textos,
#slider_destacados .slide h2,
#slider_destacados .slide p,
#slider_destacados .slide a{
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
}

#slider_destacados .slide img{
	position: absolute;
	z-index: 1;
	top: 0px;
	transition: transform 400ms ease-out;
	-webkit-transition: transform 400ms ease-out;
	opacity: 0.9;
}

#slider_destacados .slide .textos{
	position: absolute;
	width: 600px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	z-index: 2;
	text-align: center;
	text-shadow: 1px 1px #000;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	line-height:41px;
}

#slider_destacados .slide .textos p::after{
	display: block;
	content: '';
	border-bottom: 3px solid #fff;
	width: 0%;
	margin: 10px auto 0 auto;
	transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
	line-height:28px;
}

	/*Animación*/
	#slider_destacados .slide.animado .textos h2,
	#slider_destacados .slide.animado .textos p{
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
	}

	#slider_destacados .slide.animado .textos p::after{
		width: 100%;
	}

#slider_destacados .cycle-pager{
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 999;
}

#slider_destacados .cycle-pager span{
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	text-indent: -10000px;
	color: transparent;
	margin-left: 5px;
}

#slider_destacados .cycle-pager span.cycle-pager-active{
	background-color: #ba8748;
}

.buscador {
    height: 35px;
    position: absolute;
    right: 30px;
    top: 0;
    width: 350px;
    z-index: 101;
}
.buscador label.busq {
    background-image: url("resources/images/web/productos/fnd_buscador.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 35px;
    width: 244px;
    margin-top: 15px;
}
.buscador label {
    display: block;
    float: left;
}


.buscador label.busq input {
    background: none repeat scroll 0 0 transparent;
    border-style: none;
    border-width: 0;
    color: #676c69;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 20px;
    margin-left: 10px;
    margin-top: 5px;
    width: 230px;
}
.btn {
    background-color: transparent !important;
    
}
.buscador label.btn {
    background-image: url("resources/images/web/productos/fnd_buscador_btn.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 35px;
    width: 39px;
       margin-left: -2px;
}


.buscador label.btn input {
    background: none repeat scroll 0 0 transparent;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    height: 35px;
    width: 39px;
}

