/*estrutura total*/

body {
background-color:white;
}

#total {
width:950px;
margin-left:auto;
margin-right:auto;
}

/*galeria*/

.gallery 
ul img {
float:left;
border: 1px solid #ffffff;
border-width: 2px 2px 2px;
width:100px;
height:100px;;
padding:5px;
}

.gallery 
ul a:hover img {
border: 1px solid #C3C3C3;
border-width: 2px 2px 2px;
}


/*divs externas*/

#titulo {
width:900px;
margin-top:80px;
margin-left:auto;
margin-right:auto;
}

#conteudo {
width:900px;
margin-left:auto;
margin-right:auto;
font-size:12px;
color:#4d4d4d;
font-family:verdana;
}

#rodape {
width:900px;
margin-left:auto;
margin-right:auto;
}

/*style*/

.menu {
float:left;
}

.zona {
float:left;
}

img.cor {
border: 1px solid #ffffff;
border-width: 2px 2px 2px;
width:100px;
height:100px;;
padding:5px;
float:left;
}

img.cor:hover {
border: 1px solid #C3C3C3;
border-width: 2px 2px 2px;
}

.title {
float:left;
margin-top:50px;
margin-bottom:15px;
}

.barra {
float:left;
margin-left:9px;

}


.per {

width:460px;
float:left;
margin-left:9px;
}

.per2 {
width:300px;
margin-left:9px;
float:left;
}

p.tit{
font-size:13px;
color:#4d4d4d;
font-family:verdana;
font-weight:bold;
}

p.texto {
font-size:12px;
color:#4d4d4d;
font-family:verdana;
}

a.estilo:link {color:#4d4d4d; text-decoration: none; font-weight:normal;}
a.estilo:visited {color: #4d4d4d; text-decoration: none; font-weight:normal;}
a.estilo:hover {color: #131313; text-decoration: underline; font-weight:normal;}


.lista li
{
display: inline;
list-style-type: none;
}

.listaperfil li
{
list-style-type: circle;
}

.listapermeio li
{
list-style-type: circle;
line-height:1.8;
}



#inicio	{
width: 52px; height: 77px;
overflow: hidden;
background: url(images/estrutura/inicio.png) top left no-repeat;
display: block;
text-indent: 10000px;
float:left;
		}
 
#inicio:hover	{
		background-position: bottom left;
		}

#perfil	{
width: 55px; height: 77px;
overflow: hidden;
background: url(images/estrutura/perfil.png) top left no-repeat;
display: block;
text-indent: 10000px;
float:left;
		}
 
#perfil:hover	{
		background-position: bottom left;
		}

#contato	{
width: 80px; height: 77px;
overflow: hidden;
background: url(images/estrutura/contato.png) top left no-repeat;
display: block;
text-indent: 10000px;
float:left;
		}
 
#contato:hover	{
		background-position: bottom left;
		}


#vermais	{
width: 80px; height: 25px;
overflow: hidden;
background: url(images/estrutura/mais.png) top left no-repeat;
display: block;
text-indent: 10000px;
float:left;
margin-top:85px;
margin-left:3px;
		}
 
#vermais:hover	{
		background-position: bottom left;
		}




/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
