/*! http://responsiveslides.com v1.54 by @viljamis */

.logo{
	width:269px;
	height:110px;
	position:absolute;
	z-index:4;
	background:url('demo/images/logoesquina.png');
	background-repeat:no-repeat;
}.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  max-width:1241px;
  min-width:320px;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
   max-width:1241px;
  min-width:320px;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;max-width:1241px;min-width:320px; 
  border: 0;
  }
 #slider1, #wrapper{
	  width: 100%;max-width:1241px;min-width:300px; 
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 490px) {
/* Styles */
	.logo{
		position:absolute;
	z-index:4;
	background:url('demo/images/logoesquina_mobile.png');
	background-repeat:no-repeat;
	width:160px;
	height:40px;
	left:4%;
		}
		#slider1{
		width:100%;
		max-width:300px;
		}
}

@media only screen 
and (min-device-width : 321px) and(max-device-width: 480px){
.logo{
	position:absolute;
	z-index:4;
	background:url('demo/images/logoesquina_mobile.png');
	background-repeat:no-repeat;
	width:160px;
	height:40px;
	left:4%;
	}#slider1{
		width:100%;
		max-width:300px;
		}
}
@media only screen 
and (max-device-width : 320px) {
	.logo{
	position:absolute;
	z-index:4;
	background:url('demo/images/logoesquina_mobile.png');
	background-repeat:no-repeat;
	width:160px;
	height:40px;
	left:4%;
	}#slider1{
		width:100%;
		max-width:300px;
		}

}
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
	.logo{
	position:absolute;
	z-index:4;
	width:97px;
	height:40px;
	position:relative;
	background:url('demo/images/logoesquina.png');
	background-repeat:no-repeat;
}
}
@media only screen 
and (min-width : 480px) 
and (max-width : 680px) {
	.logo{
	background:url('demo/images/logoesquina_mobile.png');
	background-repeat:no-repeat;
	width:160px;
	height:40px;
	left:4%;
	z-index:4;
	position:absolute;
	}#slider1{
		width:100%;
		max-width:480px;
		}
	
}
/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
.logo{
	width:180px;
	height:74px;
	position:absolute;
	z-index:4;
	background:url('demo/images/logoesquina_tablet.png');
	background-repeat:no-repeat;
}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {

	.logo{
	width:180px;
	height:74px;
	position:absolute;
	z-index:4;
	background:url('demo/images/logoesquina_tablet.png');
	background-repeat:no-repeat;
}

}
@media only screen 
and (min-width : 1018px)  and (max-width:1390px){
	.logo{
	width:269px;
	height:110px;
	position:absolute;
	z-index:4;
	position:relative;
	background:url('demo/images/logoesquina.png');
	background-repeat:no-repeat;
}
}
@media only screen and (max-device-width: 470px) {
	.logo{
	position:absolute;
	z-index:4;
	position:relative;
	background:url('demo/images/logoesquina_mobile.png');
	background-repeat:no-repeat;
	width:160px;
	height:40px;
	left:4%;
}#slider1{
		width:100%;
		max-width:450px;
		}
}
