﻿body 
{
	margin: 0px;
	text-align: center;
	background-color: #120808;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

p
{
	font-size: 11px;
	font-family: Arial;
	color: #666;
	text-align: justify;
	font-weight: normal;
	line-height: normal;
	margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}
h1
{
	text-align: left;
	text-indent: 10px;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	color: #1C51A8;

	vertical-align: bottom;
	border-bottom: solid 1px #1C51A8;
	/*background-image: url(imagen/imgfundoTituloH1.jpg)#F4F9F4;
	background-repeat: repeat-x;*/
}
h2
{
    font-size: 14px;
    font-family: Arial,Sans-Serif,Times New Roman;
    color: #386A9C;
    text-align: center;
    line-height: normal;
    margin-left: 5px;
    margin: 0px;
}
h3
{
    font-size: 13px;
    font-family: Arial,Sans-Serif,Times New Roman;
    color: #386A9C;
    text-align: left;
    line-height: normal;
    margin-left: 5px;
    margin: 0px;
}
h4
{
    font-size: 11px;
    font-family: Arial,Sans-Serif,Times New Roman;
    color: #0000CD;
    text-align: left;
    line-height: normal;
    margin-left: 5px;
    margin-bottom: 5px;
}
h5
{
    font-size: 11px;
    font-family: Arial,Sans-Serif,Times New Roman;
    color: #777;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    margin-left: 5px;
    margin-bottom: 5px;
}

#divIndex
{
	width: 100%;
	height: auto;
	color: #100304;
}
#divTop
{
	height: 80px;
	width: 100%;
	text-align: left;
	background-image: url(imagen/fundotop.jpg);
	background-color: #E1F3FE;
	background-repeat: repeat-x;
	background-position:top;
	border-bottom: solid 1px #c0c0c0;	
}

.pnlMenuCadastro
{
	height: 25px;
	line-height:25px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-indent: 20px;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	background-image: url(imagen/fundoBotton.jpg);
	background-position: top;
}

.pnlCadastroDados
{
	width: 100%;
	height:	0px;
	background-color: White;
	overflow: hidden;
}

.pnlDadosContato
{
	height: 25px;
	line-height:25px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-indent: 20px;
	text-align: left;
	font-weight: bold;
	background-image: url(imagen/fundoBotton.jpg);
	background-position: top;
	margin-top: 2px;
}

.pnlCadastroDadosContato
{
	width: 100%;
	height:	0px;
	background-color: White;
	overflow: hidden;
	margin-top: 2px;
}
a.imagem:hover
{
	 background-color: Black;
	 border: solid 2 Black;
	 color: Black;
	 text-decoration: none;
	 margin: 0
	 }
a.imagem
{
	 background-color: Transparent;
	 border: solid 2 Black;
	 color: Black;
	 margin: 0;
	 text-decoration: none;
}
.menuSimplesGestor
{
	text-align: left;
	margin: 0px; 
	font-family: Arial;
    font-size: 11px; 
    color: #c0c0c0; 
    text-decoration: none;
    line-height: 13px;
}
