@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	background-color:#a5161a;
	overflow-x:hidden;
	width:100%;
	height:100%;
}
a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
#total {
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}
#topo {
	width:100%;
	height:100px;
	background:#FFFFFF url(../img/tp_f_ent.png) top center repeat-x;
}
#centro {
	width:450px;
	height:450px;
	margin:0px auto;
	background:#FFFFFF url(../img/entrada.jpg) center center no-repeat;
}
#rodape {
	width:100%;
	height:100px;
	background:#FFFFFF url(../img/rd_f_ent.png) bottom center repeat-x;
}
#data{
	width:110px;
	height:90px;
	margin-top:30px;
	margin-left:22px;
	text-align:center;
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
#pop{
	position:absolute;
	width:550px;
	height:0px;
	top:0px;
	left:50%;
	margin-left:-275px;
	padding:10px;
	background:url(../img/backtrans.png);
	border:5px solid #b11b1f;
	text-align:justify;
	z-index:9999;
	display:none;
}
#topo_pop{
	width:100%;
	text-align:right;
}