@charset "utf-8";

/* CSS Document */

body{
	background-color:#FFF;
	width:100%;
}
#container {
	position: absolute;
	padding: 0;
	width: 1150px;
	height: 3497px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	left: -2px;
}

#fotos {
	position: absolute;
	margin: 0px;
	text-align: center;
	background-color: none;
	width: 805px;
	height: 3050px;
	left: 321px;
	top: 285px;
}
#rodape {
	position: absolute;
	margin: 0px;
	background-color: none;
	width: 705px;
	height: 50px;
	left: 381px;
	top: 3400px;
}
.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:13px;
	color:#333;
	text-align:center;
	height:100px;
	width:450px;
	margin-left:620px;
	margin-top: 60px;
}
/* The close button */
.closebtn {
    margin-left: 15px;
    color: #000;
    font-weight: bold;
    float: right;
    font-size: 28px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

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