/* CSS Document */
*{
	margin:0;
	padding:0;
	font:11px Verdana;
}
b, strong{
	font-weight:bold;
}
a{
	text-decoration:none;
	color:black;
}
a:hover{
	text-decoration:underline;
}
input, select, textarea{
	background:white;
	border:1px solid #D3D3D3;
	height:14px;
}
select{
	height:17px;
}

html, body{
	width:100%;
	height:100%;
}
h1{
	font-size:15px;
}
h2{
	width:100%;
	border-bottom:1px solid black;
	font:bold 20px Arial;
	margin-top:8px;
}
h3{
	width:100%;
	font:25px Arial;
}
img{
	border:none;
}
* html #divTudo{
	height: 100%;
}
#divTudo{
	position:relative;
	min-height:95%;
}
#divGera{
	position:relative;
	width:100%;
	height:70%;
	min-height:98%;
}
#acesso{
	
	position:relative;
	width:70%;
	height:450px;
	/*
	height:40%;
	min-height:50%;
	*/
	background:#194CF3;
	width:450px;
	margin:auto;
	margin-top:150px;
	padding:10px;
	text-align:center;
	color:white;
	
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	 border-radius:7px;	
}

#txtUsua{
	text-align:center;
	background:#F9E99E;
	border:none;
	border:1px solid #cccccc;
	padding:0.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

#txtSenh{
	text-align:center;
	background:#F9E99E;
	border:none;
	border:1px solid #cccccc;
	padding:0.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.botao{
	display: inline-block;
	color: #666;
	background-color: #eee;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.3);
	border-bottom-width: 3px;
}
.botao:hover{
	background-color: #e3e3e3;
	border-color: rgba(0,0,0,0.5);
	text-decoration:none;
}

#divTopo{
	position:relative;
	background:white url(../imagens/linha.jpg) bottom left repeat-x;
	padding:2px 0px 2px 0px;
}

#divRoda{
	position:relative;
	padding:5px 0px 5px 0px;
	text-align:center;
	background:#F2F2F2;
}

ul#tb-dados {
	position:relative;
	width: 95%;
	margin-left: auto;
	padding: 5px;
	overflow: hidden;
	list-style: none;
}
ul#tb-dados li {
	width: 95%;
	margin:0px 0px 0px 5px;
}
ul#album-fotos{
	position:relative;
	width: 95%;
	height: 850px;
	margin-left: auto;
	padding: 5px;
	overflow: hidden;
	list-style: none;
}
ul#album-fotos li{
	float: left;
	width:400px;
	height: 400px;
	margin: auto;
	border: 5px solid #ffffff;
	background-color: #ffffff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.4);
	-webkit-transition: all .4s ease-in;
}
ul#album-fotos li span{
	opacity: 0;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	background-color: rgba(0,0,0,.3);
	font-size: 9pt;
	line-height: 370px;
	padding: 5px;
}
ul#album-fotos li:hover{
	-webkit-transform: scale(1.0);
	/*-webkit-background-size: 120px;*/
	width:62%;
	height:92%;
}
ul#album-fotos li:hover span{
	opacity: 1;
}
/*
ul#album-fotos li#foto01{
	background: url('/imagens/mini1.jpg') no-repeat;
	background-position: 50% 50%;
	background-size: 400px 400px;
	background-color: #ffffff;
}
ul#album-fotos li#foto01:hover{
	background-position: 0px 0px;
	background-size: 90% 90%;
}

ul#album-fotos li#foto02{
	background: url('/imagens/mini2.jpg') no-repeat;
	background-position: 50% 50%;
	background-size: 400px 400px;
	background-color: #ffffff;	
}
ul#album-fotos li#foto02:hover{
	background-position: 0px 0px;
	background-size: 90% 90%;
	margin: auto;
 }
*/
 ul#album-fotos li#foto03{
	background: url('/imagens/mini3.jpg') no-repeat;
	background-position: 50% 50%;
	background-size: 400px 400px;
	background-color: #ffffff;	
}
ul#album-fotos li#foto03:hover{
	background-position: 0px 0px;
	background-size: 90% 90%;
}

