@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	background-image: url(img/blog4.jpg);
	background-repeat: no-repeat;  
	background-position:top center;
    margin:0;
    color:#fff;
	font-size:12px;
	line-height:170%;
	font-family:Verdana, Geneva, sans-serif;
    text-align: center;
}
#video{
	background-color: #000;
	background-image: url(img/bg_abertura2.jpg);
	background-repeat: both;  
	background-position:top center;
}
/*CONTEINER*/
#conteiner{
	width:710px;
	margin-top:340px;
}
/*MENU*/
#menu ul {
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/
	
}
#menu li{
	display:inline;
	display:inline-block;
	float:left;
}
#menu a {
	display: block;
	padding-top:15px;
	margin-right:5px;
	border: 0;
	width: 111px;
	height: 40px;
	background-color: #000;
	text-decoration: none;
	background-image: url(img/menu_l.jpg); 
	voice-family:inherit;
	color:#c94093;
    font: small Georgia, Times New Roman, Times, serif;
	font-weight:bolder;
}
#menu a:hover { 
	border: 0; 
	background-color:#000; 
	background-image: url(img/menu_h.jpg); 
}

/*LINHA*/
#linha img{
	padding-top:5px;
}
/*TÍTULOS*/
#titulo{
	clear:both;
	margin-bottom:10px;
	float:left;
}
/*TEXTOS*/
#textos{
	text-align:justify;
	clear:both;
	padding:10px 40px 0px 50px;
}
/*ABERTURA*/
*conteudo_video{
	padding-top:100px;
}

