@charset "utf-8";
/* CSS Document */

/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote img {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
 
}

a:link
{
	color: #06F;
}

/*a:visited
{
	color:#3F0;
}*/

a:hover
{
	color: #C00;
}

a:visited:hover
{
	color: #F6F;
}

*
{
	border: 0px;
	padding: 0px;
	text-decoration: none;
}

ul, ol
{
	list-style: none;
}

/* end reset browser styles */

html
{
	background: url(../imagens/bg_image.png) repeat-x left top;
	background-color: #F90;
	border: none;
}

body
{
	width: 900px;
	margin: 0 auto;
}
/* Estilos do cabeçalho */
#cabecalho
{
	width: 840px;
	min-height: 50px;
	margin: 0 auto;
	margin-top: -30px;
	background-color: #03D9E4;
	padding: 10px;
	padding-left: 35px;
	padding-bottom: 0px;
	border-radius: 100px;
}

#logotipo
{
	margin-left: -200px;
	margin-top: 30px;
	height: 35px;
	width: 50px;
}

#logotipo img
{
	height: 100px;
	width: 200px;
}

#menu
{
	width: 900px;
	margin: 0 auto;
	margin-top: 10px;
	margin-left: -80px;
	height: 20px;
	background-color: #F00;
	padding: 10px;
	padding-left: 50px;
	border-radius: 20px;
	
}

#cabecalho a
{
	font-size: 40px;
	color: #fff;
	font-weight:900;
}

#cabecalho h2
{
	font-size: 20px;
	font-weight:900;
}


#menu ul
{
	width: 800px;
	padding-bottom: 50px;
	font: bolder 25px "Times New Roman", Times, serif;
	margin: 0 auto;	
}

#nav li a:link, a:visited
{
	/*color: #FFF;*/
	border:#00F 4px solid;
	border-radius: 6px;
	border-top: none;
	border-right: none;
	padding: 0px 5px 0px 5px;
	font: bolder 25px "Times New Roman", Times, serif;
	background-color: #03D9E4;
	text-decoration: none;
	display: block;
}

#nav li a:hover
{
	color: #fff;
	border: #00F 4px solid;
	border-radius: 6px;
	border-top: none;
	border-right: none;
	font: bolder 25px "Times New Roman", Times, serif;
	background-color: #00F; /*#03d9e4;*/
}

#nav li a:active
{
	color: #000;
	border: #00F 4px solid;
	border-radius: 6px;
	border-top: none;
	border-right: none;
	background-color: #00F;
}

#nav > li
{
	float: left;
	margin-left: 4px;
}

#nav li ul
{
	display: none;
	position: absolute;
	max-width: 260px;
}

#nav li:hover > ul
{
	display: block;
}

#nav li ul li
{
	position: relative;
}

#nav li ul li ul
{
	right: -120px;
	top: 4px;
}

/* Fim dos estilos do cabeçalho */

.login
{
	float: right;
	width: 50px;
	height: 550px;
	/*padding: 10px;*/
	padding-top: 90px;
}

.login h4
{
	color: #A05;
	letter-spacing: 1px;
	font: bold 22px "Times New Roman", Times, serif;
}

.login h6
{
	color: #A05;
	letter-spacing: 1px;
	font: bold 18px "Times New Roman", Times, serif;
}

.login .link
{
	color: #D40000;
	font: 15px "Times New Roman", Times, serif;
}


.login p
{
	font: #000 13px "Times New Roman", Times, serif;
}

.login label
{
	font: bold 20px "Times New Roman", Times, serif;
}

.login h1
{
	font: 20px "Times New Roman", Times, serif;
	font-weight: bolder;
}


/* Classes dos formulários */
form input.erro, textarea.erro, select.erro
{
	border: 2px solid #800517;
}

input
{
	border-color: #000;
	border: thin;
}

.erro
{
	color: #800517;
	font: 14px "Times New Roman", Times, serif;
	padding-left: 4px;
}

#formulario
{
	display: inline;
}

#dentro
{
	margin-right: 10px;
	float: left;
}


/* Fim classes dos formulários */

/* Estilos do corpo */
#corpo
{
	width: 1100px;
	height: 2000px;
	padding: 10px;
	margin-top: 20px;
	margin-left: 0px;
	padding-top: 15px;
	float:left;
	border-right: #F00 double;
}

#corpo h1
{
	font: 40px "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #7F0000;
}

#corpo h2
{
	font: 30px "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #7F0000;
}

#corpo h3
{
	font: 20px "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #7F0000;
}

#corpo strong
{
	font: 20px "Times New Roman", Times, serif;
	font-weight: bolder;
}

#corpo input, label, select
{
	font-size: 20px;
}

table
{
	border: #000, medium;
	font-size: 10px;
}

th
{
	font-size:13px;
}
