@charset "UTF-8";

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}

body {
	margin-left:auto;
	margin-right:auto;
	width: 773px;
		
}

a img {
	border: none; 

}

#foto {
	position:relative;
	float:left;
	margin-top:6px;
	margin-left:6px;
	border:5px;
	border-style:solid;
	border-color:rgb(0,0,0);
	z-index:1;
}

#foto01 {
	background-image:url(../images/teaser_03.png);
	height: 596px; 
	width: 490px;
    display: block;
}

#foto01:hover {
	background-position: 0 -596px;
}

#foto02 {
	background-image: url(../images/teaser_05.png);
	height: 290px; 
	width: 240px;
    display: block;
}

#foto02:hover {
	background-position: 0 -290px;
}

#foto03 {
	
	height: 290px; 
	width: 240px;
    display: block;
}

#foto03:hover {
	background-position: 0 -290px;
}

#parceiro {
	position:relative;
	text-align:center;
	float:left;
	margin-top:6px;
	margin-left:6px;
	z-index:1;
	
}

#footer {
	clear:both;
	position:relative;
	top:45px;
	text-align:center;
	margin: 10px;
	display:block;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	text-indent: 20px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(255,255,255);
}

h2 span {
	background-color: #EB1E79;
	opacity:85%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}


h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	text-indent: 20px;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h5 {
	font-size:12px;
	
}

h6 {
	margin-top:-15px;
	
}

a:link {
	outline:none;
	text-decoration: none;
	color:rgb(255,255,255);
}
a:visited {
	outline:none;
	text-decoration: none;
	color: rgb(255,255,255);
}

a:hover {
	outline: none;
	text-decoration: none;
	color: rgb(0,0,0);
}

a:active {
	outline:none;
	text-decoration: none;
	color: rgb(255,255,255);
}

#galeria {
	margin-top:100px;
}