﻿.BoxHPTitle
{
	height: 40px;
}
.BoxCinema
{	background-image: url(images/BackGroundCinema.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 400px;
	height: 420px;
	text-align: justify;
	color: #000000;
	float: left;
	margin-bottom: 8px;
	margin-left: 3px;
}

.BoxTrend
{
	background-image: url(images/BackGroundTrend.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 400px;
	height: 350px;
	text-align: justify;
	color: #000000;
	float: right;
	margin-bottom: 8px;
	overflow: hidden;
	margin-right: 8px;
}
.BoxExtra
{
	background-image: url(images/BackGroundExtra.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 400px;
	height: 420px;
	text-align: justify;
	color: #000000;
	float: right;
	margin-bottom: 10px;
	overflow: hidden;
	margin-right: 8px;
}
.BoxMusica
{
	background-image: url(images/BackGroundMusica.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 400px;
	height: 350px;
	text-align: justify;
	color: #000000;
	float: left;
	margin-bottom: 8px;
	overflow: hidden;
	margin-left: 3px;
}
.BoxNews_Home
{
	background-image: url(images/News_HomePage.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 502px;
	height: 200px;
	text-align: justify;
	float: left;
	margin-bottom: 25px;
	padding-left: 3px;
	padding-top: 38px;	
}
.BoxNews img
{
	width: auto;
	height: auto;
	float: right;
	border: solid 1px #e6e6e6;
	margin-left: 5px;
}