/* RESET */
h1, h2, h3, h4, h5, h6, ul, ol, li , dl, dd, dt {margin: 0;padding: 0;}
ul, ul li {list-style: none;}
img {border: 0 none;}
a {text-decoration: none;}
p {margin: 0;padding: 0;line-height: 20px;}
.clear {clear: both;}
/* end reset */


	
body {
	background-color: #c5c0c2;
	background-image: url(../assets/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	font: 14px calibri;
	text-align: center;
	color: #555;
	margin: 0;
	padding: 0;
	}

.sigla {
	position: absolute;
	left: 10%;
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter:alpha(opacity=50);
	}
.sigla img {
	width: 120px;
	border-radius: 5px;
	}
.sigla:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	}

#sigla1 {top: 100px;}
#sigla2 {top: 230px;}



/************ MOB *****************/

@media screen and (max-width: 1000px) {

body {
	background-size: initial;
	background-position: top center;
	font: 14px calibri;
	text-align: center;
	color: #555;
	margin: 0;
	padding: 0;
	}
.sigla {
	position: absolute;
	left: 10%;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	}
#sigla1 {top: 50px;}
#sigla2 {top: 180px;}

}