body{
	font-family:"Trebuchet MS", "Myriad Pro", Arial, sans-serif;
	font-size:0.9em;
	/*background:#f4f4f4 url(../img/bg.gif) repeat top left;*/
	color:#333;
	/*text-shadow:1px 1px 1px #fff;*/
	/*overflow-y:scroll;*/

}

h1{
	font-size:3em;
	color:#FFF;
	padding:0px;
	margin:0px;
	text-shadow: 0px 2px 2px #000;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ddd;

}

h2{
	font-size:20px;
	color:#3c3c3c;
	font-stretch:normal;
}

h3{
	font-size:18px;
	color:#fff;
}


.altura_5
{
   font-size:5px;
}


.altura_3
{
   font-size:2px;
   border-bottom:1px;
   border-bottom-color:#eeeeee;
   border-bottom-style:solid;
}

.titulo_pg
{
 text-decoration: none;
 text-vertical-align:middle;
 color:#d14836;
}

.link_ico{

	text-decoration:none;
	/*width: 150px;*/
	cursor:pointer;
}

.t_erro
{
 border-top-style:solid;
 border-bottom-style:solid;
 border-right-style:solid;
 border-left-style:solid;
 border-top-width:1px;
 border-bottom-width:1px;
 border-left-width:1px;
 border-right-width:1px;
 border-top-color:#cc3333;
 border-bottom-color:#cc3333;
 border-right-color:#cc3333;
 border-left-color:#cc3333;
}

.t0
{
 border-top-style:solid;
 border-bottom-style:solid;
 border-right-style:solid;
 border-left-style:solid;
 border-top-width:1px;
 border-bottom-width:1px;
 border-left-width:1px;
 border-right-width:1px;
 border-top-color:#dddddd;
 border-bottom-color:#dddddd;
 border-right-color:#dddddd;
 border-left-color:#dddddd;
}

.t_top
{
 border-top-style:solid;
 border-bottom-style:none;
 border-right-style:none;
 border-left-style:none;
 border-top-width:1px;
 border-bottom-width:1px;
 border-left-width:1px;
 border-right-width:1px;
 border-top-color:#dddddd;
 border-bottom-color:#dddddd;
 border-right-color:#dddddd;
 border-left-color:#dddddd;
}

.t_artigos_ff
{
 border-top-style:none;
 border-bottom-style:none;
 border-right-style:solid;
 border-left-style:none;
 border-top-width:1px;
 border-bottom-width:1px;
 border-left-width:1px;
 border-right-width:1px;
 border-top-color:#dddddd;
 border-bottom-color:#dddddd;
 border-right-color:#dddddd;
 border-left-color:#dddddd;
}

/* form */
.form_geral input[type="text"]{
	border: solid 1px #E5E5E5;
	background: #FFFFFF;
	margin: 5px 0px 5px 1px;
	padding: 5px;
	/*display:block;*/
	font-size:16px;
	/*width:76%;*/
	background: 
		-webkit-gradient(
			linear,
			left top,
			left 25,
			from(#FFFFFF),
			color-stop(4%, #EEEEEE),
			to(#FFFFFF)
		);
	background: 
		-moz-linear-gradient(
			top,
			#FFFFFF,
			#EEEEEE 1px,
			#FFFFFF 25px
			);
	-moz-box-shadow: 0px 0px 8px #f0f0f0;
	-webkit-box-shadow: 0px 0px 8px #f0f0f0;
	box-shadow: 0px 0px 8px #f0f0f0;
}
.form_geral input[type="text"]:focus{
	background:#feffef;
}

.form_geral input[type="password"]{
	border: solid 1px #E5E5E5;
	background: #FFFFFF;
	margin: 5px 0px 5px 1px;
	padding: 5px;
	/*display:block;*/
	font-size:16px;
	/*width:76%;*/
	background: 
		-webkit-gradient(
			linear,
			left top,
			left 25,
			from(#FFFFFF),
			color-stop(4%, #EEEEEE),
			to(#FFFFFF)
		);
	background: 
		-moz-linear-gradient(
			top,
			#FFFFFF,
			#EEEEEE 1px,
			#FFFFFF 25px
			);
	-moz-box-shadow: 0px 0px 8px #f0f0f0;
	-webkit-box-shadow: 0px 0px 8px #f0f0f0;
	box-shadow: 0px 0px 8px #f0f0f0;
}
.form_geral input[type="password"]:focus{
	background:#feffef;
}

.form_geral textarea{
	border: solid 1px #E5E5E5;
	background: #FFFFFF;
	margin:0px;
	padding:0px;
	/*display:block;*/
	font-size:16px;
	/*width:76%;*/
	background: 
		-webkit-gradient(
			linear,
			left top,
			left 20,
			from(#FFFFFF),
			color-stop(4%, #EEEEEE),
			to(#FFFFFF)
		);
	background: 
		-moz-linear-gradient(
			top,
			#FFFFFF,
			#EEEEEE 1px,
			#FFFFFF 25px
			);
	-moz-box-shadow: 0px 0px 8px #f0f0f0;
	-webkit-box-shadow: 0px 0px 8px #f0f0f0;
	box-shadow: 0px 0px 8px #f0f0f0;
}
.form_geral textarea:focus{
	background:#feffef;
}

.form_geral input[type="submit"] {
	background: #4d90fe;
	border: 1px solid #3883fe;
	color: #fff;
	font-weight: bold;
	padding: 8px 0 9px;
	text-align: center;
	/*width: 150px;*/
	cursor:pointer;
	/*margin:15px 20px 10px 10px;*/
	/*text-shadow: 0px 1px 0px #fff;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
}
.form_geral input[type="submit"]:hover {
	background: #3883fe;
	-moz-box-shadow: 0px 0px 2px #1f74ff inset;
	-webkit-box-shadow: 0px 0px 2px #1f74ff inset;
	box-shadow: 0px 0px 2px #1f74ff inset;
	color: #fff;
}

.form_geral input[type="button"] {
	background: #e3e3e3;
	border: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	padding: 8px 0 9px;
	text-align: center;
	/*width: 150px;*/
	cursor:pointer;
	/*margin:15px 20px 10px 10px;*/
	text-shadow: 0px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
}
.form_geral input[type="button"]:hover {
	background: #d9d9d9;
	-moz-box-shadow: 0px 0px 2px #eaeaea inset;
	-webkit-box-shadow: 0px 0px 2px #eaeaea inset;
	box-shadow: 0px 0px 2px #eaeaea inset;
	color: #222;
}

.form_geral input[type="file"] {
	background: #4d90fe;
	border: 1px solid #3883fe;
	color: #fff;
	font-weight: bold;
	padding: 8px 0 9px;
	text-align: center;
	/*width: 150px;*/
	cursor:pointer;
	/*margin:15px 20px 10px 10px;*/
	/*text-shadow: 0px 1px 0px #fff;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
}
.form_geral input[type="file"]:hover {
	background: #3883fe;
	-moz-box-shadow: 0px 0px 2px #1f74ff inset;
	-webkit-box-shadow: 0px 0px 2px #1f74ff inset;
	box-shadow: 0px 0px 2px #1f74ff inset;
	color: #fff;
}
/* fim form ///////////////////////////////////////////////*/



.btn_criar input[type="button"] {
	background: #d14836;
	border: 1px solid #bc4131;
	color: #fff;
	font-weight: bold;
	padding: 8px 0 9px;
	text-align: center;
	/*width: 150px;*/
	cursor:pointer;
	/*margin:15px 20px 10px 10px;*/
	/*text-shadow: 0px 1px 0px #fff;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
}
.btn_criar input[type="button"]:hover {
	background: #bc4131;
	-moz-box-shadow: 0px 0px 2px #1f74ff inset;
	-webkit-box-shadow: 0px 0px 2px #1f74ff inset;
	box-shadow: 0px 0px 2px #1f74ff inset;
	color: #fff;
}


.btn_gerar input[type="button"] {
	background: #719500;
	border: 1px solid #4b6300;
	color: #fff;
	font-weight: normal;
	padding: 8px 0 9px;
	text-align: center;
	/*width: 150px;*/
	cursor:pointer;
	/*margin:15px 20px 10px 10px;*/
	text-shadow: 0px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
}
.btn_gerar input[type="button"]:hover {
	background: #618000;
	-moz-box-shadow: 0px 0px 2px #eaeaea inset;
	-webkit-box-shadow: 0px 0px 2px #eaeaea inset;
	box-shadow: 0px 0px 2px #719500 inset;
	color: #fff;
}




.slectbox  {
	background: #dddddd;
	border: 1px solid #ccc;
	color: #333;
	font-weight: normal;
	padding: 6px 0 6px;
	text-align: left;
	font-size:1em;
	/*width: 150px;*/
	cursor:pointer;
	/*margin:15px 20px 10px 10px;*/
	text-shadow: 0px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
}

/*.select { height: 50px;}*/

.link_n_paginas
{
 text-decoration: none;
 text-align:center;
 text-vertical-align:middle;
 color:#2C2C2C;
 font-size:1.2em;
}

.link_n_paginas:hover
{
 text-decoration: none;
 text-align:center;
 text-vertical-align:middle;
 color:#ffffff;
 background-color:#333333;
 font-size:1.2em;
}

.seleccao
{
 text-decoration: none;
 text-align:center;
 text-vertical-align:middle;
 color:#ffffff;
 background-color:#8c8d8e;
 font-size:1.2em;
}


.link_n_paginas2
{
 text-decoration: none;
 text-align:center;
 text-vertical-align:middle;
 color:#333;
 font-size:1.5em;
 padding:4px;
 margin:5px;
 /*background-color:#333333;*/
 -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 2px;
	padding:4px;
	margin:5px;
}

.link_n_paginas2:hover
{
 text-decoration: none;
 text-align:center;
 text-vertical-align:middle;
 color:#ffffff;
 background-color:#333333;
 font-size:1.5em;
 text-shadow: 0px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 2px;
	padding:4px;
	margin:5px;
}

.seleccao2
{
 text-decoration: none;
 text-align:center;
 text-vertical-align:middle;
 color:#fff;
 background-color:#8c8d8e;
 font-size:1.5em;
 text-shadow: 0px 1px 1px #333;

	border-radius: 4px;
	padding:4px;
	margin:5px;
	
}

