@charset "utf-8";
body  {
	 font: 14px Verdana, Arial, Helvetica, sans-serif;
	 background: #666666;
	 margin: 0;
	 padding: 0;
	 text-align: center;
}
body a{
   color:#FFCC00;
   text-decoration:underline;
   font-size:12px;
}
#container {
	 width: 750px;
   background: #333333;
	 margin: 0 auto;
   border: 1px solid #000000;
	 text-align: left;
	 color: #FFFFFF;
} 
#header {
   width: 750px;
   height:187px;
   background: #FFCC00 url("img/header.jpg") no-repeat;
}

#menu_top {
	color:#990000;
	top: 162px;
	left:240px;
	width:360px;
	position:relative;
	background:none;
}

#menu_top a{
	color:black;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}
#menu_top a:hover{
	text-decoration:underline;
	color:#990000;
}

#sidebar {
	float: right;
	width: 180px;
	padding: 15px;
	margin-top: 10px;
	background: #333333;
	font-size:12px;
}
#sidebar ul{padding-left:8px;margin-left:8px}
#sidebar li{margin-top:5px;}
#main {
	 margin: 0 220px 0 0;
	 padding: 15px 20px;
   min-height:347px;
	 border-right: 6px dashed #FFCC00;
}
#main p{
	 text-indent:2em;
}
#footer {
	 padding: 0 10px 0 20px;
   background: #990000;
   border-top: 10px solid #FFCC00;
} 
#footer p {
   text-align:center;
   font-size:12px;
   margin: 0;
   padding: 10px 0;
}
.script{display:none;}
#notice{
   background:#525252;
   border:1px solid #000000;
   width:465px;
   height:140px;
   margin-top:30px;
   padding:8px 8px 8px 8px;
}
#notice .texto{
   width:270px;
   float:left;
   font-size:12px;
}
#notice .video{
   width:182px;
   height:137px;
   float:right;
   border:1px solid #000000;
}
hr{
   border:0;
   border-top:5px dashed #FFCC00;
   margin-top:20px;
}
h4{margin-top:0}
input, textarea{
	 background: #FFCC00;
	 border:none;
   font-size:12px;
}