/* CSS */

html, body {
   position:absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   text-align: center;
}

body {
 background-color: #FFE048;
	 /*background-color: #000893;
	background-color: #C33;
	background-color: #FFEA00;
	background-image: url('bg_2010.jpg');*/
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	line-height: 12px;
    	margin:5px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	padding: 0;
}

.ref {
    font-weight: bold;
}

.gray {
    color: #996;
}

#currentPage {
    cursor: default;
}

html>body #centro {
	width: 735px;
}

#centro {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 735px;
	height: 400px;
	background: #f2efe6 url("header_interno.gif") no-repeat top left;
	visibility: hidden;
	border: 1px solid #7A400A;
}

#centro a#linkIdioma {
	position: absolute;
	top: 52px;
	right: 10px;
	color: #996;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}
#centro a#linkIdioma:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#conteudo,#conteudo1 {
	position:absolute;
	width:530px;
	height:300px;
	right:0px;
	bottom:0px;
	top: 84px;
}	

#logo {
   position:absolute;
   left:20px;
   top:7px;
}

#entre {
    position:absolute;
    left:310px;
    top:350px;
}

#setas {
    position:absolute; 
    padding:0px;
    width:135px; 
    z-index:2; 
    right: 10px; 
    bottom: 15px; 
    text-align:right;
}

#setas span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	position: relative;
    	top:-8px;
    	font-size:11px;
    	margin:0px;
    	padding:0px;
}
#clipping {
	position:relative;
	float:left;
	left:50px;
	padding:0px;
}
#clipping a#tauzoom.linkInativo {
	cursor: default;
}

#clippingTxt {
	position: relative;
	height: 240px;
    width: 230px; 
	float:left;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: auto;
}


a { color: #26247B; }
a:hover { color: #26247B; }
a:visited { color: #26247B; }

/* Lightbox */

div.thumb {
 	width: 135px;
 	height: 90px;
 	padding: 5px;
	margin: 25px 0;
 	background-color: white;
 /*border: 1px solid #996;*/
 	text-align: center;
	float: left;
}

div.thumb a img {
 	width: 125px;
 	height: 80px;
 	border: 0;
}

div.thumb span {
 	width: 125px;
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 14px;
	line-height: 12px;
	font-weight: bold;
	color: #996;
}

#tauloading {
    position:absolute;
    display:block;
    top:140px;
    left:350px;
    z-index:100;
}
