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

.box-conteudo{
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	background-color: #584a2a;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;	
    padding-left: 10px;
    padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 20px;
	background-image: url(../img/ramosP.png);
	background-repeat:no-repeat;
	background-position:right bottom;	
}

.box-conteudo p{
	color: #e4e0cd !important;
    font-size: 12px;
	line-height: 24px;
}

.box-conteudo h2{
	color: #b6ae88;
	font-size: 14px;
	text-shadow:2px 2px #1d1d1d;	
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 70px;
    padding-top: 50px;
	background-image: url(../img/ramosPTop.png);
	background-repeat:no-repeat;
	background-position:left bottom;		
}

.box-conteudo hr{
    box-shadow: 1px 2px 3px #2F2F2F;
    margin-left: 0;
	margin-top: 5px;
}

.box-conteudo .thumb-capa{
	margin: 5px auto;
	text-align: center;
	position: relative;
}

.thumb-capa .thumb-box-capa {
    background: transparent;
    border: none;
	border-radius: 0;
    margin-bottom: 20px;
	padding: 10px 0 0;
    text-align: center;
	word-wrap: break-word;	
}

.thumb-capa .thumb-box-capa h3{
	color: #ede9d3;
	text-shadow:2px 2px #1d1d1d;	
    margin-top: 0;
	margin-bottom: 12px;
	font-size: 12px;
	text-align: left;
}

.thumb-capa .thumb-box-capa p,
.thumb-capa .thumb-box-capa ul li{
	color: #e4e0cd !important;
    line-height: 28px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: justify;	
}

.thumb-box-capa span{
	text-decoration: underline;
}

.thumb-box-capa img{
	border: 1px solid #B6AE88;
	box-shadow: 1px 1px 3px #000000;	
	border-radius: 0;
}







