@charset "UTF-8";
/* CSS Document */

/* Menu Vídeo e Agenda (direita do site) */
#videos_back {
	background-image:  url("img/videos_back.png");
	margin-left: 717px;
	margin-top: 0px;
	position: absolute;
	width: 220px;
	height: 212px;
}

#agenda_back {
	margin-left: 725px;
	margin-top: 215px;
	position: absolute;
	width: 220px;
	height: 215px;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* Background das notícias */
#news_top {
	background-image: url("img/news_top.png");
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 717px;
	height: 31px;
}

#news_top img {
	border: none;
	padding-top: 6px;
	padding-left: 20px;
	position: absolute; 
	width:675px; 
	height:23px;
}

#news_middle {
	background-image: url("img/news_middle.png");
	background-repeat: repeat-y;
	overflow:auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 717px;
	min-height: 364px;
	max-height: 364px;
}

#news_bottom {
	background-image: url("img/news_bottom.png");
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 717px;
	height: 31px;
}

#news_texto {
	margin-left: 30px;
	margin-top: 0px;
	overflow: auto;
	position: absolute;
	vertical-align: super;
	width: 662px;
	height: 355px;
	max-width: 662px;
	max-height: 355px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

p {
	line-height: 100%;
	margin: 0 0 0 0;
}

					/* FONTES */
/* PROJETOS */
h1 {
	color: #394379;
	font-family: Tahoma, Helvetica;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

h2 {
	color: #394379;
	font-family: Tahoma, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

h3 {
	color: #000000;
	font-family: Tahoma, Helvetica;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

ul {
	color: #000000;
	font-family: Tahoma, Helvetica;
	font-size: 10px;
	font-weight: normal;
	line-height: 200%;
	text-align: left;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: circle;
}

ul a:link, a:visited {
	text-decoration: none;
	color: #394379;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}
a.projeto_link:hover {
	text-decoration: none;
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}
a.projeto_link:active {
	text-decoration: none;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}
/* xxxxxxXXXxxxxxx */

#news_noticia {
	color: #000000;
	font-family: Tahoma, Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}

/* Tipo - VEJA MAIS */
a.vm:link, a.vm:visited {
	text-decoration: none;
	color: #000000;
	font-family: Tahoma;
	font-size: 10.42px;
	font-weight: normal;
}

a.vm:hover {
	text-decoration: none;
	color: #F1F1F1;
	font-family: Tahoma;
	font-size: 10.42px;
	font-weight: normal;
}

a.vm:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10.42px;
	font-weight: normal;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
