@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: top;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0;
}
body {
    background: white;
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}

table td {
	/*vertical-align: middle;*/
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

header, section, footer, article, nav, aside {display: block;}


/*
------------------------------8<--------------------------------
*/

body {
	margin:0;
	background:#E3E3E3 url(../img/bck.jpg);
}

hr {
	border-style:solid;
	border-width:1px;
	border-color: #ccc #999 #fff #999;
	margin:0;
}

/*----------------header-------------------*/

header#top {
	margin:0 auto;
	height:330px;
	text-align:center;
	min-width:900px;
}

/*----------------main-------------------*/

section#main {
	margin:0 auto;
	text-align:center;
	min-width:900px;
	background:url(../img/bck-site2.jpg) repeat-y center top;
}

/*----------------conteudo-------------------*/

section#conteudo {
	width:900px;
	margin:0 auto;
	text-align:left;
	padding-top:10px;
}
div#mais {
	margin: 10px 0;
}
div#mais a{
	display:block;
	width:80px;
	margin-top:10px;
	padding:5px;
	background:#666;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: .8em;
	-moz-border-radius: .8em;
	border-radius: .8em;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
div#mais a:hover {
	background:#9AAC2A;
}
a#alert {
	display:block;
	margin: 10px 0;
	padding:5px 5px 5px 30px;
	font:normal 24px Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
	background:#eee url(../img/x.png) no-repeat right center;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.1);
	box-shadow: 1px 2px 3px rgba(0,0,0,.1);
}
a#alert:hover {
	background: #FDF9E3 url(../img/x.png) no-repeat right center;
}
a#alert span {
	color:#9AAC2A;
}
/*----------------port-------------------*/

section#conteudo article.port {
	margin:20px 0;
	width:870px;
	height:320px;
	padding:0 0 10px 30px;;
	border-bottom: 1px #bbb dotted;
	position:relative;
}
section#conteudo article.port a.tag{
	display:block;
	width:30px;
	height:20px;
	padding:5px;
	position:absolute;
	background:#666;
	top:15px;
	left:0;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	box-shadow: 1px 2px 3px rgba(0,0,0,.2);
}
section#conteudo article.port a.tag:hover {
	background:#9AAC2A;
}
section#conteudo article.port section.bck-img {
	width:500px;
	height:300px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	background:url(../img/bck-img.jpg);
	border:3px #fff solid;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	box-shadow: 1px 2px 3px rgba(0,0,0,.2);
}


section#conteudo article.port header {
	position:absolute;
	top:10px;
	left:560px;
}

section#conteudo article.port header h1 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#9AAC2A;
	text-transform:uppercase;
	padding:0;
	margin-bottom:5px;
}

section#conteudo article.port header h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#666;
	text-transform:uppercase;
	padding:0;
	margin-bottom:5px;
}
section#conteudo article.port header p {
	font:normal 11px/1.5em Arial, Helvetica, sans-serif;
	color:#868686;
	margin:5px 0;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}
section#conteudo article.port header a {
	display:block;
	width:80px;
	margin-top:10px;
	padding:5px;
	background:#9AAC2A;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: .8em;
	-moz-border-radius: .8em;
	border-radius: .8em;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
section#conteudo article.port header a:hover {
	background:#666;
}
/*----------------agencia-------------------*/
section#conteudo section#agencia {
	display:none;
	padding:20px;
	background:#eee;
}
section#conteudo section#agencia header{
	font:normal 28px Arial, Helvetica, sans-serif;
	color:#666;
	margin-bottom:10px;
	background: url(../img/x.png) no-repeat right center;
	cursor:pointer;
}
section#conteudo section#agencia article p{
	font:normal 12px/1.5em Arial, Helvetica, sans-serif;
	color:#868686;
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
	margin:5px 0;
}
/*----------------ass.imprensa-------------------*/
section#conteudo section#ass {
	display:none;
	padding:20px;
	background:#eee;
}
section#conteudo section#ass header{
	font:normal 28px Arial, Helvetica, sans-serif;
	color:#666;
	margin-bottom:10px;
	background: url(../img/x.png) no-repeat right center;
	cursor:pointer;
}
section#conteudo section#ass article p{
	font:normal 12px/1.5em Arial, Helvetica, sans-serif;
	color:#868686;
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
	margin:5px 0;
}
/*----------------contato-------------------*/
section#conteudo section#contato {
	display:none;
	padding:20px;
	background:#eee;
}
section#conteudo section#contato header{
	font:normal 28px Arial, Helvetica, sans-serif;
	color:#666;
	margin-bottom:10px;
	background: url(../img/x.png) no-repeat right center;
	cursor:pointer;
}
section#conteudo section#contato #form-ctt p{
	font:normal 16px/1.5em Arial, Helvetica, sans-serif;
	color:#999;
	margin:5px 0;
}
section#conteudo section#contato #form-ctt .field {
	background:none;
	width:745px;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#999;
	padding:4px;
	border:none;
	border-bottom:1px #ccc dotted;
	text-transform: uppercase;
	outline:none;
}
section#conteudo section#contato #form-ctt #cttemail {
	width:742px;
}
section#conteudo section#contato #form-ctt #ctttel {
	width:728px;
}
section#conteudo section#contato #form-ctt #cttmsg {
	width:715px;
}
section#conteudo section#contato #form-ctt .empty {
	border:none;
	border-bottom:1px #FF8080 solid;
	padding:4px;
}
section#conteudo section#contato #form-ctt .bt {
	border:none;
	width:130px;
	margin-top:10px;
	padding:5px;
	background:#9AAC2A;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: .8em;
	-moz-border-radius: .8em;
	border-radius: .8em;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
section#conteudo section#contato article p{
	font:normal 12px/1.5em Arial, Helvetica, sans-serif;
	color:#868686;
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
	margin:5px 0;
}
section#conteudo section#contato section#maps {
	border:3px #ccc solid;
	margin-top:10px;
	height:300px;
	background:#E9E9E9 url(../img/map-loader.gif) no-repeat center;
	
}

/*----------------base-------------------*/
footer#base {
	margin:0 auto;
	min-width:900px;
	height:60px;
	padding:10px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#868686;
	text-align:center;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}

/*-------------------clear--------------------*/
section#main:after, section#conteudo:after, section#conteudo article.port header:after, .clear {
	clear: both; 
	display: block; 
	font: 1px/0px serif; 
	content: "."; 
	height: 0; 
	visibility: hidden; 
}

