/*
* html img {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ? "" :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src='blank.png').substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}
*/

html, body {
	height: 100%;
	overflow: auto;
}

body{
padding:0px;
margin:0px;
background-color:#91BBAD;
}

form {
	border: 0px; 
	padding:0px;
	margin:0px;
}

.menu-esquerda{
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:left;	
	font-family:Tahoma, Arial, sans-serif;	
}

.menu-esquerda li{
	font-size:14px;
	margin:0px 0px 0px 0px;
	padding:3px 3px 3px 74px;
	color:#666666;
	font-weight:bold;
	background:url(../images/but_1_off.gif) no-repeat 55px 2px;
}

.menu-esquerda li a{
	text-decoration:none;
	color:#666666;
	font-weight:bold;	
}

.fixed-bottom-bar{
	margin:10px 0px;	
	width:100%;
	color:#fff;
	text-align:center;
	font-family: Tahoma;	
}

.fixed-bottom-bar h1{
	font-size:20px;
	padding:10px;
	margin:0px;
}
.fixed-bottom-bar h1 span{
	font-size:15px;
}
.by{		
	font-size:12px;
	font-weight:bold;
	padding:0px 5px 5px 0px;
}

.link_rodape{
	color:#fff;
	text-decoration:none;
}

.link_rodape:hover{	
	text-decoration:underline;
}

.copy {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #585D5F;
	text-decoration: none;
}
.atencao{
	color:#D0202A;
}
.text_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #424242;
}
.link_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.link_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #418CC2;
}
.text_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
}
.form_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 17px;
	width: 171px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CAD2D6;
	border-bottom-color: #CAD2D6;
	color: #656565;
}
.link_3 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #739A33;
}
.form_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 97px;
	width: 171px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CAD2D6;
	border-bottom-color: #CAD2D6;
	color: #656565;
	overflow:auto;
}
img{
	border:0px solid #ff0000;
}
/***** info popups *****/
a.info {
	position:relative;
	color:#739A33;
    border-bottom:1px dashed #ccc;
	text-decoration:none;
	line-height:15px;
}
/* Added to solve the z-order problem of IE */
a.info:hover {
	z-index:2;
}
/* End */
a.info span{
    display: none;
}
a.info:hover span{
	display:block;
	position:absolute;
	z-index:1;
	top:0em;
	left:10em;
	width:25em;
	border:1px solid #aaaaaa;
	background-color:#EFEEF3;
	color:#000;
	text-align:justify;
	font-size:10px;
	font-weight:normal;
	padding:3px;
	line-height:15px;
}

.title_foto {
	font-family: Tahoma;
	font-size: 18px;
	line-height: 12px;
	color: #555555;

}
.thumb_album{
	cursor:pointer;
	width: 100px;
}
.foto_grande_album{
	text-align:center;
	padding:10px 4px;
}
.foto_capa_album{
	text-align:center;
	padding:0px 0px;
	border: dashed 0px yellow;
}
.thumb_foto_album{
	width:       422px;
	display:     inline;
	margin:      0px;
	padding:     0px;
	list-style:  none;
	line-height: normal;
	text-align:center;
}
.thumb_foto_album li{
	float: left;
	margin: 0px 0px 0px 15px;
	padding-bottom: 5px;
}

#slider {
    width: 140px; /* important to be same as image width */
    height: 230px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */	
}
#sliderContent {
    width: 140px; /* important to be same as image width or wider */
    position: absolute;
	top: 0px;
	left:0;
	margin: 0;	
	padding:0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage a img{
	width:140px;
}

.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 140px;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
	-khtml-opacity: 0;
    opacity: 0;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 20px;
}
.top {
	top: -20px;
	left: 0;
}

.bottom {
	bottom: -20px;
    left: 0;
}

