/* Propriedades Globais */

* {
	margin: 0;
	padding: 0;
}

/* Corpo da Página */

body {
	background: #D0D0D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	background-image:url(../img/bginternofundo.png);
	background-position: center top;
}

/* Links */

a {
	text-decoration: none;
	color: #004990;
}
a:hover {
	text-decoration: underline;
	color: #111;
}

/* Estrutura Geral */

#wrap {
	margin: 0 auto;
	width: 780px;
	background: #fff;
}

/* Cabeçalho */

#header {
	height: 158px;
	width:780px;
	background-image:url(../img/informativologo.jpg);
}

/* Títulos */

#header h1 { 
	font-size: 28px;
	letter-spacing: -1px;
	padding: 23px 0 0 20px;
	color: #aaa;
}

/* Links dos Títulos */

#header h1 a { 
	color: #aaa;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}

#header h1 a:hover {
	color: #111;
}

/* Títulos */

#header h2 {
	font-size: 19px;
	color: #111;
	padding: 5px 0 0 20px;
	letter-spacing: -1px;
	font-weight: 100;
}

/* Menus */

#menu {
	height: 30px;
	line-height: 30px;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	margin-bottom: 10px;
	margin-top: 10px;
}
#menu ul {
	list-style-type: none;
	padding-left: 20px;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	color: #004990;
}
#menu ul li a:hover {
	padding: 0 20px 0 0;
	text-decoration: underline;
	font-weight: 600;
	font-size: 14px;
	color: #004990;}


/*Regulagem das Imagens dos Títulos dos Cursos */

img.logos {
	border:0;
	vertical-align:middle;
}


/* Conteúdo */

#content {
	padding: 0 20px 5px 20px;
	text-align: center;
}

blockquote {
	line-height:22px;
}

.right {
	width: 750px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

.right h2 {
	font-size: 18px;
	font-weight: 100;
	padding: 15px 0 7px 0;
	color: #004990;
}

.right h2 a {
	text-decoration: none;
	color: #004990;
}

.right h2 a:hover {
	color: #111;
}

.left {
	float: left;
	width: 200px;
	margin-top: 10px;
	background: #004990;
}

.left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 13px;
	background: #788BBD;
}


/* Listas */

.left ul {
	padding: 10px 0 5px 20px;
	list-style-type: square;
	color: #788BBD;
	line-height:40px;
}

.left ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 100;
}

.left ul li a:hover {
	color: #fff;
	font-weight: 600;
}

/* Rodapé */

#footer {
	height: 30px;
	line-height: 30px;
	background: #99CC33;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

#footer a { 
	color: #fff; 
}

span.rodape {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	padding-top: 10px;
}
