/* by vitorgga */
a, a:link, a:visited {
	color: #333333;
}

a:hover {
	color: #F63;
	cursor: pointer; cursor: hand;
	text-decoration: ;
}

body {
	background: #FFF;
}

hr {
 border: 1px solid #F8F2F2;
 height: 1px;
 clear: both;
}

input, select, textarea {
	background: #FFFFFF url("design/input.jpg") top repeat-x;
	border: 1px solid #999999;
	color: #000000;
}
input[type=checkbox], input[type=radio] {
	border: 0px solid;
	background: none;
}
button, .button, .button:active, .button:link, .button:visited {
    background: #DA1400 url('desin/button.jpg');
	border: 1px solid #FF3A30;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: normal;
}
.button {
    display: inline-block;
    padding: 5px;
}

h1, h2, h3 {
	display: block;
	clear: both;
}
h1 {
	
	border: 0px;
	color: #333;
	font-size: 20pt;
	font-weight: normal;
	font-family: "Arial", Tahoma;
	width: 84%;
	background: url('design/fundo_h1.jpg') repeat-x; 
}
h1 a, h1 a:visited, h1 a:active, h1 a:link {
	color: #CC0000;
}

h2 {
    color: #333333;
	font-size: 14pt;
	padding: 6px 0;
	font-weight: normal;
}
h2 a, h2 a:visited, h2 a:active, h2 a:link {
	color: #333333;
}

h3 {
	color: #666666;
	font-size: 24pt;
	padding: 4px 0;
	margin: 0;
}
h3 a, h3 a:visited, h3 a:active, h3 a:link {
	color: #666666;
}


#tinymce, #tinymce p, #tinymce div, .rte_documento, .rte_documento p, .rte_documento div {
	margin: 5px;
	text-align: justify;
	text-indent: 10px;
	line-height: 150%; 
}

.banners * {
	margin: 4px;
}
.banners_vertical {
 text-align: center;
}
.banners_vertical * {
 margin-bottom: 4px; 
}
.banners_vertical a:hover img {
    filter: Alpha(opacity=75);
    opacity: 0.75;
}

.error {
	padding: 6px;
	border:1px solid #FFCC00;
	background-color: #FFFFCC;
	font-weight:bold;
	display: none;
}
.alerta {
	border: 1px solid red;
	background: #F2F2F2;
}

a.tooltip span {display:none; padding:2px 3px; margin-left:8px; font-size: 8pt; z-index: 999;} 
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}  

.item {
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer; cursor: hand;
}
.item:hover {
	background: #F2F2F2;
	border-bottom: 1px solid #50788C;
	color: #000000;
}

.sobre:hover {
    filter: Alpha(opacity=75);
    opacity: 0.75;
}

#conteudo {
	padding: 10px 10px 30px 10px;
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

.menu { 
	margin: 10px 0px 0px 0px;
	text-align:right;
}
.menu a {
	padding: 10px 16px 0 0;
	display: inline-block;
	font-family: "Aria" Tahoma;
	font-size: 12pt;
	color: #333333;
}

.menu a:hover {
	color: #666666; 
}

.a_logo {
	background: url('design/logo.png') no-repeat; 
	margin: 260px 0 0 3px;
	display: block;
	width: 188px;
	height: 80px;
    z-index: 10;
}

.a_banner {
 	position:absolute; 
	margin: 5px 0 0 40px; 
	background: url('design/background_banners.png') no-repeat;
	width: 289px;
	height: 252px;
}

.a_slogan {
	position: absolute;
	margin: 29px 0 0 232px;
	display: block;
}

.rodape_desenv {
	position: absolute;
    margin: 15px 0 0 870px;
	padding: 0px;
}

.rodape {
	background: url('design/fundo_rodape.jpg') repeat;
	color: #333333;
	padding: 10px 0px 0px 200px;
    font-size: 8pt;
    font-weight: bold;
	line-height: 150%;
	height: 50px; 
}

.paginas {
	padding: 5px;
	margin: 5px 0px;
	display: inline-block;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	width:: 50%;
}

.paginas a:hover {
	background: #F2F2F2;
}

.comentarios div {
	background: url('design/ico.gif') left top no-repeat;
	padding: 0px 10px;
	margin: 10px 5px;
	border-bottom: 1px solid #F2F2F2
}
.comentarios small {
	color: #666666;
	clear: both;
	display: block;
}

.d_topolinks {
    text-align: right;
    margin: 0 0 2px 0;
    font-size: 8pt;    
}
.d_topolinks a {
    display: inline-block;
    padding: 10px 20px 10px 0;
    color: #FFFFFF;
}

.box {
    background: #FFFFFF;
    border: 2px solid #BA0000;
    border-top: 0px;
    border-bottom: 0px;
    padding: 10px;
    color: #BA0000;
}

.d_enquete h2 {
	color: #FFFFFF;
    padding: 0;
    border: 0 solid;
	font-size: 11pt;
	font-weight: bold;
}
.d_enquete div {
	padding: 4px 0px;
}
.d_enquete label {
	cursor: pointer;
	cursor: hand;
}
.d_enquete .botoes {
	display: inline-block;
    background: #DA1400 url('desin/button.jpg');
	border: 1px solid #FF3A30;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: normal;
}

.creditos {
 filter: alpha(opacity: 100);
 opacity: 1.0;
}
.creditos:hover {
 filter: alpha(opacity: 70);
 opacity: 0.7;
}

.produtos {
	margin: 0 0 0 32px;
	line-height: 230%;
	color: #333333;
}

.agencias {
	background: url(design/back_agencias.jpg) left top no-repeat;
	margin: 0 0 0 32px;
	line-height: 150%;
	color: #333333;
	height: 115px;
}

.curriculo {
	background: url(design/back_trabalheconosco.jpg) right top no-repeat;
	margin: 0 0 0 32px;
	line-height: 150%;
	color: #333333;
	height: 115px;
}
