/*
PADRÃO
*/


body {
      margin:0px;  
      padding:0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #363C7E;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #363C7E;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CDCEDF;
	text-decoration: none;
	color: #8688B0;
	border: 1px solid #CDCEDF;
}


/*
DIV
*/

#geral {
     width: 100%;
	 height: 100%;
	 position: absolute;
	 background-image: url(img/fundo_inst.jpg);
}

#lojistas {
	width: 100%;
	height: 100%;
	position: absolute;
}

#institucional {
	width: 100%;
	height: 100%;
	position: absolute;
}


/*
TEXTOS
*/

.txt_azul {
	color: #363C7E;
}


/*
TABELAS
*/

.td_espaco {
	padding-left: 26px;
	padding-top: 8px;
}


