/* CSS - Página3 */

@import url(topo.css); /** Topo **/
@import url(topoblog.css); /** TopoBlog **/
@import url(miolo.css); /** Miolo **/
@import url(rodape.css); /** Rodape **/
/** @import url(styles_menu.css); /** Menu **/
@import "/new/css/boot/css/bootstrap.css";
@import "/new/css/boot/css/bootstrap.min.css";
@import url(p3capa.css); /** Capa **/


BODY {
	width: 100%;
	margin: 0 auto;
	color: #7D7B67;
	/* font: 300 30px/1.05 "folhaii-heavy", Georgia, serif; */
	/* font-family: 'Droid Serif', serif; */
	/* background-repeat: repeat;
	background-position: 3px 0px;
	background-image: url(../../img/bg_site.gif); */
}

hr {border: 1px dashed #d5d5d5!important;}

/*

H1 {
	font-family: 'Droid Serif', serif;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	line-height: 110%;
	letter-spacing: -1px;
}

H2 {
	font: bold 24px Arial, Helvetica, sans-serif;
	padding-bottom: 2px;	
	color: #000000;
	border-bottom-color: #BCBCBC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

H3{
	font: bold 18px Arial, Helvetica, sans-serif;
	padding-top: 10px;
	border-top-color: #BCBCBC;
	border-top-style: dashed;
	border-top-width: 1px;
}

H4{
	font: bold 16px Arial, Helvetica, sans-serif;
	color:black;
}

*/

a:link {text-decoration: none; color:black}
a:visited {text-decoration: none; color:black}
a:hover {text-decoration:none; color:black}

.botaopequeno {
	background: url(/new/imagens/layout2/btn_form.gif) no-repeat;
	border: 0;
	width: 53px;
	height: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: White;
	font: 9px bold Verdana, Geneva, Arial, Helvetica, sans-serif;
}

th{
	font-weight: bold; color:#404040;
}
tr, td {
	padding: 5px 0px;
	border-bottom: 1px solid #F1F1F1;
}

.linhapontos {
	border-bottom: 1px dotted #f1f1f1;
}
.relacionadas {
	margin:0 17px;
}

.cadeado {
	position:relative;
	border:none;
	top:4px;
}