* {
	padding:0;
	margin:0;
}

html{
	width:100%;
	background:#ededeb url(../../img/pixel-fundo2.gif) 0 0 repeat-x;
	padding:0;
	margin:0 auto;
}
body{
	width:100%;
	background:url(../../img/cabecalho.jpg) 0 0 repeat-x;
	margin:0 auto;
}
#fundo{
	width:100%;
	display:block;
	background:url(../../img/latas2.gif) center 145px no-repeat;
	margin:0 auto;
}
#geral{
	width:774px;
	display:table;
	margin:0 auto;

}
#geral #topo{
	width:774px;
	height:149px;
	display:block;
}
#geral #topo h1{
	width:177px;
	height:103px;
	display:block;
	float:left;
	padding-left:18px;
	margin-top:35px;
}
#geral #topo h1 a{
	width:177px;
	height:103px;
	display:block;
	text-indent:-999999px;
	overflow:hidden;
	background: url(../../img/logo-guiropa.jpg) 0 0 no-repeat;
}

#geral #topo #menu_flash{
	width:564px;
	height:149px;
	display:block;
	float:left;
}
#geral #topo #menu_flash #anima_menu{
	width:564px;
	height:149px;
	display:block;
	float:left;
}
#geral #topo #menu_flash ul{
	width:1px;
	height:1px;
	display:block;
	text-indent:-999999px;
	overflow:hidden;
}

#menu {
	margin:0 0 20px;
	text-align:center;
}
#menu ul {
	text-align:center;
}
#menu li {
	display:inline;
	line-height:15px;
}
#menu li.atual {
	display:inline;
	line-height:15px;
	
	border:1px solid #EFD9C2;
	padding: 2px 5px;
	margin-right:5px;
	float:left;
	background-color:#FFE5BF;
	text-decoration: none;
	color:#45637A;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#menu li a {
	padding:2px 5px;
	font-size:12px;
	font-weight:bold;
	
	border:1px solid #e7e7e7;
	margin-right:5px;
	background-color:#f2f2f2;
	color:#f47920;
}
#menu li a:hover {
	background:#F2FBED;
}

#conteudo {
	width:600px;
	margin: 0 auto;
	padding-bottom:20px;
}

#cadastro  {
	margin:-10px auto 0;
	padding:0 30px;
}
#sucesso {
	margin:40px 0 0;
	text-align:center;
	font-size:20px;
	color:#060;
}
#divErro {
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#F00;
	height:280px;
}

.idiomas td {
	border-top:1px solid #EEE;
	padding:5px 0;
	margin:0;
}

h1 {
	text-align:center;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0;
	color:#269;
}
h2 {
	width:362px;
	height:49px;
	display:block;
	text-indent:-999999px;
	overflow:hidden;
	background:url(../../img/h-cadastro.gif) 30px 20px no-repeat;
	padding-bottom:2px;
	/*padding-bottom:10px;
	text-align:center;
	font-size:25px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(../imagens/fundo_h2.jpg) center bottom no-repeat;
	color:#090;*/
}

h3 {
	padding:10px 0 2px;
	font-size:12px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:underline;
	color:#269;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#f47920;
}
a:hover {
	text-decoration:underline;
}

#rodape{
	width:100%;
	height:35px;
	margin:0 auto;
	background:url(../../img/rodape.jpg) 0 0 repeat-x;

}
#rodape address{
	width:750px;
	height:18px;
	display:block;
	margin:0 auto;
	padding-top:17px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
}

/* CSS Antigo
* {
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	text-decoration:none;
	vertical-align:middle;
}

html,body {
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	background:url(../imagens/bg_megafone.jpg) repeat-y center #DDD;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #1C4F7C;
	scrollbar-3dlight-color: #6DA7D9;
	scrollbar-darkshadow-color: #6DA7D9;
	scrollbar-shadow-color: #FFFFFF;
}

p {
	margin:0 0 10px;
}

h1 {
	text-align:center;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0;
	color:#269;
}
h2 {
	padding-bottom:10px;
	text-align:center;
	font-size:25px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(../imagens/fundo_h2.jpg) center bottom no-repeat;
	color:#090;
}
h3 {
	padding:10px 0 2px;
	font-size:12px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:underline;
	color:#269;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#269;
}
a:hover {
	color:#090;
}

#geral {
	margin:0 auto;
	width:600px;
	background-color:#FFF;
}

#topo {
	height:120px;
	background:url(../imagens/topo.jpg) no-repeat center center;
	text-align:right;
}

#menu {
	margin:0 0 20px;
	text-align:center;
}
#menu ul {
	text-align:center;
}
#menu li {
	display:inline;
	line-height:15px;
}
#menu li.atual {
	display:inline;
	line-height:15px;
	
	border:1px solid #EFD9C2;
	padding: 2px 5px;
	margin-right:5px;
	float:left;
	background-color:#FFE5BF;
	text-decoration: none;
	color:#45637A;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#menu li a {
	padding:2px 5px;
	font-size:12px;
	font-weight:bold;
	
	border:1px solid #AFC1CF;
	margin-right:5px;
	background-color:#E8EFF5;
	color:#45637A;
}
#menu li a:hover {
	background:#F2FBED;
}

#conteudo {
	width:600px;
}

#cadastro  {
	margin:-10px auto 0;
	padding:0 30px;
}
#sucesso {
	margin:40px 0 0;
	text-align:center;
	font-size:20px;
	color:#060;
}
#divErro {
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#F00;
	height:280px;
}

#rodape {
	clear:both;
	position:relative;
	height:70px;
	background:url(../imagens/rodape.jpg) no-repeat center center;
}






.idiomas td {
	border-top:1px solid #EEE;
	padding:5px 0;
	margin:0;
} */

#gerenciamento {

	width:362px;
	height:49px;
	display:block;
	text-indent:-999999px;
	overflow:hidden;
	background:url(../../img/gerenciamento.gif) 30px 20px no-repeat;
	padding-bottom:2px;

}