

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #c00504;
}
a:active {
	text-decoration: none;
}
.margem_superior {
	padding-top: 12px;
}


/* BODY */

body {
	background-color: #ededed;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
		line-height: 1.2em;
	margin: 0px;
		text-align: center;
		font-size:11px;
}
tr,td { font-size:11px;}

/* HEADER */

#header {
	width: 784px;
	height: 150px;
	background-image: url(../images/header_cpv_colegio.jpg);
}

.cpv_online {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	float: right;
	text-align: right;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 80%;
}

/* MENU PRINCIPAL */

#menu_principal {
	width: 784px;
	height: 35px;
}

.botao_menu_principal {
	width: 98px;
	height: 30px;
	background-image: url(../images/botao_menu.gif);
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
}

/* CONTEUDO */

#conteudo {
	width: 784px;
	background-color: #FFFFFF;
	height: auto;
}

#destaque_principal {
	height: 230px;
	width: 714px;
	padding-top: 20px;
}

#destaque_lateral {
	width: 284px;
	padding-right: 32px;
	padding-top: 20px;
	float: right;
}

#noticias {
	width: 420px;
	padding-left: 34px;
	padding-top: 20px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}

.head_secao {
	padding-bottom:20px;
}

#texto {
	padding-left: 34px;
	padding-top: 20px;
	float: left;
	font:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}

#texto_matricula {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-align: justify;
}

#formulario_matricula {
	width: 714px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}

#celula_formulario {
	padding-right: 20px;
	padding-top: 10px;
}

#tabela_professores {
	height: 150px;
	width: 714px;
	padding-top: 20px;
}

#tabela_matricula {
	width: 714px;
	padding-top: 20px;
}

.coluna_professores {
	padding-top: 20px;
	padding-left: 10px;
	font-size: 70%;
	text-align: left;
	width: 228px;
	float: left;
	line-height: 150%;
}

#legenda_professores {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
}

#tabela_calendario {
	height: 209px;
	width: 714px;
	padding-top: 20px;
}

.linha_calendario {
	text-align: center;
	width: 708px;
	float: center;
}
.botao_calendario {
	width: 118px;
	float: left;
	height: 82px;
}

#botao_simulados {
	width: 380px;
	height: 46px;
	background-image: url(../images/botao_proximos_simulados.gif);
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

/* GERAL */

.botoes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	background-image: url(../images/botao_background.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #715004;
	border-left-color: #d9b316;
	border-top-color: #ffebc0;
	border-right-color: #e2cc5f;
	height: 21px;
}

.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
}

/* CORES */

.vermelho {
	color: #c00504;
	font-size: 13px;
}

.cinza {
	color: #666666;
}

.titulo_secao { text-align:left; font-weight:bold; font-size:16px;}
.subtitulo_secao {text-align:left; font-weight:bold;}
.cor_vinho { color:#990000;}
.cor_cinza { color:#333333;}

/* codigo do leandro maracini zé ruela */

 .titulo  {
           	color : White;
           	font-size : 17px;
           	font-family : Verdana, Arial;
           	text-decoration : none;
           	font-weight : bold;
           }
		   .escolha  {
           	color : #000000;
           	font-size : 10px;
           	font-family : Verdana, Arial;
           	text-decoration : none;
           }
           .escolha3  {
           	color : black;
           	font-size : 10px;
           	font-family : Verdana, Arial;
           	text-decoration : none;
           	font-weight : bold;
           }
           .escolha4  {
           	color : black;
           	font-size : 10px;
           	font-family : Verdana, Arial;
           	font-weight : bold;
           }
           .escolha5  {
           	color : Red;
           	font-size : 12px;
           	font-family : Verdana, Arial;
           	font-weight : bold;
           }
           .linkazul  {
           	color : blue;
           	font-size : 10px;
           	font-family : Verdana, Arial;
           	font-weight : bold;
           }
           .alternat  {
           	color : SlateBlue;
           	font-size : 10px;
           	font-family : Verdana, Arial;
           	text-decoration : none;
           	font-weight : bold;
           }
		   .menuitem  {
           	color : SandyBrown;
           	font-size : 12px;
           	font-family : Verdana, Arial;
           	text-decoration : none;
           	font-weight : bold;
           }
           .BrancoB10  {
           	color : #FFFFFF;
           	font-family : Verdana, Arial;
           	font-size : 10px;
           	font-weight : bold;
           }
           .PretoB10  {
           	color : Black;
           	font-family : Verdana, Arial;
           	font-size : 10px;
           	font-weight : bold;
           }
           .Preto10  {
           	color : #000000;
           	font-family : Verdana, Arial;
           	font-size : 10px;
           }		   
           .Preto09  {
           	color : #000000;
           	font-family : Verdana, Arial;
           	font-size : 09px;
           }
           .PretoB09  {
           	color : #000000;
           	font-family : Verdana, Arial;
           	font-size : 09px;
            font-weight : bold;
		   }
		   .le1  {
           	color : #000000;
           	font-family : Arial, Helvetica, sans-serif;
           	font-size : 13px;
			font-weight : bold;
			text-decoration : none;
			}
		   .le2  {
           	color : #FF0000;
           	font-family : Arial, Helvetica, sans-serif;
           	font-size : 9px;
			text-decoration : none;
			}
		   .le3  {
           	color : #000000;
           	font-family : Arial, Helvetica, sans-serif;
           	font-size : 12px;
			}
		   .le4  {
           	color : #000000;
           	font-family : Arial, Helvetica, sans-serif;
           	font-size : 9px;
			text-decoration : none;
			}
		   .le5  {
           	color : #000099;
           	font-family : Arial, Helvetica, sans-serif;
           	font-size : 13px;
			font-weight : bold;
			text-decoration : none;
			}
		   .le6  {
           	color : #FF0000;
           	font-family : Arial, Helvetica, sans-serif;
           	font-size : 9px;
			font-weight : bold;
			text-decoration : none;
			}
