@charset "utf-8";

/* SLIDER */
#boxConFlechas{ display:none; background:none; }
.wrraper a{ display:block; width:100%; height:100%; cursor:pointer; }

#mascarra, #mascarra footer, .rowSlider {overflow: hidden;}
#mascarra, .wrraper, .wrraper > article {width:100%;}
.rowSlider{ margin:0 auto; position:relative; }
.wrraper {position: absolute; top:0; left:0;}
.wrraper:after, .wrraper:before {content: ""; display: table; clear: both;}
.wrraper > article {float:left; background-position: center center; background-repeat: no-repeat;}
.wrraper > article,  #mascarra article > div:not(.cuadroSlider) {position: relative;}

.cuadroSlider{ width:350px; position:absolute; bottom:140px; right:24%; padding:10px; background:rgba(255,255,255,.75); }
.titSlider{ font-size:175%; line-height:1.3em; color:#795B44; }
.txtSlider{ font-size:93.75%; line-height:1.3em; color:#000; text-align:justify; }

/* Circulos */
#botnsSlider{ position:absolute; left:0; right:0; bottom:10px; margin:auto; text-align:center; }
#botnsSlider div{ height:20px; width:20px; /*border:2px solid #FFF;*/ -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; display:inline-block; cursor:pointer; margin-left:2px; background:rgba(255,255,255,.75); }
#botnsSlider .estaSel{ background-color: #e96e4a; }

/* COLOR GRADIENTE FONDO SLIDER */

/*.back-gradient{background: url("../images/comun/cabecera.png") 15px top repeat;height: 400px;width: 347px;position: relative;
        right: 41px;top: -64px;}*/
.back-gradient {
    background: -webkit-radial-gradient(50% bottom,transparent 10%,#dbcfbe);
    background: radial-gradient(at 50% bottom,transparent 10%,#dbcfbe);
    position: absolute;
    height: 700px;
    width: 100%;
    top: 0;
}
/********************************/


/* COMUN */
@media screen and (min-width: 200px) and (max-width: 980px) { 
	.rowSlider{ display:none; }
    .back-gradient {display: none;}
}

/* PC */
@media screen and (min-width: 980px) and (max-width: 1200px) { 
    #mascarra, .wrraper, .wrraper > article {height:600px;background-position: -361px;}
    .rowSlider{height:600px; width:100%;margin-top: 69px; }
}

@media screen and (min-width: 1200px) {
	#mascarra, .wrraper, .wrraper > article {height:700px;}
	.rowSlider{height:700px; width:100%;margin-top: 121px; }	
}