@charset "utf-8";
/* CSS Document */

body{
	line-height: 2em;
	font-size: 12px;
	background-image: url(../img/fundo.png);
	background-repeat: no-repeat;
	background-position: 400px 10px;
}

#divAll{
	max-width: 70%;
	min-width: 850px;
	margin: 0 auto;
}

/*#divTop{
	width: 100%;
	height: 330px;
	margin-top: 5px;
	margin-bottom: 10px;
	box-shadow: 5px 5px 5px #888888;
	overflow:hidden;
}

#divTop h1, #divTop h2{
	font-weight:bold;
	font-size:20px;
	margin:25px;
	margin-bottom: 5px;
	text-align:left;
}

#divTop h2{
	margin-top:0;
	font-size:15px;
}

#divTop p {
	text-align:justify;
	width:450px;
	margin-top: 20px;
	margin-left:20px;
	padding:5px;
	font-size:14px;
}
*/

#divConteudo{
	margin-bottom: 10px;
	box-shadow: 5px 5px 5px #888888;
}

#divConteudo h2{
	font-size:15px;
	font-weight:bold;
	margin-bottom: 0px;
	padding: 5px;
	padding-left: 20px;
}

#divBottom{
	height: 110px;
	box-shadow: 5px 5px 5px #888888;
}

.margin5{
	margin: 5px;
}

.rightFloat{
	float:right;	
}

/*#imgCapa{
	margin-top: -80px;	
}*/

.leftFloat{
	float:left;
}

.clear{
	clear:both;
}

.listCapitulos{
	margin-top: 10px;
	float:left;
	list-style-type:decimal-leading-zero;
	margin-left: 30px;
	width: 95%;
	margin-bottom: 10px;
}

ul .listCapitulos{
	list-style-type:none;
	}

.listCapitulos a {
	text-decoration:none;
}

.listCapitulos a:hover {
	color:#75ABFF;
	text-decoration:underline;
}

.icone{
	margin:	0 4px;
	width:16px;
	height:16px;
	display:inline-table;
	vertical-align:text-bottom;
}

.icone:hover{
	border: 1px solid #222222; background: #00498f url(custom-theme/images/ui-bg_white-lines_40_00498f_40x100.png) 50% 50% repeat; font-weight: normal; color: #ffffff;
	}

.oculto{
	display:none;
	}
/*
.video {
	opacity: 0.8;
	}
	
.video:hover {
	opacity: 1;
	}
*/
#divBottom{
	text-align:center;
	padding-top:15px;
	height: 80px;
	margin-bottom:10px;
}

#divBottom img{
	border: 0;	
}

#accordion h4{
	margin: 15px auto;
}
