@charset "UTF-8";
body {
	background-color: #2a2327;
	margin: 0;
}

header {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #ef00ff;
	position:fixed;
	text-align:center;
	z-index: 10;
    padding-right: 50px;
    padding-left: 10px;
}

.img_block {
	display:block;
}

#uno {
	background-color:#2a2327;
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top: 165px;
}

#dos {
	background-color:#302830;
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#tres {
	background-color:#352c35;
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#cuatro {
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
    background-color: #2c1b30;
}

#cinco {
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
    background-color: #311e35;
}

#seis {
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
    background-color: #35213a;
}

#siete {
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
    background-color: #3a243f;
}

#ocho {
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
    background-color: #3e2744;
}

#nueve {
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
    background-color: #422c49;
}

#diez {
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
    background-color: #442f4c;
}

#once {
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
    background-color: #9d04ae;
}

footer {
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
    padding-bottom:20px;
    background-color: #2a2327;
}


@media screen and (max-width:1600px){
    
    #uno {
	    padding-top: 130px;
    }
}

@media screen and (max-width:1300px){
    
    #uno {
	    padding-top: 90px;
    }
}



@media screen and (max-width:992px){
    
    #uno {
	    padding-top: 70px;
    }
}

@media screen and (max-width:768px){
    
    #uno {
	    padding-top: 50px;
    }
}

@media screen and (max-width:576px){
    
    #uno {
	    padding-top: 40px;
    }
}
