body{
	margin:0px;
	font:12px tahoma, arial, sans-serif;
	background:#EEEEEE;
}

.campo_news{
	font-family: tahoma, arial, sans-serif;
    font-size: 14px;
    color: #000000;
    border: 1px #BBBBBB solid;
    background-color: #FFFFFF;
}

.campo_fale{
	font-family: tahoma, arial, sans-serif;
    font-size: 14px;
    color: #000000;
    border: 1px #BBBBBB solid;
    background-color: #FFFFFF;
}

.botao_form_fale {
    font-family: tahoma, arial, sans-serif;
    font-size: 11px;
	font-weight:bold;
    color: #000000;
    border: 1px #000000 solid;
    background-color: #F8F8F8;
}

.tit_box_preto {
	font-size:15px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	line-height:70%;
}
.tit_box_vermelho {
	font-size:18px;
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;	
	line-height:120%;
}

.href_normal {
	font:12px tahoma, arial, sans-serif;
	color:#000000;
	text-decoration:none
}

.fone_rodape {
	font:15px tahoma, arial, sans-serif;
	color:#000000;
	text-decoration:none
}

.desc_produtos {
	font:11px tahoma, arial, sans-serif;
	color:#000000;
}

.href_cadastre_curriculo {
	font:11px tahoma, arial, sans-serif;
	color:#FF0000;
	text-decoration:none
}

.destaque_home_categoria {
	color:#FF6600;
	font-size:15px;
	font-weight:bold;
}

.destaque_home_disponivel {
	font-size:11px;
	color:#FF6600;
}

.texto_destaque {
	font-size:12px;
	color:#FF6600;
	font-weight:bold
}

.banner_topo {
	font-size:22px;
	color:#FF6600;
	font-weight:bold
}

.texto_destaque14 {
	font-size:14px;
	color:#FF6600;
	font-weight:bold
}

.texto_veja_também {
	font-size:12px;
	color:#FF6600;
}

.erro {border:1px solid #f00!important;}


.submenu {position:absolute; top:165px; background:#000000; z-index:32; padding:15px 0px 5px 0px; width:140px; margin-left:0%;}
.submenu li {display:block; padding:2px; margin-bottom:1px; height:15px; float:none; repeat-x; margin-top:0px!important;}
.submenu li a:link {color:#FFFFFF; padding:0px 0px 0px 5px; margin:0; float: none; text-decoration:none}
.submenu li a {color:#FFFFFF; text-decoration:none; padding:0px 0px 0px 5px; margin:0; float: none;}
.submenu li:hover a:link {color:#fff500; }
.submenu li:hover a {color:#fff500;}
.submenu .selectedLava {height:15px!important;}



/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 15px/100% tahoma, arial, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* green */
.green {
	color: #e8f0de;
	font-family:tahoma, arial, sans-serif;
	font-size:13px;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}


