/************************************************************************
RESET LAYOUT
*************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/************************************************************************
BASE STYLE
*************************************************************************/
.hidden { display:none; visibility:hidden; } 
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/************************************************************************
MAIN LAYOUT
*************************************************************************/
body {
	font-family: Helvetica,Arial,sans-serif;
	font-size:13px;
	line-height: 17px;
	background: #fff;
	color: #666;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	padding: 0px;
	height: 100%;
	margin: 0 5px 5px 5px;
	border-top: 0px;
	word-wrap: break-word;
}
#header {
	text-align: center;
	height:70px
}

#content {

	}
	#content .logo{
		display:block;
		margin: 50px 0 150px 0;
	}
	#content a:link, #content a:active, #content a:visited {
		font-size: 11px;
		text-decoration:none;
        color: #e67d00;
    }
	#content img {
		margin:0 8px 0 8px;
	}
#footer {
	font-family: Helvetica,Arial,sans-serif;
	height: 30px;
	color:#333;
	margin: 0;
	}
    #footer a:link, #footer a:active, #footer a:visited {
        color: #333;
		font-size: 12px;
		text-decoration:none;
    }
	#footer a:hover {
		color: #646464;
	}
/************************************************************************
NAVIGATION STYLING
*************************************************************************/
.content ul.menu { margin: 0px; }
    .content ul.menu li{
    	font-family: Helvetica,Arial,sans-serif;
		list-style: none;
		list-style-type: none;
		display: block;
		font-size: 14px;
		border-bottom:1px solid #e88713;
		padding: 0px;
		font-weight: normal;
	}
	.content .menu li:last-child{
		border-bottom: none;
	}
	.content .menu li a{
		/*background: transparent url('../images/arrow.gif') no-repeat right center;*/
		padding: 8px 35px 8px 10px;
		color: #333;
		line-height: 20px;
		text-decoration: none;
		display: block;
	}
    .content .menu li a.loading{
        background: transparent url('../images/loader.gif') no-repeat 99% center;
    }
 
/************************************************************************
CONTENT STYLING
*************************************************************************/
#wrapper .content:last-child {
	background-image: none;
}
.content{
    text-align: justify; text-justify: newspaper;
    padding: 10px;
    margin: 0 5px 5px 5px;
	font-size:12px;
}
	.content ul {
		list-style: disc;
		list-style-position: inside;
		margin: 10px;	
	}
	.content img {
		max-width: 100%;
		max-height: 400px;	
	}
        .content img.inline{
    		float: left;
    		margin: 10px;
    	}
	.content table, .content td {
		max-width: 95% !important;
	}
	.content pre, .content code {
		background-color: #FCF7EC;
		overflow-x: auto;
		white-space: pre-wrap; /* css-3 */
		white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
		word-wrap: break-word; /* Internet Explorer 5.5+ */
		margin: 0px 0px 5px 0px;
		padding:5px 5px 3px 5px;
		white-space : normal; /* crucial for IE 6, maybe 7? */	
	}
	.content pre {
		width: 95%;	
	}


/************************************************************************
BASIC ELEMENTS
*************************************************************************/
p{
	margin: 8px 0px 14px 0px;
}
a{
	color: #9d1a20;
}
h1, h2, h3{
	font-family: Helvetica,Arial,sans-serif;
	color: #e67d00;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 7px;
	margin-bottom:  16px;
	border-bottom: 1px solid #e88713;
}
h2{
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom:  4px;
}
h3{
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom:  4px;
}
hr {
    border: 0 none;
    height: 10px;
}
/* Noticias */
a.titulo_link, a:hover.titulo_link, a:visited.titulo_link, a:active.titulo_link {color:#666; text-decoration:underline; font-weight:bold; }
a:hover.titulo_link{text-decoration:none;}

/************************************************************************
BUTTONS STYLING
*************************************************************************/
.right a, .button{
	padding: 4px 8px;
	background-color: #e67d00;
	color: #fff !important;
	text-decoration: none;
	line-height: 24px;
	font-size: 12px;
	margin-left: 2px;
	font-family: Helvetica,Arial,sans-serif;
	text-transform:uppercase;
}


/************************************************************************
REST STYLING
*************************************************************************/
.right{ float: right; }
.nopad { padding: 0px; }
.notice {
	-x-system-font:none;
	background: #FFF3AE none repeat scroll 0 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding:10px;
	margin: 8px 0px 14px 0px;
	font-style: italic;
	width: 260px;
}
.error{ border: 1px solid #CC0000; }
.spacer{ clear: both; }
.message { background: #F1F1F1; color: #999; padding: 10px; }
.rss-news-plugin { padding: 10px; }

/************************************************************************
PLUGIN STYLING
*************************************************************************/
.gallery-overview ul {
	margin: 0px;
}
.gallery-overview img {
	padding: 1px;
}

/************************************************************************
TELHAS
*************************************************************************/
#telhaCor1 {
	float:left;
	margin-top:30px;
	width:100%;
	clear:both
	}
	#telhaCor1 h1{
		font-family: Helvetica,Arial,sans-serif;
		color:#e67d00;
		font-size:16px;
		border-bottom: 1px solid #e67d00;
		margin-bottom:10px
		}
#telhaCor2 {
	float:left;
	margin-top:30px;
	width:100%;
	clear:both
	}
	#telhaCor2 h1{
		font-family: Helvetica,Arial,sans-serif;
		color:#2a7da5;
		font-size:16px;
		border-bottom: 1px solid #2a7da5;
		margin-bottom:10px
		}