﻿*
{
	padding: 0;
	margin: 0;
	font-family:Verdana;
	font-size:12px;
}

body
{
	background-color:#EEF3FA;
}

#divPagina
{
	margin: 0 auto;
	width: 1000px;
}

#divPrincipal
{
	float:left;
	width: 100%;	
}

#divCabecalho
{
	float:left;
	width: 100%;
}

#divLateralEsquerda
{
	float:left;
	width:192px;
}

#divConteudo
{
	float:left;
	width:805px;
}

#divCabecalhofaixa
{
	float:left;
	width:100%;
	height:5px;
	background-color:#575757;
}

#divCabecalhoTitulo
{
	float:left;
	width:100%;
	background-color:#f7f7eb;
	padding:5px 0;
}

#divCabecalhoPrincipal
{
	float:left;
	width:100%;
}

/*---------------cabecalho*/

#ctl00_lblCabecalhoTitulo
{
	float:left;
	color:#6D6E69;
	font-weight:bold;
	font-size:9px;
	padding-left:10px;
}

#ctl00_imgCabecalhoTelefone
{
	float:right;
	padding-right:10px;
}

#ctl00_lblCabecalhoTelefone
{
	float:right;
	padding-right:10px;
	font-weight:bold;
	color:#c89601;
}

#ctl00_imgBanner
{
	width:804px;
}

#ctl00_imgLogo
{
	padding:0 15px 15px 15px;
}

/*********Menu************/

#divLateralEsquerda ul li
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#divLateralEsquerda a
{
	color:#000;
	float:left;
	width:100%;
	height:25px;
	margin-top:1px;
	text-decoration:none;
	background-image:url(../Imagens/Menu/mnuFundo.jpg);
}

#divLateralEsquerda span
{
	float:left;
	cursor:pointer;
	margin-top:5px;
}

#divLateralEsquerda span img
{
	padding:0 8px 0 20px;
	border:none;
}

#divLateralEsquerda a:hover
{
	background-image:url(../Imagens/Menu/mnuFundo_Hover.jpg);
}

#divLateralEsquerda a:hover span
{
	color:#000;
}

.mnuTitulo
{
	background-image:url(../Imagens/Menu/mnuFundo_Titulo.jpg);
	color:#FFF;
	height:25px;
}


/********************Rodape*******************/

#divRodape
{
	float:left;
	width:100%;
	background-image:url(../Imagens/Menu/mnuFundo.jpg);
	background-repeat:repeat;
}
