body{
	margin: 0;
	text-align: center;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: #CDCDCD;
	background-color: #1a2c3e;
	background-image: url(images/background01.jpg);
	background-repeat: repeat-x;
}
#main{
   text-align: left;
   margin: auto;
	width: 960px;
}
#header {
  height: 186px;
}
#logo{
	background-image: url(images/logo.jpg);
	width: 280px;
	height: 157px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
}
#menu_lang{
    position:absolute;
    width: 280px;
    top: 158px;
    text-align:right;
}
#header_right{
  width:680px;
  height: 186px;
  float: right;
  background-color: #0a1a2c;
}
#menu_top{
	height: 29px;
	width: 680px;
	text-align: left;

}
#menu_top a{
   float: left;
	color: #CDCDCD;

	border-bottom: 2px solid;
	font-size: 14px;
	text-decoration: none;
	margin-left: 20px;
	
}
#menu_top a:hover{
   color:  White;
	
}
#back_top{
	float: right;

}
#back_top a{
	height: 29px;
	width: 35px;
   text-decoration: none;
	border: none;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
}
#back_top a:hover{
	background-image: url(images/back_hover.jpg);

}

#banner{
  height: 128px;
  width: 680px;
  background-color: White;
}
#menu_bottom{
  height: 29px;
  width: 680px;
  text-align: right;

}
#menu_bottom a{
   float:  right;
	color: #CDCDCD;

	border-bottom: 2px solid;
	font-size: 14px;
	text-decoration: none;
	margin-right: 20px;
}
#menu_bottom a:hover{

   color:  White;

}
#back_bottom{
   float: left;


}

#back_bottom a{
	margin-left: 10px;
	margin-top: 3px;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 35px;
   text-decoration: none;
	border: none;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
}
#back_bottom a:hover{
	background-image: url(images/back_hover.jpg);

}
#container{
	clear: both;
	width: 960px;

}
#left{
	float: left;
	width: 280px;
	height: auto;

}
#content_left{
	padding: 35px 20px 20px 0px;
	text-align: right;
}
#content_left ul {
	text-align: left;
}
#content_left ul li a{
	text-decoration: none;
}
#content_left ul li a:hover{
	text-decoration: underline;
}
#right{
	float: right;
	width: 680px;
	background-color: #0a1a2c;

}
#content_right{
	padding: 35px 20px 20px 20px;
	min-height: 400px;
}
#footer{
   clear: both;
	width: 960px;
	text-align: center;
	font-size: 10px;
	padding: 10px;
}
p {
    color: #BEBEBE;
}

h1 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	letter-spacing: 2px;
	color: White;
}
ul h1 {
	padding-bottom: 10px;
}
a {
	color: White;
}
a:hover{
	color: #7D8E9B;
	text-decoration: none;
}

	/* Banners */
	#banner_topo {

	}
	#banner_topo .banner_area{
		display: inline;
	}

	.visitas{
	  border: 1px solid #c30;
		margin: 5px;
		width: 100px;
	}
	.visitas span {
		font-size: small;
		float: none;
	}
/********************/
/** POPUP ***********/
/********************/
.popup {
	border: solid 1px black;
	background: #0A1A2C;
	cursor: move;
	padding: 10px;
}
.popup_titulo {
     font-weight: bold;
	  border-bottom: 1px solid;

}
.popup_controle {
	  border-top: 1px solid;
}

/*******************/
/** MOD USER   *****/
/*******************/
#mod_user_main {
	background-color: White;
}
#mod_user_menu {
  background-color: Gray;
}

