
/****************************************************************/
/*****SLIDER*************************************************/
section#slider{
	height:580px;
	margin:0 auto;	
	margin-left:-0.1em;
	margin-top:0em;
	width:100%;	
}
#slider ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
#slider ul li{
	position:absolute;
	left:-0.1em;
}
#slider ul p{
	background:rgba(0,0,0,0.5);
	color:white;
	font-size:2em;
	font-weight:700;
	top:-7em;
	left:5%;
	margin:0;
	padding:0.5em 0;
	position:relative;
	z-index:2;
	width:90%;
}
#slider ul li img{
	left:-0.1em;
	margin:0;
	padding:0;
	z-index:1;
	width:100%;
}
/*********************************************************************/
#banner{
	/*border:1px solid black;*/
	margin:0;
	top:0;
	position:relative;
	background: url(../img/fondo.jpg) no-repeat fixed;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	min-height:833px;
}
#banner img{
	margin:0;
	padding:0;
	width:100%;
}
/***********************************************/
/*******DISPOSITIVOS MOBILES*********/
/**********************************************/
@media only screen and (max-width:1150px){
	/**SLIDER*/
	section#slider{		
		height:490px;
	}
	#slider ul li img{
		width:100%;
	}	
}
@media only screen and (max-width:1024px){
	/**SLIDER*/
	section#slider{
		height:440px;
	}
	
}
/***    DISEÑO PARA TABLETAS           ****/
@media only screen and (max-width:800px){
	/**SLIDER*/
	section#slider{
		height:350px;
	}
	#slider ul p{
		left:2.5%;
		width:95%;
	}	
}
@media only screen and (max-width:768px){
	/**SLIDER*/
	section#slider{
		height:350px;
	}
	#slider ul p{
		left:2.5%;
		width:95%;
	}
}
@media only screen and (max-width:720px){
	/**SLIDER*/
	section#slider{
		height:350px;
	}
	#slider ul p{
		left:2.5%;
		width:95%;
	}
}
@media only screen and (max-width:640px){
	
		
}
@media only screen and (max-width:540px){
	/**FONDO*/
	
	
}
@media only screen and (max-width:480px){
	
	
}