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

section {
	background: #fff;
	padding: 0px 25px 25px 25px;
}

#destaque {
	position: relative;	
	color: #fff;
	width: 950px;
	height: 250px;
	margin: 0 0 20px 0;
	z-index: 1;
	border-top-left-radius: 200px 10px;
	border-top-right-radius: 200px 10px;
	overflow: hidden;
}
#destaque h1 {
	bottom: 65px;
	font-size: 2.0em;	
	padding: 10px;
}
#destaque h2 {
	bottom: 15px;
	font-size: 1.4em;
	padding: 5px 10px;
}
#destaque h1, #destaque h2 {
	
	display: inline-block;
	position: absolute;
	left: 15px;
	text-align: right;
	color: #5b5b5c;
	font-weight: normal;
	background: url(../img/fundo-branco-80.png);
	z-index: -1;
}

#breadcumb {
	border-bottom: 1px dotted #aaa;
	position: absolute;
	right: 25px;
	top: 30px;
	z-index: 3;
	padding: 0 10px 8px 0;
}
#breadcumb ol, #breadcumb ol li ol {
	list-style: none;
	padding: 0px;
	margin: 0;
	display: inline;
}
#breadcumb ol li {
	display: inline;
	padding: 0px;
}

section article blockquote {
    background: url(../img/fundo-preto-15.png);
    padding: 1px 18px;
    text-align: justify;
    position: relative;
}
/*
section article blockquote:before, section article blockquote:after {
    content: '';
    background: url(../img/quotes.png) no-repeat;
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
}
section article blockquote:before {
    background-position: top left;
    left: -24px;
    top: -5px;
}

section article blockquote:after{
    background-position: top right;
    right: -24px;
    bottom: -5px;
}
*/