/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:80%;
	
	margin:-20px auto; 
	
	background:url(../img/contabilidad3.jpg);
	
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	
	background:url(../img/contabilidad3.jpg);
	background-size: 100% 100%;
}

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

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

/* ELEMENT STYLES */

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

.claim{
	line-height:100%; claim light-green galeria
}	

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

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

.light-green
{
	color: white;
	background:transparent;
	text-shadow: .1em 0em .1em #000;
	font-size: 3em;
}

.green
{
	background:#7CB761
}

.orange
{
	background:rgba(0,0,0,.5);
	color: white;
	font-size: 2em;
	font-weight: bold;
}

.turky
{
	background:rgba(0,0,0,.5);
	color: white;
	font-size: 2em;
	font-weight: bold;
}

.white
{
	background:#fff; color:#333
}

.grande, .txt-titulo
{
	font-size: 3.5em;
	width: 330px;
}


{
	font-family: 4em;
}