/*---------------------------------------------------------------
	Folha de estilo StudioBPM - www.studiobpm.com.br
	
	Criada por:				Davi Tavares Ferreira
	Última modificação:		20/01/2007
	Seções:					splash screen

---------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}

a img{ border:none; }

a{
	color:#f1ceb7;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	
}

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

body {
	padding: 0;
	margin: 0;
	background: #3A3B59 url(../_img/splash_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#logo {
    margin: 0 auto;
    width: 824px;
	height: 225px;
	background: url(../_img/splash_logo.jpg) no-repeat;
}

#botoes {
    margin: 0 auto;
	width: 582px;
	height: 71px;
	background: url(../_img/splash_botoes.jpg) no-repeat right;
}

#copa {
	padding-top: 42px;
	padding-left: 66px;
}

#barra {
	float: right;
	padding-top: 42px;
	padding-right: 54px;
	color: #FFF;
}

#selo {
    margin: 0 auto;
	padding-left: 5px;
	width: 196px;
	height: 183px;
}

#telefones {
	margin: 0 auto;
	margin-top: 20px;
	color: #888AA3;
	border-top: 1px solid #888AA3;
	padding: 10px;
	text-align: center;
	width: 600px;
}