@charset "utf-8";
@import url("../fuentes/QS_Bold_2/stylesheet.css");

body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    overflow-x: no-display;
    overflow-y: no-display;
}



@media screen and (max-width:800px){
canvas {
	width: 100%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: center center;
	background-image: url(../img/favicon.png);
	background-repeat: no-repeat;
	background-color: rgba(113,113,113,0.06);
}
.carousel-inner {
	height: 400px;
}
#Foto1Carrusel {
	background-image: url(../animaciones/800-1.png);
}
#Foto2Carrusel {
	background-image: url(../animaciones/800-2.png);
}
#Foto3Carrusel {
	background-image: url(../animaciones/800-3.png);
}





}

@media screen and (min-width:801px){
canvas {
	width: 100%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: center center;
	background-image: url(../img/favicon.png);
	background-repeat: no-repeat;
}
.carousel-inner {
	height: 600px;
}
#Foto1Carrusel {
	background-image: url(../animaciones/801-1.png);
}
#Foto2Carrusel {
	background-image: url(../animaciones/801-2.png);
}
#Foto3Carrusel {
	background-image: url(../animaciones/801-3.png);
}







}
