/*body{
	position:relative;
	
	font-family:Arial, Sans-Serif;
	font-weight: 200;
	-webkit-font-kerning: auto;
	-webkit-font-smoothing: antialiased;
}*/

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;
	
	margin:20px auto; /*margin:200px auto;*/
	
	/*background:#FFFFFF; transparente*/
	
	border: none;/*1px solid #000;*/
	/*box-shadow:0 3px 5px #666;*/
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	
	/*background:#FFFFFF; 1b1b1b*/
}

@media only screen and (min-width: 1000px){
	.slider{
		width:1000px; /*width:1000px;*/
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px; /*width:1440px;*/
	}
}

/* ELEMENT STYLES */

p_slider{
	position:absolute;
	top:-200px; /*top:-200px;*/
	
	z-index:8000;/*8000*/
	padding:1% 3%;
	
	font-size:24px;
	line-height:100%
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
}

.claim{
	line-height:100%
}	

.teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	line-height:100%
}

.small{
	width:250px;
    padding-left:0; padding-right:0px;
	text-align:center;
}

#Mytitulo
 {
    font-family: 'Kaushan Script', cursive;
    font-size:38px;
    text-align:center;
 }


.light-green_slider{background:#95C542;}
.green_slider{background:#7CB761}
.orange_slider{background:#EF7D00}
.turky_slider{background:#348E8A}
.white_slider{background:#fff; color:#333}
.black_slider{background:#111; color:#fff}
.crimson_slider{background:#7B0006; color:#fff}


