﻿/* Class */
body,iframe {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
/************* ESTRUTURA **********/
#principal{
	width:770px;
	text-align:left;
	background:url(imagens/ponto_vermelho.jpg) right repeat-y;
}
#topo{
	background-image:url(imagens/bk_topo.jpg);
	background-repeat:repeat-x;
	width:770px;
	height:181px;
}
#esquerda{
	width:200px;
	background-color:#9b231c;
	float:left;
	height:100%;
	text-align:center;
}
#bk_esquerda{
	background-image:url(imagens/bk_esquerda.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#meio{
	width:570px;
	float:left;
	text-align:center;
}
#meio2{
	background-image:url(imagens/bk_meio2.gif);
	background-repeat:repeat-x;
	height:16px;
}
#rodape{
	width:770px;
	float:left;
	background:url(imagens/bk_menu.gif) right repeat-y;
}

#enet{
	background:#FFFFFF url(imagens/patern_endereco.gif) repeat-x top;
	padding:19px 10px 28px 0;
	width:1014px;
	margin:0 auto;
	text-align:right;
}

/***** LINKS LINGUAS ****/
a {
  	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
	color:#6d757a;
	text-decoration:none;
}
a.start:link { /* estado inicial */
  	font-family: Georgia, "Times New Roman", Times, serif, Verdana, Arial;
	font-size:12px;
	color:#6d757a;
	text-decoration:none;
  }
.a.start:active { /* link ativo  */
	font-family: Georgia, "Times New Roman", Times, serif, Verdana, Arial;
	font-size:12px;
	color:#9b231c;
	text-decoration:none;
}

a.start:visited { /* link visitado */
  font-family: Georgia, "Times New Roman", Times, serif, Verdana, Arial;
	font-size:12px;
	color:#6d757a;
	text-decoration:none;
  }
a.start:hover { /* quando passa-se o mouse */
  	font-family: Georgia, "Times New Roman", Times, serif, Verdana, Arial;
	font-size:12px;
	color:#9b231c;
	text-decoration:none;
}

/**** MENU *****/
#menu{
	background-image:url(imagens/bk_menu.gif);
	background-repeat:repeat-x;
	height:18px;
	border-bottom:1px solid #c45d5d;
	border-left:1px solid #c45d5d;
	border-right:1px solid #c45d5d;
}
#borda_menu{
	border-top:1px solid #c45d5d;
}

/************ TEXTOS ***********/
/** CINZA **/
.texto01_10{
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#6d757a;
	text-decoration:none;
}
.texto01_11{
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#6d757a;
	text-decoration:none;
}
.texto01_11_esp{
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#6d757a;
	text-decoration:none;
	line-height:16px;
}
.texto01_11_esp a{
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#6d757a;
	text-decoration:none;
	line-height:16px;
}
.texto01_11_esp a:hover{
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#6d757a;
	text-decoration:underline;
	line-height:16px;
}
/** VERMELHO **/
.texto02_11{
	font-family: Georgia, "Times New Roman", Times, serif, Verdana, Arial;
	font-size:12px;
	color:#9b231c;
	text-decoration:none;
}
.texto02_11_{
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#9b231c;
	text-decoration:none;
}
.texto02_13{
	font-family: Tahoma, Verdana, Arial;
	font-size:13px;
	color:#9b231c;
	text-decoration:none;
	font-weight:bold;
}
.titulo{
	font-family: Tahoma, Verdana, Arial;
	font-size:13px;
	color:#9b231c;
	text-decoration:none;
	font-weight:bold;
	padding:0 0 7px 0;
}
/** BRANCO **/
.texto03_10{
	font-family: Tahoma, Verdana, Arial;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

/********** INPIT *********/
.input{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #6d757a;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #b4b4b4;
}
#div_conteudo {
	background:url(imagens/ponto_vermelho.jpg) repeat-x;
	height:1px;
}
