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

body	{
  background: url(/images/background.jpg) no-repeat center center fixed;
  background-size: cover; /*Css padrão*/
  -webkit-background-size: cover; /*Css safari e chrome*/
  -moz-background-size: cover; /*Css firefox*/
  -ms-background-size: cover; /*Css IE não use mer#^@%#*/
  -o-background-size: cover; /*Css Opera*/

/*<body	{
background: url(images/background.jpg) no-repeat;
background-size: 100%;

	}*/


	}


#foto01 {
	position: absolute;
	left: 10%;  /* posiciona fixamente a partir da esquerda */
	top: 42%;   /* posiciona fixamente a partir do topo */
	
	}
#foto02 {
	position: absolute;
	left: 30%;  /* posiciona fixamente a partir da esquerda */
	top: 25%;   /* posiciona fixamente a partir do topo */
	
	}
#foto03 {
	position: absolute;
	left: 26%;  /* posiciona fixamente a partir da esquerda */
	top: 46%;   /* posiciona fixamente a partir do topo */
	
	}
#foto04 {
	position: absolute;
	left: 37%;  /* posiciona fixamente a partir da esquerda */
	top: 66%;   /* posiciona fixamente a partir do topo */
	
	}		
#foto05 {
	position: absolute;
	left: 54%;  /* posiciona fixamente a partir da esquerda */
	top: 42.5%;   /* posiciona fixamente a partir do topo */
	
	}
#foto06 {
	position: absolute;
	left: 38%;  /* posiciona fixamente a partir da esquerda */
	top: 45%;   /* posiciona fixamente a partir do topo */
	
	}
#foto07 {
	position: absolute;
	left: 48%;  /* posiciona fixamente a partir do topo */
	top: 73%;   /* posiciona fixamente a partir do topo */
	
	}
	
#foto08 {
	position: absolute;
	left: 13.5%;  /* posiciona fixamente a partir do topo */
	top: 23%;   /* posiciona fixamente a partir do topo */
	
	}
	
#foto09 {
	position: absolute;
	left: 21.3%;  /* posiciona fixamente a partir do topo */
	top: 77%;   /* posiciona fixamente a partir do topo */
	
	}
	
#foto10 {
	position: absolute;
	left: 64%;  /* posiciona fixamente a partir do topo */
	top: 77%;   /* posiciona fixamente a partir do topo */
	
	}
	
#foto11 {
	position: absolute;
	left: 65%;  /* posiciona fixamente a partir do topo */
	top: 57.5%;   /* posiciona fixamente a partir do topo */
	
	}
	
#foto12 {
	position: absolute;
	left: 46%;  /* posiciona fixamente a partir do topo */
	top: 21.5%;   /* posiciona fixamente a partir do topo */

	}

#foto13 {
	position: absolute;
	left: 11%;  /* posiciona fixamente a partir do topo */
	top: 62%;   /* posiciona fixamente a partir do topo */
	
	}

#foto14 {
	position: absolute;
	left: 80.5%;  /* posiciona fixamente a partir do topo */
	top: 63%;   /* posiciona fixamente a partir do topo */
	
	}
	

*{margin: 0; padding: 0;}

body{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.menu{list-style:none; border:1px solid #c0c0c0; margin-left: auto; margin-right: auto; margin-top: 0; display: table; }

.menu li{position:relative; float:left; border-right:1px solid #c0c0c0;}

.menu li a{color:#333; text-decoration:none; padding:5px 10px; display:block;}

.menu li a:hover{background:#333; color:#fff; -moz-box-shadow:0 3px 10px 0 #CCC; -webkit-box-shadow:0 3px 10px 0 #ccc; text-shadow:0px 0px 5px #fff; }

.menu li   ul{position:absolute; top:25px; left:0; background-color:#fff; display:none; }

.menu li:hover ul, .menu li.over ul{display:block;}

.menu li ul li{border:1px solid #c0c0c0; display:block; width:150px;}

body {
text-align: center;
	padding: 0px 10px 0px 37px;
	margin: 0px;
	background-image: url('');
	background-repeat: repeat-x;
	background-color: #000;
	color: #e6e6e6;
	font-family: Arial, Verdana, Thaloma;
}

body h1 {
text-align: center;
	color: #999;
	font-style: bold;
	font-size: 40px;
}

body a {
text-decoration: none;
}

img {
border: 0px solid #000;

}

.mini {
padding: 5px;
border: 0px solid blue;
float: left;
overflow: hidden;
}

.mini img {
    width: 100%;
    height: auto;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 3px;
}

.mini a {
outline: none;
text-align: center;
	font-size: 10px;
	text-decoration: none;
	font-family: Arial, Verdana, Thaloma;
	color: #fff;
}

#footer {
color: #666;
font-size: 11px;
}

#footer a {
color: #aeaeae;
font-size: 10px;
}

#footer a:hover {
text-decoration: underline;
}