@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}

a {
	color:#fff;
}

p {
	padding:20px 0;
}

body {
	background:#a10101 url(images/bg_body.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	line-height:20px;
}

#box_principal {
	position:relative;
	margin:0 auto;
	width:780px;
	min-height:500px;
	height:auto;
}

#img_cabecalho {
	margin-top:30px;
	text-align:center;
}

.box_conteudo {
	position:relative;
	float:left;
	width:367px;
	background:url(images/box_conteudo.gif) no-repeat;
	padding:0px 18px 0px 0px;
	margin-top:90px;
}

.box_conteudo h2 {
	padding:90px 0px 0px 18px;
	text-align:center;
}

.box_conteudo p {
	padding:10px 18px 0px 18px;
}

.bt_acessar {
	text-align:center;
	padding-top:30px;
}


#rodape {
	clear:both;
	background:url(images/bg_rodape.gif) repeat-x;
	height:141px;
}

#cont_rodape {
	width:780px;
	margin:0 auto;
	padding-top:1px;
}

.txt_cont_rodape {
	float:left;
	font-size:12px;
	margin:20px 20px 0px 50px;
}
