/****
	CSS RESET
	A gente zera tudo o que é medida que não vamos utilizar. 
	Essas medidas normalmente são medidas padrão do browser. E, geralmente, atrapalha a implementação da página.
	Por isso, zeramos essas medidas para colocar as medidas que o designer colocou no layout.
****/
* {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;

	font-family: Verdana;
	font-size:   10px;
	
}

/* INFORMACOES GERAIS */
#geral{
	width: 853px;
	margin:0px auto;
	height:100%;
}

/******************** HEADER ******************/
#header{
	float:left;
	width:100%;
	height:130px;
	background: url("../images/header_bg.jpg");
}

#header .logo{
	float:left;
	border:0px;
	margin-left:20px;
}

#header #right{
	float:right;
	height:95px;
	width:250px;
	text-align:right;
}

#header #menu{
    float:left;
    width:100%;
    height:34px;
    margin-left:15px;
}


	/* IDIOMAS */
	#header #idiomas{
		float:right;
		color:#d85628;
		margin-top:3px;
		padding-right:5px;
	}

	#header #idiomas a {
		color:#b1a8a8;
		text-decoration: none;
	}

	#header #idiomas a:hover {
		text-decoration: underline;
	}

	/* FORM */
	#header #form{
		float:right;
		margin-top:55px;
		width:100%;
	}

	#header #form input{
		border: 1px solid #ceb1b1;
		background: #ececec;
		color: #b1a8a8;
		width:90px;
	}

	#header #form input.btnSend{
		border: 1px solid #ceb1b1;
		background: #ececec;
		color: #b1a8a8;
		width:20px;
	}
	
	#header #login{
	   margin-top: -10px;
	   float:right;
	   color:#967676;
	}

	#header #login a{
	   color:#967676;
	}
	
/* DESTAQUE */
#destaque{
	float:left;
	width:100%;
	height:336px;
	background: #FFF /*url("../images/destaque_bg_home.jpg");*/
}

#destaque #geral{
	width: 834px;
	margin:0px auto;
	height:100%;
	padding-left:19px;
}

#destaque .imagemDestaque{
	float:left;
	border:5px solid white;
}

#destaque .imagemInterior{
	float:left;
	border:5px solid white;
	margin-top:-5px;
}

#destaqueGrande{
	float:left;
	width:100%;
	height:336px;
	background: #FFF /*url("../images/destaque_bg_grande.jpg")*/;
}

#destaqueGrande #geral{
	width: 834px;
	margin:0px auto;
	height:100%;
	padding-left:19px;
}


/* CORPO */
#corpo{
	float:left;
	width:100%;
	/*height:374px;*/
	background: #FFF; /*url("../images/corpo_bg_home.jpg") repeat-X*/;
}

#corpo #left{
	float:left;
	height:100%;
	width:500px;
	/*background: url("../images/home_principal.jpg") no-repeat ;
	background-position: 10px 0px;*/
	text-align:left;
}

#corpo #left .revistaImagem{
	margin-left:29px;
	float:left;
}

#corpo #left p{
	float:right;
	width:250px;
	/*line-height:150%;
	letter-spacing:1px;*/
	margin-top:40px;
	margin-right:25px;

	text-align:justify;

	font-size: 11px;
	color: black;
}

#corpo #left .saibamais{
	float:right;
	margin-right:75px;
	border: 0px;
}

#corpo #right{
	float:right;
	height:100%;
	width:326px;
	text-align:left;
	padding-top:12px;
}

#corpo #right .artigoLista{	
	border:3px solid #d5caca;
	float:left;
}

#corpo #right .mais_artigos{
    border: 0px;
}

#corpo #right p {
	float:right;
	width:200px;
	/*letter-spacing:1px;*/

	margin-right:20px;
	text-align:justify;

	font-size: 11px;
	color: black;
}

#corpo #right .titulo{
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
	margin-left:5px;
}

#corpo #right a{
	font-weight:bold;
	font-size:12px;
	color:#9c1b20;
	text-decoration:none;	
}

#corpo #right a:hover{
	text-decoration:underline;
}


#corpo #right .risco{
	padding:10px 0px 0px 0px;
}

/* INTERIOR */
#corpo #interiorLeft{
	font-family: arial;
	font-size:12px;
	float:left;
	height:100%;
	width:533px;
	text-align:left;
	margin-top:3px;
	padding-top:8px;
	margin-left:30px;
	background: #FFF /*url("../images/interior_principal.jpg") no-repeat*/;
}

#corpo #interiorLeft #navegacao{
	margin-top:-10px;
	margin-bottom:20px;
	color:#967676;
}

#corpo #interiorLeft #navegacao a{
	margin-top:-10px;
	margin-bottom:20px;
	color:#967676;
	font-weight:normal;
	text-decoration:none;
}

#corpo #interiorLeft #navegacao a:hover{
	text-decoration:underline;
}

#corpo #interiorLeft .titulo{
    font-weight:bold;
    font-size:13px;
	/*color:#105709;*/
	/*color:black;*/
	color:#9c1b20;
	/*font-family: Calibri;*/
	margin-bottom:10px;
}

#corpo #interiorLeft p{
	/*line-height:120%; /*alterado de 180 pra 100*/
	/*letter-spacing:1px;*/
	color:black;
	font-size:12px;
}

#corpo #interiorLeft a{
	color:#3c493b;
	font-weight:bold;
}

#corpo #interiorRight{
	float:right;
	height:374px;
	width:225px;
	text-align:left;
	padding-top:20px;
	padding-left:25px;
	/*background: url("../images/interior_right.jpg") no-repeat;*/
}

#corpo #interiorRight ul{
	font-weight:bold;
	margin-left:7px;
    font-weight:bold;
    font-size:13px;
	/*color:#105709;*/
	/*color:black;*/
	color:#9c1b20;
	/*letter-spacing:.5px;*/
	margin-top:0px;
}

#corpo #interiorRight li{
	font-weight:normal;
	margin-top:5px;
	/*letter-spacing:.5px;*/
}

#corpo #interiorRight a{
	color:black;
	text-decoration:none;
}

/* TABELA - FORM */
.form {
	/*letter-spacing:1px;*/
	margin-top:10px;
	color: #3c493b;
}

.form input {
	height: 18px;
	width:300px;
	border:1px solid #b7b0b0;
}

.form textarea {
	width:300px;
	height: 80px;
	border:1px solid #b7b0b0;
}

.form .submit {
	width:100px;
	float:right;
	background: #962724;
	color:white;
}

tr{
	height:28px;
	vertical-align:top;
}


/* RODAPE */
#footer{
	float:left;
	width:100%;
	height:22px;
	background: #961c1b/*962724*/;
	color:white;
	padding-top:10px;
	text-align:center;
	margin-top:25px;
}

.linhaRoxa{
    height:2px;
    background:#9c1b20;
    width:100px;
}

.tituloHome{
    color: #9c1b20;
    font-weight:bold;
    font-size:13px;
}


#popup {
	float:left;
	height: 100%;
	width: 100%;
	background: #000000;
	position: absolute;
	top: 0;
	left:0;
	/*-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=50);
	*/
}

#window {
	width: 600px;
	height: 300px;
	margin: 0 auto;
	position: absolute;
	top: 100px;
	left: 25%;
}

#window a{
	color:white;
}

#artigoDesc{
	float:left;
	margin-left:5px;
	width:200px;
	text-family:verdana;
	font-size:11px;
 	text-align:left;
}
