/**********************************

CSS MÃE IMPORTS

***********************************/

@import "prettyPhoto.css";
@import "jquery.css";
@import "forms.css";
@import "texto.css";

img { -ms-interpolation-mode: bicubic; }

body {
text-align:center;
margin:0px;
padding:0px;
background-image:url(../imagens/fd_01.jpg);
background-position:center top;
background-repeat:no-repeat;
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
font:Arial, Helvetica, sans-serif;
color:#333333;

}

*{
margin:0px;
padding:0px;
}

#centraconteudo{
width:900px;
margin:0 auto;
text-align:left;
}

#cabecalho{
width:900px;
height:260px;
margin-bottom:20px;
}

.fundoconteudo{
padding:20px;
width:860px;
background-color:#FFFFFF;
margin-bottom:20px;
height:auto;
float:left;
clear:both;
}

#divcont2x{
width:560px;
float:left;
}

#divcont1x{
width:260px;
min-height:30px;
float:left;
}

#contseparador{
float:left;
width:40px;
background-image:url(../imagens/pd_separador.gif);
background-position:center;
background-repeat:repeat-y;
}


ul.gallery {
list-style:none;
	
	margin:0 0 0 0;
	float:left;
	padding:0px;
}
	
ul.gallery li {
	display: block;
	float: left;
	margin: 0 0 0 0;
	margin-right:10px;
	margin-bottom:10px;
		
}
		
ul.gallery li a {
	padding: 2px;
	display: block;
	border: 2px #BCDE74 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 0;
}
			
ul.gallery li a:hover { border: 2px #88C50C solid; }




ul.album {
list-style:none;
	
	margin:0 0 0 0;
	float:left;
	padding:0px;
}
	
ul.album li {
	display: block;
	float: left;
	margin: 0 0 0 0;
	margin-right:10px;
	margin-bottom:0px;
		
}
		
ul.album li a {
	padding: 2px;
	display: block;
	border: 2px #BCDE74 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 0;
}
			
ul.album li a:hover { border: 2px #88C50C solid; }


#nomealbum{
float:left;
margin-bottom:10px;
margin-top:5px;
}




#divnoticia{
margin-bottom:10px;
height:80px;}





.logos{
margin-left:10px;
margin-right:10px;}


#divtop5{
height:auto;
margin-bottom:10px;
float:left;
}

#infotop5{
margin-left:10px; 
float:left; 
width:202px;
background-color:#E7F3CE;
min-height:50px;
padding:3px;

}

#top5numero{
background-color:#88C50C;
height:36px;
width:22px;
float:left;
font-size:24px;
font-weight:bold;
color:#FFF;
text-align:center;
padding:10px;

}

#divguestbook
{
margin-top:10px;
border-bottom:4px solid #88C50C;
padding:10px;
padding-bottom:20px;
}

.titulosimg{
margin-bottom:10px;}







	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */