@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

#fundo {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	text-align:center;
	background-color:#f5f9fc;
}
#logotipo {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	text-align:center;
}
#logotipo img{
	position: relative;
	width: 100%;
	width:140px;
	height: auto;
	top: 30%;
}



#logotipo2 {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 2;
	bottom: 6%;
	left: 0;
	text-align:center;

}

#logotipo2 img{
	position: relative;
	width: 100%;
	width:205px;
	height: auto;
	
}


#iframe {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	border:none;
	z-index:0;
}









@media only screen and (min-width: 900px) and (orientation: landscape) {
	
#fundo {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	text-align:center;
	background-color:#f5f9fc;
}
#logotipo {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	text-align:center;
}

#logotipo img{
	position: relative;
	width: 100%;
	width:140px;
	height: auto;
	top: 35%;
}

#logotipo2 {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 2;
	bottom: 6%;
	left: 0;
	text-align:center;

}

#logotipo2 img {
	position: relative;
	width: 100%;
	width:205px;
	height: auto;
	bottom: 0;
}

#iframe {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	border:none;
	z-index:0;
}
	
	


	
}