/* FORMATAÇÃO CSS PARA AS PÁGINAS DE DENTRO */

p {
	font: 12px arial;
	color: #666;
	line-height: 18px;
	text-align: justify;
	margin-top: 10px;
}

#cont-dentro {
	width: 780px;
	float: right;
	margin: 5px 3px 25px 0;
}

#impressora {
width: 780px;
text-align:right;
background-image:url(../imagens/indice-contrato.gif);
height:22px;
margin:10px 0 20px 0;
}

#impressora form {
margin:10px 10px; 0 0;
}

/**** COLOR DEFAULT *****/

.banner-default {
	width: 780px;
	height: 240px;
	border-top: 5px solid #4c8d6d;
}

.h-default {
	font: 35px arial;
	color: #fff;
	background-color: #4c8d6d;
	padding: 3px;
	margin-bottom: 20px;
}

/**** COLOR GREEN *****/

.banner-green {
	width: 780px;
	height: 240px;
	border-top: 5px solid #9cd246;
}

.h-green {
	font: 35px arial;
	color: #fff;
	background-color: #9cd246;
	padding: 3px;
	margin-bottom: 20px;
}

/**** COLOR BLUE *****/

.banner-blue {
	width: 780px;
	height: 240px;
	border-top: 5px solid #34a2db;
}

.h-blue {
	font: 35px arial;
	color: #fff;
	background-color: #34a2db;
	padding: 3px;
	margin-bottom: 20px;
}

/**** COLOR ORANGE *****/

.banner-orange {
	width: 780px;
	height: 240px;
	border-top: 5px solid #ffb502;
}

.h-orange {
	font: 35px arial;
	color: #fff;
	background-color: #ffb502;
	padding: 3px;
	margin-bottom: 20px;
}

/**** COLOR PURPLE *****/

.banner-purple {
	width: 780px;
	height: 152px;
	border-top: 5px solid #AA52CA;
}

.h-purple {
	font: 35px arial;
	color: #fff;
	background-color: #aa52ca;
	padding: 3px;
	margin-bottom: 20px;
}

/**** COLOR PURPLE da chamada da home *****/

.banner-purple-home {
	width: 780px;
	height: 240px;
	border-top: 5px solid #AA52CA;
}

.h-purple-home {
	font: 35px arial;
	color: #fff;
	background-color: #aa52ca;
	padding: 3px;
	margin-bottom: 20px;
}

/**** COLOR RED *****/

.banner-red {
	width: 780px;
	height: 240px;
	border-top: 5px solid #FF0000;
}

.h-red {
	font: 35px arial;
	color: #fff;
	background-color: #FF0000;
	padding: 3px;
	margin-bottom: 20px;
}










/**** COLOR verde noticias *****/

.banner-noticias {
	width: 780px;
	height: 152px;
	border-top: 5px solid #4B8B6C;
	/*background-color:#000000 !important;*/
}

.h-noticia {
	font: 35px arial;
	color: #fff;
	background-color: #AA52CA;
	padding: 3px;
	margin-bottom: 20px;
}








/**** LISTAS *****/

.col-left {
	width: 375px;
	float: left;
}

.col-right {
	width: 375px;
	float: right;
}

#cont-dentro h3 {
	font: bold 25px arial;
	color: #4c8d6d;
	margin-bottom: 20px;
}

#cont-dentro h6 {
	font: bold 14px arial;
	color: #666;
	background-color: #e6e6e6;
	padding: 3px;
}

#cont-dentro span {
	color: #4c8d6d;
	font-weight: bold;
}	

/*** LISTA REDES ***/

.redes {
	font: 12px arial;
	color: #666;
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.redes li {
	list-style: none;
}

/*** LISTA PLANOS ***/

.lista-planos {
	font: 12px arial;
	color: #666;
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.lista-planos li {
	list-style-image: url(../imagens/seta-li.jpg);
	margin-left: 30px;
}

.lista-planos li a {
	color: #4c8d6d;
	text-decoration: none;
}

.lista-planos li a:hover {
	color: #000;
	text-decoration: underline;
}

.link-mail a {
	color: #4c8d6d;
	text-decoration: none;
}

.link-mail a:hover {
	color: #000;
	text-decoration: underline;
}

/*** LINKS PDF ***/

.links-pdf a {
	color: #4c8d6d;
	text-decoration: none;
}

.links-pdf a:hover {
	color: #4c8d6d;
	text-decoration: underline;
}

/****************************** FORMULÁRIO DE ADMISSÃO ****************************/

#formulario-admissao {
	width: 780px;
	float: left;
}

#formulario-admissao table {
	width: 780px;
}