/*
Author: Fernanda Prevedello
*/
* {
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, sans-serif;
	line-height:20px;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	margin:0px;
	padding:0px;
	background-color: #220000;
	background-image: url(../img/bg_principal.jpg);
	background-repeat: no-repeat;
}
/* DIV */
#page {
	width:950px;
	height:auto;

}
#logo{
	width:346px;
	height:165px;
	top:30px;
	position:relative;
	display: table;
}
#boxtop{
	width:950px;
	height:181px;
	background-image:url(../img/bg_table.jpg);
}
#txtboxtop{
	width:400px;
	height:auto;
}
#boxcontent{
	width:850px;
	height:auto;
	background-color: #321212;
	padding:10px;
	margin-top:15px;
}
#boxcontent2{
	width:850px;
	height:auto;
	background-color: #321212;
	padding:10px;
	margin-top:15px;
}
#boxcontent3{
	width:850px;
	height:auto;
	background-color: #321212;
	padding:10px;
	margin-top:15px;
}
#boxcontent4{
	width:850px;
	height:auto;
	background-color: #321212;
	padding:10px;
	margin-top:15px;
}
#footer{
	width:950px;
	height:50px;}
/* CLASSES */
a img{ border:none;}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #321212;
	border: 1px solid #dc0459;
}
.txtboxtop{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top:50px;
	line-height:17px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #dc0459;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #dc0459;
	text-decoration: underline;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #dc0459;
	text-decoration: none;
}