@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background-color: #004fa1;
}

@media only screen and (min-width: 300px) {
#content { max-width:300px;
    background-image: url(../img/precarga.gif);
	background-position: center;
	background-repeat: no-repeat;
    margin:auto;

}
}
@media only screen and (min-width: 780px) {
	#content { max-width:1280px;
	background-image: url(../img/precarga.gif);
	background-position: center;
	background-repeat: no-repeat;
margin:auto;
	
}


video{ width:100%;
		height:100%; 

}