/* CSS Document */

* {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

body {
	background-color: #737373;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}

img {
	border: none;
	}

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

#content {
	background: url(../img/splash/bg_splash.gif) repeat-x;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 880px;
	margin-top: -440px;
	}
	#content .wrapper {
		background: url(../img/splash/bg_splash_main.jpg) no-repeat;
		width: 778px;
		height: 342px;
		position: absolute;
		top: 258px;
		left: 50%;
		margin-left: -570px;
		padding: 0 181px;
		}
	
	#content img {
		float: left;
		}
	
	#content ul {
		list-style: none;
		margin-top: 45px;
		}
		#content ul li {
			float: left;
			padding: 0 15px;
			}
	
	#content #content-main {
		clear: both;
		width: 390px;
		margin: 25px 0 0 370px;
		_margin-top: -20px;
		}
		#content p {
			margin-bottom: 10px;
			}
			#content p a {
				color: #000;
				}
		
		#content p.verifica-janela {
			color: #e51015;
			}
			#content p.verifica-janela a {
				color: #e51015;
				}
		
		#content p span {
			color: #000;
			font-weight: bold;
			}