/* CSS Document */

.bold {
	font-weight:bold;
	}

div#conteudo {
	color:#666666 !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:11px;
	padding-left:2px;
	text-align:justify;
	/*width:525px;*/
	}

#img_filme {
	float:left;
	}

.cabecalho {
	font-weight:bold;
	font-size:13px;
	width:auto;
	height:auto;
	}

.titulo {
	text-transform:uppercase;
	}
	
.bigode {
	font-weight:bold;
	font-style:italic;
	color:#666666;
	font-size:11px;
	}

.critico {
	font-weight:normal;
	}

/*	
.teste {
	float:left;
	width:525px;
	height:auto;
	background-color:#0099FF;
	}
*/	
a.capa_link {
	text-decoration:none;
	}
	
	
/* ACERVO DE CRITICAS */
	
div#acervo_bg {
	background-color:#EEEEEE;
	padding:3px;
		
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-left-width: 1px;
	}
	
div#acervo_img_bg {
	background-color:#FF3300;
	}	

div#acervo_img {
	margin-bottom:15px;
	padding:5px;
	}

div#conteudo_acervo {
	font-size:11px;
	padding-left:4px;
	color:#666666 !important;
	}
	
.bigode_acervo {
	font-size:11px;
	font-style:italic;
	}

.titulo_acervo{
	text-transform:uppercase;
	font-size:11px;
	}
	
.titulo_acervo a:hover{
	text-decoration:underline;
	}