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

html {
	height:100%;
	}

body {
	background-color:#D9D4C7;
	margin:0;
	padding:0;
	font:11px Arial, Helvetica, sans-serif;
	color:#b2b19e;
	}

img {
	margin:0;
	padding:0;
	}
	
a img {
border:none;
}

/*
#boxmovie {	
	position:relative; 
	left:0; 
	top:50%; 
	height:600px;
	width:850px;
	margin:-240px auto;  
}*/

#boxmovie {
	background-color: #66FFFF;
	position:absolute; 
	left:50%; 
	top:50%; 
	height:600px;
	width:840px;
	margin:-300px 0 0 -420px; 
}

#content {
	background-color: #FFFFFF;
	position:absolute; 
	left:50%; 
	top:50%; 
	height:600px;
	width:840px;
	margin:-300px 0 0 -420px;
}


div.logo {
	position:relative;
	left:42px;
	top:190px;
	width:189px;
	height:70px;
}

div.comoda {
	position:relative;
	left:278px;
	top:50px;
	width:261px;
	height:197px;
}

div.brand {
	position:relative;
	left:600px;
	top:-80px;
	width:194px;
	height:77px;
	clear:both;
}



div.info {
position:relative;
margin:0;
top:0;
width:840px;
}

p {
text-align:center;
margin:0px;
padding:0px;
}

p.en {
font-style:italic;
}

.telf {
font-size:11px;
}

a {
text-decoration: none;
}

a:link {
color: #cccccc;
}
a:visited {
color: #666666;
}

a:active {
color: #666666;
}

a:hover {
background:#ffffff;
color: #b2b19e;
}