/* CSS Comum a todo o site */
/* HEADERS h1, h2, h3, etc. */
h1 a{
	background-color: #FFF;
	background-image: url(imagens/logo_senai.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 100px;
	display: block;
	float: left;
	margin: 0 06px;
}

h1 span{
	width: 1px;
	height: 1px;
	position: absolute;
	overflow: hidden;
}

/* LINKS EXTERNOS */
/*
body a[href ^="http://"]{
    background: url(images/link_externo.gif) center right no-repeat;
    padding-right: 13px;
}
*/

/* LINKS INTERNOS */
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #626262;
	text-decoration:none;
}

.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #626262;
	text-decoration:underline;
}

/* SKIP TO CONTENT */
.esconder{
	position: absolute;
	left: -500px;
	top: -500px;
}

.esconder a img{
	width: 1px;
	height: 1px;
	border: 0;
	text-decoration: none;
}

/* TESTEIRA */

#testeira{
	height: 30px;
	border-bottom: #CCC 1px solid;
	margin: 0 0 15px 0;
}

/* Hack Para o IE 6 e anteriores 
html>body #testeira{
	margin-left: -4px;
	margin-right: 4px;
}*/

/* Hack Para o IE 6 e anteriores 
html>body h1 a{
	margin: 0 13px;
}*/


#testeira select{
	margin: 5px 0 0 3px;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial;
	font-weight: normal;
    COLOR: #003366;
    BORDER: #999999 1px solid;
	width:211px;
	background-color:#EAEAEA;
	float: left;
}

.vejatb {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	line-height: 25px;
	margin:4px 0 0 68px;
	float: left;
}

.falecom {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	line-height: 22px;
	margin:6px 0 0 214px;
	padding: 0 0 0 21px;
	text-decoration: none;
	display: block;
	float: left;
	background: url(imagens/envelope.gif) no-repeat;
	
}

.justificar{
	text-align: justify;
}

.centralizar{
	text-align: center;
}

.sublinhar{
	text-decoration:underline;
}

/* BANNER */
#banner{
	height: 96px;
	width: 779px;
	margin: -1px 0 0px 0;
}

#banner img{
	max-width: 779px;
	width: 779px;
	height: 96px;
	border: 0;
}

#banner_nav{
	display: none;
}

/* MENU PRINCIPAL - MENU HORIZONTAL */
#menu_principal{
}


/* FONTES E ESTILOS UTILIZADOS NO ACOES.CSS */
.fonte10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #626262;
	text-decoration:none;
}

/*
.fonte10:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #626262;
	text-decoration:underline;
}
*/

.fonte11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	text-decoration:none;
	font-weight: normal;
}

/*
.fonte11:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	text-decoration:underline;
}
*/

.fonte12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #626262;
	text-decoration:none;
}

.fonte14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #626262;
	text-decoration:none;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style6 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.style7 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ED9393;
}

.style8 {
	font-family: Arial, Helvetica, sans-serif;
	color: #668E5E;
}

.atencao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.bold{
	font-weight: bold;
}


/* RODAPÉ DOS BOTÕES VOLTAR E IMPRIMIR */

#impressao{
	text-align: center;
	margin-top: 17px;
}

#voltar{
	text-align: center;
	margin-top: 29px;
	margin-left: 252px;
}

.voltar img{
	border: 0;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 10px;
}

.imprimir img{
	border: 0;
	text-decoration: none;
	margin-right: 25px;
}

