.slider_container {
    position: relative;
    width: 100%;
    min-width: 1004px;
}

/**nav izq, der**/	
.slider_container:hover .pag_nav {
    visibility:visible;
}

.pag_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 15px;
    opacity: 0.5;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 50px;
    width: 50px;
    background: #333 url(../imagenes/slider-arrow-left.png) no-repeat 16px 11px;
    margin-top: -65px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    visibility:hidden;
}

.pag_nav:active {
    opacity: 1.0;
}

.pag_nav.next {
    left: auto;
    background-position: right top;
    right: 15px;
    background: #333 url(../imagenes/slider-arrow-right.png) no-repeat 19px 12px;
}
/****/	

/**lista slider**/
#slider_home {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    min-width: 1004px;
    height: 416px;
    padding: 0;
    margin: 0;
}

#slider_home li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    height: 416px;
    left: 0;
    top: 0;
    text-align:center;
}

#content_form_slide {
    width: 287px;
    top: 113px;
    right: 0;
    position:absolute;
    z-index: 9999;
    text-align:left;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.4s ease-in;
    -moz-transition: height 0.4s ease-in;
    -o-transition: height 0.4s ease-in;
    -ms-transition: height 0.4s ease-in;
    transition: height 0.4s ease-in;
}

#content_form_slide h2 {
    background: #84BC38;
    display: block;
    color:#FFF;
    font-family: 'Raleway-Medium', sans-serif, Arial, Helvetica;
    font-size: 17px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-weight: normal;
}

.form_slide {
    padding: 18px 20px;
    background:#FFF;
}

.form_slide .select {
    width: 248px;
    height: 38px;
    border: none;
    overflow: hidden;
    background: #F8F8F8 url(../imagenes/arrow_select.png) no-repeat 96% center;
    margin-bottom: 12px;

}

.form_slide .select select {
    padding: 0 12px;
    font-size: 15px;
    color: #4d4d4d;
    font-family: 'Raleway-Regular', sans-serif, Arial, Helvetica;
    width: 100%;
    height: 38px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}		

.form_slide input[type='text'], .form_slide textarea {
    padding: 0 12px;
    width: 224px;
    height: 38px;
    background: #F8F8F8;
    margin-bottom: 12px;
    font-size: 15px;
    color: #4d4d4d;
    font-family: 'Raleway-Regular', sans-serif, Arial, Helvetica;
}	

.form_slide textarea {
    height: 50px;
    border: none;
    padding: 6px 12px;
}		

.form_slide input[type='submit'] {
    width: 116px;
    height: 32px;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    padding-left: 16px;
    background: #84BC38 url(../imagenes/sprite.png) no-repeat -100px -164px;
}

.form_slide input[type='submit']:hover {
    background: #65912B url(../imagenes/sprite.png) no-repeat -100px -164px;
}			

/**/

/**marcador de pagina**/
.pag_tabs {
    list-style: none;
    position: absolute;
    bottom: 1%;
    z-index: 999;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    width: 100%;

}
.pag_tabs li {
    display: inline-block;
    margin:0 !important;
}

.pag_tabs a {
    visibility: hidden;
    margin:0 !important;
}

.pag_tabs a:after {
    content: "\f111";
    font-size: 0;
    visibility: visible;
    height: 10px;
    width: 10px;
    display: inline-block;
    vertical-align: middle;
    background: #F0F0F0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
}

.pag_here a:after {
    background: #7CC03F;
    width: 16px;
    height: 16px;
}

.slider_movil{
    display: none;
}

/* For Phones:  slider_movil style*/
@media screen and (max-width: 425px) {
    .slider_movil{
        display: block;
    }
    .slider_container{
        display: none;
    }
    .slider_movil .slider-imgs{
        height: 400px;
    }
    .slider_movil .slider-imgs img{
        width: 100%;
        height: 400px;
    }
}