body {
	margin: 0px;
	padding: 0px;
	background-image: url(../imgs/bg.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#box_central_reservas {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
#rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

#box_central_reservas1 a {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-decoration: none;
	color: #000000;

}
#box_central_reservas1 a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	text-decoration: underline;
}
/* Janela Modal */
.window{
    display:none;
    width:300px;
    height:300px;
    position:absolute;
    left:0;
    top:0;
    background:#FFF;
    z-index:9900;
    padding:10px;
    border-radius:10px;
}
 
#mascara{
    display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
}
 
.fechar{display:block; text-align:right;}a {
	text-decoration: none;
	color: #9C0;
}
a:hover {
	color: #39F;
	text-decoration: underline;
}
