/* CSS Las Escaleras de Empedrado - Miguel Torres */

body {
	margin: 0px;
	cursor: pointer;
	width: 100%;
}

.wrap {
	width: 100%;

}

.wrap img {
	display: block;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width: 320px) {
	body {
		background-image: url(../images/bg-escaleras-min.jpg);
		background-position:  center;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		overflow: hidden;
	}

	.logo-escaleras {
		width: 80%;
		margin: 20px auto;

	}
	
	.sello92 {
		width: 70%;
		margin: 35% 9% 0 auto;
	}

	.wrap-bottom {
		position: fixed;
		bottom: 0px;
	}

	.banda {
		background-color: rgba(0,0,0,0.8);
		width: 100%
		height: 50px;
	}

	.banda a {
		color: #fff;
		text-decoration: none;
		font-family: sans-serif;
		display: block;
		text-align: center;
		padding: 20px 0px;
		font-size: 70%;
		letter-spacing: 2px;
	}

}


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

	body {
		overflow: scroll;
	}

	.logo-escaleras {
	    width: 52%;
	    margin: 10px auto;
	}

	.sello92 {
		width: 26%;
    	margin:5% 35% 0 auto;
	}
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.logo-escaleras {
	    width: 45%;
	    margin: 20px;
	}

	.sello92 {
		width: 26%;
    	margin: 10% 49% 0 auto;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}




