@charset "utf-8";
body {
    background-image:url("../imagenes/fondohome.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
label {
	margin-right: 1rem;
	font-weight: 500;
}
main {
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;	
}
header {
    background-color: transparent;
}


@media (min-width: 10px) {
    #tituloheader {
        font-size: 1.275em;
    }  
}
@media (max-width: 600px) {
    #tituloheader {
        font-size: 1em;
    }  
}