@charset "utf-8";
/* CSS Document*/

body{
	font-family:Verdana, Tahoma, sans-serif;
	font-size:12px;
}

/*
---------------------------
---------- ID's -----------
---------------------------
*/

#left{
	vertical-align:top;
	text-align:justify;
}

#center{
	vertical-align:top;
	background-color:#EFEFEF;
	text-align:justify;
}

#right{
	vertical-align:top;
	text-align:justify;
}

#rodape{
	background-color:#42929A;
	text-align:center;
}

/*
---------------------------
-------- CLASSES ----------
---------------------------
*/

.MenuBarHorizontal{

	background-image:url(/images/home/menu_horizontal/background.png);
	color:#FFF;
}

.borda{
	border:solid 1px #EFEFEF;
}

.borda:hover{
	border-top-color:#FFF;
	border-left-color:#FFF;
	border-right-color:#000;
	border-bottom-color:#000; 
}

.underline{
	text-decoration:underline;
}

.vest_home_menu{
	border:2px solid #FFF;
	color:#39716B;
	cursor:pointer;
}

.vest_home_menu:hover{
	background-color:#C9E7C0;
}

.elemento_bordas{
	border:1px solid #CCC;
	border-top-color:#000;
	border-left-color:#000;	
}

.elemento_bordas_obrigatorio{
	border:1px solid #F00;
	border-top-color:#000;
	border-left-color:#000;	
}

.input_config_01{
	padding: 2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#036;
}

.news {
	text-align:justify;
}

/*
---------------------------
---------- TAG's ----------
---------------------------
*/

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover {

}

a:active {
	text-decoration: none;
	color: #FFF;
}

h1{
	font-size:20px;
	text-align:center;
}

h3{
	font-size:16px;
	text-align:center;
	vertical-align:top;
	margin:5px 0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h5{
	font-size:12px;
	text-align:center;
	vertical-align:top;
}

p{
	text-indent:50px;
	padding:5px 15px;
}

/*
---------------------------
--------- Vidro -----------
---------------------------
*/

#vidro{
	background:#000;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1000;
	filter: alpha(opacity=50);
	opacity:0.6;
}

#folha_moldura{
	top:0%;
	left:0%;
	position:fixed;
	z-index:2000;
}

#folha_estrutura{
	width:90%;
	display:table;
	background:#FFF;
	border:1px solid #000000;
	margin:3%
}

#folha_barra{
	text-align:right;
	background: repeat-x url(/images/gerais/bg_barra_vidro.png);
	padding: 2px;
	border-bottom:1px solid #999;
}

#folha_conteudo{
	text-align:center;
}

/*
---------------------------
------ Vidro News ---------
---------------------------
*/

#vidro_news{
	background:#000;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1000;
	filter: alpha(opacity=50);
	opacity:0.9;
}

#folha_moldura_news{
	top:20%;
	left:30%;
	position:fixed;
	z-index:2000;
}

#folha_estrutura_news{
	width:65%;
	display:table;
	background:#FFF;
	border:1px solid #000000;
	margin:3%
}

#folha_barra_news{
	text-align:right;
	background: repeat-x url(/images/gerais/bg_barra_vidro.png);
	padding: 2px;
	border-bottom:1px solid #999;
}

#folha_conteudo_news{
	text-align:center;
}

/*
