@charset "UTF-8";
/* Intro */


body {
	margin:0;
	text-align:center;
	background: url(../img/fundo-intro.jpg) repeat-x center top #e3e1de;
}
#botoes{width:900px;margin:0 auto;position:relative;z-index:9999;}
#botoes ul{margin:0;padding:0;position:absolute;right:25px;top:-180px;}
#botoes ul li{ list-style:none;float:left;}
#botoes ul li{text-indent:-999px;overflow:hidden;}
#botoes span.idiomas {width:225px;height:21px;background:url(../img/selecioneidioma.gif) no-repeat 0 0; display:block;text-indent:-999px;overflow:hidden;position:absolute;right:20px;top:-200px;}
#botoes ul li.portugues a{width:110px;height:30px;background:url(../img/idiomas.gif) no-repeat 0 0; display:block;}
#botoes ul li.portugues a:hover{background:url(../img/idiomas.gif) no-repeat 0 -34px;}
#botoes ul li.ingles a{width:110px;height:30px;background:url(../img/idiomas.gif) no-repeat -110px 0; display:block;}
#botoes ul li.ingles a:hover{background:url(../img/idiomas.gif) no-repeat -110px -34px;}
.botoes {
	width: 705px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
.botoes img{
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}

