@media (min-width: 721px) {
	#container{
	margin: 0 auto;
	width: 100%;
	position:relative;
	float:left;
	
	
}
#limpiar {
	clear:both;
	}
#slider{
	height: 100%;
	position:relative;
}
#slider img{
	display: none;
}
#slider img:nth-child(1){
/*	display: block;
	margin-bottom:8px;
*/ display:inline-block;		
}

.img_bn {
	min-height:140px;
	width:100%;
	min-width:360px;
	transition: background-position linear 0.6s, background-color linear 0.8s;
}
#sobre {
	position:absolute;
	top:0;
	left:0;
	right:0;
	color:#fff;
	background:none;
	max-width:1000px;
	margin-left: auto;
	margin-right: auto;
}
#fotocontacto{
	height: 100%;
	position:relative;
}
#fotocontacto img{
	display: none;
}
#fotocontacto img:nth-child(1){
/*	display: block;
	margin-bottom:8px;
*/ display:inline-block;		
}
}
@media (max-width: 720px) and (min-width: 250px) {
#container{
	margin: 0 auto;
	width: 100%;
	position:relative;
	float:left;
}
#slider{
	height: 100%;
	position:relative;
}
#slider img{
	display: none;
}
#slider img:nth-child(1){
/*	display: block;
	margin-bottom:8px;
*/ display:inline-block;		
}
#fotocontacto{
	height: 100%;
	position:relative;
}
#fotocontacto img{
	display: none;
}
#fotocontacto img:nth-child(1){
/*	display: block;
	margin-bottom:8px;
*/ display:inline-block;		
}
.img_bn {
	min-height:100px;
	width:100%;
	min-width:300px;
	transition: background-position linear 0.6s, background-color linear 0.8s;
}