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

body {background-image:url(../img/fundopag.jpg);background-repeat:repeat-x; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0;text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */color: #000000;}

.colunaElastica #conteudo {
	  /* this will create a container 80% of the browser width */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.colunaElastica #principal {padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */}

#endereco {position:absolute;left:72%;top:40px;z-index:5;}
#menu {position:absolute;left:15%;top:10px;z-index:4;}
#miolo {position:absolute;left:199px;top:139px;z-index:4;}
#marca {position:absolute;left:1%;top:20px;z-index:3;}
#header{background-image:url(../img/bgHeader.gif);height:90px;width:100%;left:0px;margin: 20px 0; border:1px solid #FFF;}
#outros {position:absolute;top:120px;left:30px;height:68px;width:140px;}
#flash {position:absolute;top:0;width:100%;height:100%;left:0;z-index:-5;}

#area01 {position:absolute;top:150px;width:890px;height:300px;border-right:1px dotted #333;border-top:1px dotted #333;border-bottom:1px dotted #333;z-index:6;}

#texto {position:relative;left:230px;top:110px;font:normal 12px Tahoma, Geneva, sans-serif;color:#000;width:600px;}
#fotos {position:relative;left:100px;top:-30px;font:normal 12px Tahoma, Geneva, sans-serif;color:#000;width:600px;z-index:5;}

iframe{background-color:transparent;left:180px;position:absolute;}

.gallery {zoom:1;width:640px;position:relative;left:230px;top:140px;}
.gallery a {display:block;float:left;margin:5px;opacity:0.87;text-align:center;}
.gallery a:hover {opacity:1;}
.gallery a img {border:none;display:block;}
.gallery a#vlightbox{display:none}

#mioloTitulo {position:absolute;left:245px;top:160px;z-index:4;}
.galleryCapa {zoom:1;width:640px;position:absolute;left:230px;top:320px;}
.galleryCapa a {display:block;float:left;margin:5px;opacity:0.87;text-align:center;}
.galleryCapa a:hover {opacity:1;}
.galleryCapa a img {border:none;display:block;}
.galleryCapa a#vlightbox{display:none}
