﻿@charset "utf-8";
/* Formatação global ------------------- */
body {
	margin:0;
}
body,td,th {
	font: normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}
/* Formatação dos quadros --------------------------*/
#quadro_pai {
	position:relative;
	width: 100%;
	background-image:url(../images/img_fundo.jpg);
	background-repeat: no-repeat;
	background-position: top,center;
}
#corpo {
	position:relative;
	width: 760px;
	top: 9px;
	left: 50%;
	margin-left: -380px;
}
#quadro_dir {
	position:relative;
	width:440px;
	top: 4px;
	left:0;
	margin: 0 0 0 18px;
	float:right;
	background-color:#DFEFFF;
}

/* Formatacao de texto --------------------------*/
hr {
	border-color: #0000FF;
}
p {
	margin-bottom:18px;
}
.menu {
	font: bold 10px/18px Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color:#000066;
}
.titulo_pagprincipal {
	font: bold italic 18px Georgia, "Times New Roman", Times, serif;
}
.titulo_pagprincipal_2 {
	font: bold italic 14px/18px Georgia, "Times New Roman", Times, serif;
}
.titulo_pagina {
	font-size: 12px;
	font-weight: bold;
	font-variant:small-caps;
}
.titulo_pagina_sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
}
.frases {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}
.anuncio {
	color:#000066;
}
.secao {
	text-transform: uppercase;
	font-weight: bold;
	color:#000066;
}
.autor_materia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
.fonte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}
.legenda {
	font: italic 12px/18px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.recuo {
	margin-left:20px;
}
.recuo2 {
	margin-left:40px;
}
/* Firulas ------------------------------ */
.citacao {
	margin-left:20px;
	background-image: url(../images/citacao.jpg);
	background-repeat: no-repeat;
	background-position: top, left -10px;
}
.riscado {
	text-decoration: line-through;
}
.img_esquerda {
	margin-right: 12px;
}
.img_direita {
	margin: 0 0 -8px 12px;
}
.quadro_dir {
	margin: 0 0 0 12px;
	float:right;
}