
body{
	background-color: #090909;
	margin: 8px 0px 0px 0px;
	/* background-image: url('/img/Cinema.jpg'); */
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
}

input[type='submit']{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* font-size: 14pt; */
}

a:link{
	color: #FFFFFF;
}
a:visited{
	color: #FFFFFF;
}
a:hover{
	color: #AA0000;
}
a:active{
	color: #AA5555;
}

.header{
	font-family: Mistral;
	color: #AA0000;
}

.FeaturePresentation{
	background-image: url('/img/Cinema.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

.Titulo{
	font-family: Times New Roman;
	font-size: 40px;
}

.Sinopsis{
	padding: 10px;
	text-align: justify;
	vertical-align: top;
}

.Stats{
	text-align: center;
}

.Stats th{
	color: #AA0000;
}