* {
	font:11px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#737373;
	margin:0;
	padding:0;
}
p {
	font:11px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#737373;
}

body {
	background:url(../imgs/bg_menu.jpg) repeat-x top;
	
}
#geral {
	width:700px;
	margin:0 auto;
}
h2 {
	clear:both;
	width:100%;
	margin-bottom:5px;
	background:url(../imgs/bg_tit.gif) repeat-x;
}
h3{
	margin-bottom:5px;
	color:#E5385B;
	font:bold 14px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 span{
	display:block;
	color:#E5385B;
	font:italic 11px/13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:5px 0;
}
h4 {
	font:bold 13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#E5385B;
}
.lista {
	clear:both;
	width:100%;
	border-top:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
	padding:10px;
	margin:10px 0 20px;
}
.lista li {
	list-style:square;
	margin:0 3%;
	color:#E5385B;
	padding:4px 0;
}
.lista li span {
	color:#737373;
}
strong {
	font-weight:bold;
}
a {
	color:#533D7D;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


/*****************   CLASSES ***************/
.tit_vermelho {
	color:#E5385B;
	font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.tit_roxo{
	color:#533D7D;
	font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}




.bt_ler_mais {
	display:block;
	width:68px;
	height:31px;
	background:url(../imgs/bt_ler_mais.jpg) no-repeat;
	
	overflow:hidden;
	text-indent:-9000px;
}
.bt_topo {
	display:block;
	width:75px;
	height:30px;
	background:url(../imgs/bt_topo.jpg) no-repeat;
	
	overflow:hidden;
	text-indent:-9000px;
}
.bt_download {
	display:block;
	width:109px;
	height:31px;
	background:url(../imgs/bt_download.jpg) no-repeat;
	
	overflow:hidden;
	text-indent:-9000px;
}

#cadastro .bt_enviar {
	width:86px;
	height:31px;
	cursor:pointer;
	background:url(../imgs/bt_enviar.jpg) no-repeat top;
	border:none;
}
#cadastro .bt_enviar:hover, #cadastro.bt_enviar:focus, .bt_ler_mais:hover,.bt_topo:hover {
	border:none;
	opacity:0.90;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
}

/*************************************/
#intro {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:480px;
	text-align:center;
	
	background-color:#FFF;
}
h1 {
	float:left;
	width:161px;
	height:67px;
	background:url(../imgs/logo_biografia.jpg) no-repeat;
	
	margin:10px 0;
}
h1 a{
	width:161px;
	height:67px;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
}

#fullbanner {
		float:right;
		width:486px;
		height:60px;
		display:block;
		
		margin:15px 0 15px 40px;
}
#fullbanner img {
	border:none;
}


ul#menu {
	float : right;	
	margin : 5px 0 25px;
    width : 425px;
}
ul#menu li { 
    display : inline-block;
    float : left;
    list-style:none;
	padding-left:10px;
}

ul#menu li a { display : block; height : 15px; }
ul#menu li.home a { background:url(../imgs/menu/home.png) no-repeat; width : 36px; }
ul#menu li.lancamentos a { background:url(../imgs/menu/lancamentos.png) no-repeat; width : 79px; }
ul#menu li.imprensa a { background:url(../imgs/menu/imprensa.png) no-repeat; width : 59px; }
ul#menu li.publique-livro a { background:url(../imgs/menu/publique-livro.png) no-repeat; width : 110px; }
ul#menu li.blog a { background:url(../imgs/menu/blog.png) no-repeat; width : 27px; }
ul#menu li.cadastro a { background:url(../imgs/menu/cadastro.png) no-repeat; width : 54px; }

ul#menu a:hover{
	opacity:0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

ul#menu li span { display : none;}



/***************** HOME    *******************/
#dt_quem_somos h2, #dt_lancamentos h2, #central_atend h2 {
	background:none;
	clear:both;
}
#dt_quem_somos {
	float:left;
	width:300px;
	padding:0 0 20px 18px;
	text-align:justify;
}

#dt_lancamentos, #central_atend {
	float:right;
	width:300px;
	padding:0 18px 20px 0;
}
#central_atend p {
    color : #E63A5A;
	font-size : 15px;
    font-weight:bold;
    margin-left:21px;
}
#dt_lancamentos img {
	float:left;
}
#dt_lancamentos div {
	float:right;
	width:195px;
	margin-top:10px;
}
#dt_lancamentos div .bt_ler_mais {
	float:right;
}



/*************************************/
#rodape{
	clear:both;
	width:100%;
	font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../imgs/bg_rodape.jpg) top repeat-x;
	height:25px;
	text-align:center;
	padding-top:19px;
} 
#rodape a {
	font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#737373;
	text-decoration:none;
}
#rodape a:hover {
	text-decoration:underline;
}

/*************** INTERNA **********************/
.small-column {
	float:left;
	list-style:none;
	width:400px;
	margin-bottom:15px;
	text-align:justify;
}
.small-column p {
	margin:10px 0 20px 0;
}
.medium-column {
	float:left;
	list-style:none;
	width:450px;
	margin-bottom:15px;
	text-align:justify;
}
.medium-column p {
	margin:10px 0 20px;
}


/*******

opacity:0.60;
filter: alpha(opacity=60);
-moz-opacity:0.6;

///****/