﻿/* ESTRUTURA */

#body_1 {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
	font-family: "Trebuchet MS";
}

#divPrincipal{
	width: 840px;
	height: auto;
}
#divFlash{
	height: 335px;
}
#divFlashInterna{
	height: 310px;
}
#divConteudo{
	background-image: url(../img/bg_2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
}
#divMenu{
	width: 275px;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
}
#divConteudoEsq{
	float: right;
	width: 485px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#divChamadasHome{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/* FONTES */

.txt14cinza{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #999999;
}
.txt14cinza a:link{color: #999999;text-decoration: none;}
.txt14cinza a:visited{color: #999999;text-decoration: none;}
.txt14cinza a:hover{color: #666666;text-decoration: none;}
.txt14cinza a:active{color: #999999;text-decoration: none;}

.txt12cinza{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
}
.txt12cinza a:link{color: #999999;text-decoration: none;}
.txt12cinza a:visited{color: #999999;text-decoration: none;}
.txt12cinza a:hover{color: #666666;text-decoration: none;}
.txt12cinza a:active{color: #999999;text-decoration: none;}

.txt12azul{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #003876;
}
.txt12azul a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #003876;
	text-decoration: none;
}
.txt12azul a:hover{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0059BB;
	text-decoration: none;
}

.txt10cinza{
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #333333;
}
.txt10azul{
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #003876;
}
.txt10azul a:link{color: #003876;text-decoration:none;}
.txt10azul a:visited{color: #003876; text-decoration:none;}
.txt10azul a:hover{color: #0059BB; text-decoration:none;}
.txt10azul a:active{color: #003876; text-decoration:none;}


.txt16azul{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #39588E;
	font-weight: bold;
}
.txt16azul a{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #39588E;
	font-weight: bold;
}
.txt16azul a:hover{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #0059BB;
	font-weight: bold;
}
.txt16verde {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #84910D;
	font-weight: bold;
}
.txt11verde{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #84910D;
}
.txt11verde a{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #84910D;
}
.txt11verde a:hover{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #B2C612;
}
.txtBoxAzul{
	font-family: "Trebuchet MS";
	font-size:12px;
	color: #999999;
	height: 15px;
	width: 80px;
}.txt14cinzaEscuro {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
}
.txt20cinza {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #666666;
}
.txt14azul {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #39588E;
	font-weight: bold;
}
.txt14azul a{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #39588E;
	font-weight: bold;
}
.txt14azul a:hover{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #0059BB;
	font-weight: bold;
}
.txt16verdeClaro {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #B2C612;
	font-weight: bold;
}
.txt14verde {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #84910D;
}
li {
	padding-left: 10px;
	margin-bottom: 10px;
	background-image: url(../img/bullet_ponto.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style:none;
}
.txtBox1 {font-family: "Trebuchet MS"; font-size:12px; color: #999999; height: 15px; width: 200px;}

