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

body	{
	margin: 0;
	background-color:#000000;
	}

img	{	
	border:none;
	}
	
/*INDEX*/	

#geral	{
	width:100%;
	height:1310px;
	top:0px;
	left:0px;
	position:relative;
	}

#site	{
	width:800px;
	height:100%;
	top:0px;
	left:0px;
	position:relative;
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #666666;
	margin-top: 20px;
	margin-bottom:20px;
	}

#logo {
	width: 198px;
	height:215px;
	left:250px;
	top:-20px;
	position:absolute;
	background-image:url(logo_rubinho.gif);
	background-repeat:no-repeat;
}

#Menu {
	width: 300px;
	height:auto;
	top:15px;
	right:15px;
	position:absolute;
/*	border:1px #00FF00 solid;
*/}

/*____________LI___________*/

li.menu{
	list-style:none;
	border: 0px solid #686868;
	display: block;
	background-color: #000066;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: 20px;
	text-align: right;
}

a:link.menu {
	border: 1px solid #686868;
	display: block;
	background-color: #000066;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: none;
	font-size: 20px;
	text-align: right;
	padding:3px 10px 3px 3px;
}

a:visited.menu{
	border: 1px solid #686868;
	display: block;
	background-color: #000066;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: none;
	font-size: 20px;
	text-align: right;
	padding:3px 10px 3px 3px;
	}

a:hover.menu{
	color: #CCCCCC;
	background-color: #111111;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 20px;
	text-align: right;
	padding:3px 10px 3px 3px;
}

#video {
	width: 300px;
	height:243px;
	right:15px;
	position:absolute;
	top:170px;
/*	border:1px #00FF00 solid;
*/	}

#programacao {
	width:350px;
	top:450px;
	left:15px;
	height:520px;
	position:absolute;
	background-color: #000066;
	border: 1px solid #6b6b6b;
}


#faleconosco {
	width:400px;
	height:520px;
	top:450px;
	right:15px;
	position:absolute;
	background-color: #000066;
	clear: both;
	border: 1px solid #6b6b6b;
}

#Gallery {
	width:768px;
	height:130px;
	left:15px;
	top:980px;
	position:absolute;
	padding: 10px 0 10px 0;
	border: 1px solid #666666;
	text-align:center;
	margin-top: 10px;
	}

li.galeria	{
	width:90px;
	display:inline;
	list-style:none;
	}
	
li.galeria a:link{
	width:90px;
	display:inline;
	list-style:none;
	}
	
#Footer p{
	width:768px;
	height:130px;
	left:15px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #666666;
	top:1150px;
	position:absolute;
	text-align:center;
}


/*____________TEXTO___________*/
h3{
	margin: 0px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC00;
	padding:6px;
	text-align:left;
}

h3.textcenter{
	margin: 0px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC00;
	padding:6px;
	text-align:center;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding: 10px;
	margin: 0px;
	text-align:left;
}



