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

body{
	background-color:#FFF;
	width:100%;
}
#container {
	position: absolute;
	width: 1050px;
	height: 1100px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
}

#fotos {
	position: absolute;
	margin: 0px;
	text-align: center;
	background-color: none;
	width: 705px;
	height: 800px;
	left: 327px;
	top: 236px;
}
#rodape {
	position: absolute;
	margin: 0px;
	background-color: none;
	width: 705px;
	height: 50px;
	left: 308px;
	top: 980px;
}
.img {
	margin:0px;
	padding:0px;
	border:none;
	position:absolute;
	
}
/* The alert message box */
.alert {
    padding: 10px;
    background-color: #CCC; 
   	font-family: Arial, Helvetica, sans-serif ;
	font-size:12px;
	color:#333;
	text-align:center;
	height:160px;
	width:380px;
	margin-left:600px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: #000;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: white;
}
