/***SLIDER*****************/
#contenedorslider{
	margin-bottom:2em;
	margin-left:0.7em;
	text-align:left;
	width:100%
}
#slider{
	background: transparent;
	/*box-shadow:0px 10px 10px 0px rgba(48, 50, 50, 0.25);*/
	height:355px;
	margin:0 auto;  	
	padding:0;
	width:100%;	
}
#sombra{
	margin:1em 0 0 0!important;
}
#slider ul{	
	list-style-type: none;
	margin:0;
	padding:0;
	width:100%;
}
#slider ul li{
	margin:0;
	padding:0;
	position:absolute;
	width:75%; /*<----- AQUI -->*/
}
#slider ul li img{
	margin:0;
	padding:0;
	width:100%;
	z-index:1;
}
#contslider{
	background:rgba(0,0,0,0.0);
	bottom:1%;
	color: #fff;
	font-weight: normal;	
	height:99%;
	left:0;
	padding:0;
	position: absolute;
	margin:0;	
	text-align:left;
	width: 35%;
}
#contslider h2{
	color:#1da4ed;
	font-size:2.5em;
	font-weight:normal;
	margin:1em 0.5em 0 0;
	text-shadow: 0 0 0.2em #e6e6e6;
}
#contslider p{
	color:#4d4d4d;
	font-size:1.5em;
	margin:0.5em 1em 0 0;
}
/**FIN SLIDER**************/
@media only screen and (max-width:1024px){
	#slider{
		height:225px;
		width:100%;	
	}
	#slider ul li{
		width:62%; /*<----- AQUI -->*/
	}
	#contslider h2{
		font-size:2em;
		margin:0.7em 0.5em 0 0;
	}
	#contslider p{
		color:#4d4d4d;
		font-size:1.3em;
		margin:0.5em 1em 0 0;
	}
}
@media only screen and (max-width:800px){
	#slider{
		height:180px;
		width:100%;	
	}
	#slider ul li{
		width:62%; /*<----- AQUI -->*/
	}
	#contslider h2{
		font-size:2em;
		margin:0.7em 0.5em 0 0;
	}
	#contslider p{
		color:#4d4d4d;
		font-size:1.3em;
		margin:0.5em 1em 0 0;
	}
}