/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Verdana;
	background: url(../img/bg_menu.gif) repeat-x top #F2F089;
	color: #333333;
}

img {
	border: none;
}

.n-margin {
	margin: 0 !important;
}

#conteiner {
	width: 1000px;
	margin: auto;
}
#topo {
	float: left;
	width: 1000px;
	height: 56px;
}
#topo ul {
	display: block;
	float: right;
	width: 966px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: lowercase;
}
#topo ul li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 40px;
}
#topo ul li a {
	display: block;
	float: left;
	color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}
#topo ul li a:hover {
	text-decoration: line-through;
}
#esquerda {
	float: left;
	width: 387px;
}
#flash {
	float: left;
	width: 387px;
}
#cursos_inicial {
	float: left;
	width: 387px;
	height: 328px;
	background: url(../img/bg_cursos.jpg) no-repeat;
}
#centro {
	float: left;
	width: 368px;
	padding-left: 15px;
}
#direita {
	float: left;
	width: 230px;
}
#publicidade {
	float: left;
	width: 170px;
	padding: 30px;
	background: url(../img/bg_publicidade.gif) no-repeat;
}
#newsletter {
	float: left;
	width: 230px;
	border-top: dotted 2px #217B42;
	border-bottom: dotted 2px #217B42;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #C1272D;
	text-transform: lowercase;
	margin-top: 55px;
}
#newsletter h2 {
	display: block;
	float: left;
	width: 230px;
	height: 16px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../img/bg_h_newsletter.gif) no-repeat left;
	text-indent: -10000px;
}
.txt_newsletter {
	float: left;
	width: 200px;
	padding: 10px;
	padding-top: 5px;
	background: url(../img/bg_txt_newsletter.gif) no-repeat left top;
}
#conteiner_rodape {
	width: 100%;
	height: 138px;
	background: url(../img/bg_crodape.gif) repeat-x top #7B9449;
	clear: both;
}
#exterior_inicial {
	float: left;
	width: 230px;
	padding-top: 10px;
}
#rodape {
	margin: auto;
	width: 1000px;
	height: 26px;
	padding-top: 112px;
	background: url(../img/bg_rodape.gif) no-repeat center top;
	clear: both;
}

* {
	margin: 0;
	padding: 0px;
	list-style: none;
}

n-margin {
	margin: 0 !important;
}

#conteudo {
	width: 100%;
	float: left;
}

#conteudo h1 {
	font-size: 14px;
	color: #C1282D;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

#conteudo h2 {
	font-size: 12px;
	color: #C1282D;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

#comentario {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.comment {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.comment span {
	width: 100%;
	float: left;
	color: #C1282D;
}

.cont-depoimento {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.cont-depoimento p {
	width: 100%;
	float: left;
}

.cont-depoimento span {
	color: #C1282D; 
}

/* Formulario Depoimento */
form#depoimento {
	width: 100%;
	float: left;
}

form#depoimento fieldset {
	border: none;
}

form#depoimento label {
	display: block;
	margin-top: 10px;
}

form#depoimento input {
	padding: 1px;
	height: 22px;
	width: 300px;
}

form#depoimento textarea {
	width: 330px;
	height: 120px;
}

form#depoimento input, form#depoimento textarea {
	border: 1px solid #C1282D;
}

form#depoimento input#enviar-mensagem {
	width: 125px;
	margin-top: 15px;
	background-color: #C1282D;
	border: none;
	height: 25px;
	color: #fff; 
}

.professor {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.professor img {
	float: left;
	margin-right: 10px;
}

.professor span {
	color: #C1282D;
	font-weight: bold;
}

dl#lista-videos {
	width: 100%;
	float: left;
	margin-top: 20px;
}

dl#lista-videos dt {
	color:#C1282D;
	display: block;
	font-size:16px;
	margin-bottom:10px;
	font-weight: bold;
}

dl#lista-videos dd a {
	color:#33489A;
	font-size:14px;
	margin-bottom:10px;
	font-weight: bold;
	text-decoration: none;
}

dl#lista-videos dd a:hover {
	text-decoration: underline;
}


#box_convenios {
	float: left;
	width: 387px;
	height: 500px;
	background: url(../img/bg_foto_noticia_inicial.gif) no-repeat;
}