@charset "utf-8";


@font-face {
	font-family: RibeyeMarrow;
	src: url("fuentes/RibeyeMarrow.ttf");
}

body {
	background-color: grey ;
	font: 24px Helvetica ;
	display: flex ;
justify-content: Flex-Center;
	}
#video1 {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
    background: url(../Video/67.gif) no-repeat;
	background-size: cover;
	z-index: -1 ;
	
}

main{
	position: relative;
    z-index: 1;
    margin: auto;
	
	
}
img {
	width: 100%;
    max-width: 285px;
	
}

