#fwslider {
    overflow: hidden;
    position: relative;
    width:100%;
    line-height:100%;
}


#fwslider h4,
#fwslider p,
#fwslider img {
    margin:0;
}

#fwslider .slider_container {
}

#fwslider .slide {
    display: none;
    left:0;
    line-height:100%;
    position: absolute;
    top:0;
    width:100%;
    z-index: 0;
}

#fwslider .slide img {
    width:100%;
	max-width: 2200px;
	max-height: 500px;
}

#fwslider .slidePrev {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    left:-50px;
    opacity:0.5;
    z-index: 10;
}

#fwslider .slidePrev span {
    background-image:url("../imagenes/left_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#fwslider .slideNext {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    right:-50px;
    opacity:0.5;
    z-index: 10;
}

#fwslider .slideNext span {
    background-image:url("../imagenes/right_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#fwslider .timers {
    height:4px;
    position: absolute;
    bottom:15px;
    right:0;
    z-index: 3;
}

#fwslider .timer {
    height:4px;
    width:40px;
    background-color: #666;
    float:left;
    margin-right: 10px;
}

#fwslider .progress {
    height:4px;
    width:0%;
    background-color: #1C3642;
    float:left;
}

#fwslider .slide_content {
    top:0;
    left:0;
    position: absolute;
    width: 400px;
	margin: 60px 0px 0px 90px;
}

.home #fwslider .slide_content_wrap { /* Slider Text Content Container Style */
    max-width:1280px;
    margin:35% auto;
}

.inner #fwslider .slide_content_wrap { /* Slider Text Content Container Style */
    display: none;
	font-family: 'Open Sans', sans-serif;
}

#fwslider .title {  /* Slider Title Style */
    color:#1C3642;
    font-size:28px;
	font-family: 'Open Sans', sans-serif;
}

#fwslider .description { /* Slider Description Style */
    color:#1C3642;
    font-size:43px;
	font-family: 'Open Sans Condensed', sans-serif;
}

#fwslider .readmore { /* Slider Read More button Style */
    color:#1C3642;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
}

#fwslider .readmore:hover {
    color:#A66262;
    text-decoration:none;
}

/* ESTILOS LETRAS SLIDER */
.titulo_slider1_home
{
	font-size: 30px;
	color: #1C3642;
}

.subtitulo_slider1_home
{
	font-size: 45px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #1C3642;
}

.descripcion_slider1_home
{
	font-size: 15px;
	line-height: 19px;
	color: #1C3642;
}

.subtitulo_blanco_sub
{
	font-size: 25px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #ffffff;
	text-decoration: underline;
}
.descripcion_blanco_sub
{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	line-height: 19px;
}

/* ------------------------------- 3. Media Query Max Width 1300, Min Width 720 ------------------------------- 
@media only screen and (min-width:720px) and (max-width: 1300px) {
    .titulo_slider1_home
	{
		font-size: 10px;
		color: #1C3642;
	}
}


@media only screen and (min-width:720px) and (max-width: 1300px) {

    #fwslider .slide_content_wrap { margin-right:30px; margin-top:30%;}
    #fwslider .title { font-size:24px; }
    #fwslider .description {  font-size:16px;}

}

 ------------------------------- 4. Media Query Max Width 719 ------------------------------- 

@media only screen and (max-width:719px) {

    #fwslider .slide_content_wrap { display:none; }
    #fwslider .timers { display:none; }
    #fwslider .slide_content {cursor: pointer;}

}
*/