body {
	margin: 0 auto;
	background-color: #999999;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	}
img {
	border: 0px;
	margin-bottom:5px;
	}
.embrulhoX {
	width: 1024px;
	display:block;
	margin: 0 auto;
	position:relative;
}
.embrulho {
	background-image: url(imagens/fundo_site.png);
	height: auto;
	width: 1024px;
	display:block;
	margin: 0 auto;
	position:absolute;
	border-bottom: 2px solid;
	border-color: #333333;
	}
.col_verm {
	width: 231px;
	margin: 0 auto;
	text-align: right;
	display:block;
	float: left;
	}
.col_nav {
	display:block;
	float: left;
	width: 25px;
	margin: 0 auto;
	}
.col_nav_imga {
	width: 25px;
	height: 280px;
	margin: 0 auto;
	position:relative;
	}
.col_nav_imgb {
	width: 25px;
	margin: 0 auto;
	text-align:center;
	position:absolute;
	bottom: 0px;
	
	}
.col_inf {
	float:left;
	width: 656px;
	margin: 0 auto;
	}	
.estilo_1, .estilo_2 {
	font-weight: bold;
	text-align: left;
	color: white;
	font-size: small;
	word-spacing: 4px;
	line-height: 20px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:25px;
	padding-left:20px;
}

.estilo_1 {
	background-color: #999999;
	width: 280px;
}
.estilo_2 {
	background-color: #666666;
	width: 250px;
}

.estilo_3 {
	text-align:right;
	margin: 10px;
}

.inf_cab {
	margin-bottom:50px;
}
.inf_cont {
	width: 615px;
	height: 100%;
	margin: 0 auto;
	margin-bottom:10px;
	margin-left:15px;
	padding-bottom:5px;
	padding-top:5px;
	background-color: #eeeeee;
	float:left;
	}

.inf_desc {
	width: 615px;
	margin: 0 auto;
	float:left;
	}

.cineframe {
	width:250px;
	margin-right:5px;
	margin-left:10px;
	float:left;
	text-align:center;
	}

.inf_texto {
	width:340px;
	text-align:justify;
	float:left;
}

/*ESTILOS DE CABEÇALHOS E MERDAS DO GÉNERO*/

h1 {
	font-size:large;
	color:#666666;
	text-align:left;
	margin:15px;
	}
h2, h3, h4 {
	text-align: right;
	line-height: normal;
	margin: 10px;
}

h3 {
		font-size:large;
		font-weight:bolder;			
}

h2, h4 {
	font-size:small;
}

h4 {
	font-style:italic;
}

h5 {
	text-align:right;
	color:#de0122;
	margin: 10px;
}

/*LINKS*/
a, a:visited {
	font-weight: bold;
	text-decoration: none;
	}
	
a {
color: #666666;
}

a:visited: {
color: #eeeeee;
}

a:hover {
	color: #de0122;
	font-weight: bold;
	text-decoration: none;
}

a.sub_menu {
	text-decoration: none;
	color: #FFFFFF;
}
a.sub_menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.sub_menu:hover {
	color:#111111;
	text-decoration: none;
}

