/* PAGINA \*/
* { margin: 0px; padding: 0px; border: 0px;}
html {	min-height:100%; margin-bottom:1px; border: 0; margin: 0; padding: 0;}	
body {	background: url(../images/page_bg.jpg) center top no-repeat #000000; font-family:Arial, Helvetica, sans-serif; color:#666666; font: 85%/0.9 arial, helvetica, sans-serif; line-height: 130%; width: 100%; min-width: 806px; height:100%;}
/* FINE PAGINA \*/


/*MAIN LAYOUT*/
#container { width: 100%; height: 100%; }
#content { width: 1000px; margin: 0 auto;}
#main_top { width:891px; height:654px; }
#main_middle { width:891px; height:375px; }
#main_bottom { width:891px; height:375px; }
#footer { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-align:center; color:#999999; margin-bottom:10px;}

/*HOME*/
#logo { background-image:url(../images/logo.png); background-repeat:no-repeat; width:568px; height:185px; margin-left:400px; margin-top:30px;}
#trailer { width:560px; height:312px; margin-left:400px; margin-top:30px;}
#menu { width:560px; margin-left:400px; margin-top:10px;  }
.underlinemenu{ font-family:"Times New Roman", Times, serif; font-size:13px; color:#000000; width: 100%; font-weight:bold;}
.underlinemenu ul{padding: 6px 0 7px 0; margin: 0; text-align: center; }
.underlinemenu ul li{display: inline;}
.underlinemenu ul li a{color: #000000; padding: 6px 3px 4px 7px; /*top padding is 6px, bottom padding is 4px*/  text-decoration: none;}
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{ color: #ED1A21; }
