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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0CD5C2;
}

#content{
	width:100%;
	height:100%;
	background-color: #FFF;
}

#header{
	width:100%;
	height:116px;
	background-color: #0CD5C2;
	background-image:url(images/vistafilms-fondo-header.jpg);
	background-repeat:repeat-x;
}

#logo{
	text-align:center;
}

#datos{
    margin-right: auto;
	margin-top:-116px;
	padding-right:100px;
	float:right;
}

#reel{
	height:405px;
	width:720px;
	margin: auto;
	background-color:#FFF;
	text-align:center;
	padding-top: 50px;
	padding-bottom: 50px;

}
