/* Design: RickMorellato*/
a {
text-decoration:none;
}

body {  
    background: url(../img/fundo_default.gif) repeat; 
	padding:0px;
	margin:0px;
}

#area-total{
	width:100%;
	height:100%;
	left: 0px;
	top: 0px;
}

#centro {
		width:780px;
		height:584px;
		position:absolute;
		top:50%;
		left:50%;
		margin-top: -292px;
		margin-left: -390px;
		background-color:#FFF;
}
#topo{
	margin-top:0px;
}

#barra{

	margin-top:0px;

}
#menu-barra-home{
		position:absolute;
		width:216px;
		height:42px;
		margin-top:-51px;
				*margin-top:9px;
		margin-left:555px;
				*margin-left:-227px;
}
#menu-barra-interna{
		position:absolute;
		width:216px;
		height:19px;
		margin-top:-51px;
				*margin-top:9px;
		margin-left:555px;
				*margin-left:-227px;
}
#container{
		position:absolute;
		width:780px;
		height:368px;
		margin-left:0px;
		margin-bottom:0px;
}
#barra-fotos{
	margin-top:0px;
	z-index:1;
}
#menu{	
		position:absolute;
		float:left;
		width:203px;
		height:365px;
		margin-top:-88px;
				*margin-top:-88px;
		margin-left:0px;
				/**margin-left:-560px;*/
		z-index:99;
}
#menu-pag-interna{
		position:absolute;
		float:left;
		width:203px;
		height:365px;
		margin-top:2px;
				*margin-top:2px;
		margin-left:0px;
				/**margin-left:-560px;*/
		z-index:99;
}
#video-grande{
		position:absolute;
		width:303px;
		height:183px;
		margin-top:15px;
		margin-left:240px;
				/**margin-left:-323px;*/
}
#video-miniaturas{
		position:absolute;
		width:340px;
		height:58px;
		margin-top:210px;
		margin-left:221px;	
				/**margin-left:-323px;*/
}
#texto-home{
	position:absolute;
	width:199px;
	height:123px;
	margin-top:22px;
		/**margin-top:250px;*/
	margin-left:560px;	
}
#icone{
	position:absolute;
	width:111px;
	height:20px;
	margin-top:250px;
		/**margin-top:250px;*/
	margin-left:660px;	
}
#icone-pag-interna{
	position:absolute;
	width:111px;
	height:20px;
	margin-top:340px;
		*margin-top:340px;
	margin-left:660px;	
}
#voltar{
	width:54px;
	height:11px;
	position:absolute;
	margin-top:340px;
		*margin-top:340px;
	margin-left:240px;	
}
#container-iframe{
		position:absolute;
		width:520px;
			*width:510px;
		height:340px;
		margin-top:-5px;
		margin-left:240px;
				/**margin-left:-323px;*/
}















* {margin:0;padding:0;} 
html, body {height: 100%;}
#wrap {min-height: 100%;}

#main {
  overflow:auto;
  padding-bottom: 180px; /* must be same height as the footer */
}

#footer {
	height: 60px;
	position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   color: black;
   font-weight: bold;
}
/*Opera Fix thanks to Maleika (Kohoutec)*/
body:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}