@charset "utf-8";
/* CSS Document */
*{	margin:0;
	padding:0;
}
body{ background-image:url(../img/lineas_color.png);
		background-repeat:no-repeat;
		background-position:center;

}

#contenido{ width:1024px; 
			height:690px; 
			margin:0 auto;


}
footer{	width:1024px; 
			height:38px;
			background-image:url(../img/bg_footer.jpg);
			float:left;
			

}
logo{ width: 710px;
		height:38px;
		float:left;
		
}

volver{ width: 314px;
		height:38px;
		float:left;
		
}
/* video */

video { width:1024px;
		height:652px;
		-webkit-background-size:cover; 
		-moz-background-size:cover; 
		 background-size:cover;
		 float:left;
}
