@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1920px;
	padding-left: 0%;
	padding-right: 0%;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 759px) {
    body {
        background-image: url("../images/fondosCAF_480.jpg");
    }
}
@media (min-width:760px) {
    body {
        background-image: url("../images/fondosCAF_1440.jpg");
    }
}
@media (min-width: 1200px) {
	body{
		background-image: url("../images/fondosCAF_1440.jpg");
	}
}
.boton {
	height: 100vh;
	text-align: center;

}
