@charset "utf-8";
/* CSS Document */


#Titulo{
	width: 100%;
	display:inline-block;
	vertical-align:top;
	text-align: left;
	font-size: 2.5em;
	color: #A45F00;
	padding-left: 10px;
}

#Titulo p{
	margin-bottom: 4px;
	font-family: Tahoma, Geneva, sans-serif;
    font-style: italic;    
    padding-left: 20px;
}

#contAA{
	margin-top: 60px;
}



#contAA-Left{
	width: 300px;
	float: left;
}

#contAA-Right{
	width: 632px;
	float: left;
	
}

#contAA-Right img{
	border:3px solid #fff;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.3) inset;
	margin-top: 15px;
}
#cont1{
	height: 430px;
	/*width: 550px;*/
	margin: 0px auto;
}

#cont2{
	height: 430px;
	margin: 0px auto;
}

#contAA-Left ol{
	margin-top: 0px;
	
}

#contAA-Left ol li{
	background: url('imagens/hammerLaw.png') no-repeat left;
    list-style: none;
    padding: 0px 0px 0px 50px;
    margin-bottom: 10px;
    text-align: left;
    vertical-align: middle;
    height: 32px;
    font-size: 2em;
    background-position-y: 50%;
    cursor: hand;
}

#inferior{  
	clear: both;
    border-bottom: 5px solid;
    border-top: 5px solid;
    border-left: 1px dotted;
    border-right: 1px dotted;
    border-radius: 20px;
    border-color: #cea664;
}

#inferior div{
	
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
}

#contAA-Left ol li{  
	cursor: pointer;
}
/*
#contAA-Left ol li:hover{  
	    font-style: italic;
}
*/

