/* CSS Document */

/* propriedades gerais */
body {
	background-color:#cccccc;
}

a:link{
	text-decoration:none;
	color:#999999;
	}

a:hover{
	text-decoration:underline;
	color:#999999;
	}
	
a:visited{
	text-decoration:none;
	color:#999999;
	}
	
li {
	list-style:  url(../imagens/li.gif);
	margin-left: 0px;
	padding: 0px;
}
	
/* texto */

.h1{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:x-large;
	font-weight:bold;
	color:#993300;
}

.h1Home{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:x-large;
	color:#f4f4f4;
	font-size:18px;
	font-weight:normal;
}
	
.conteudo{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:small;
	color:#666666;
}

.conteudo_menor{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:x-small;
	color:#333333;
}

label span {
text-decoration: underline;
}

/* Galeria */

.divGaleria{
	float:left;
	width:250px;
	height:500px;
	overflow:auto;
	padding-bottom:20px;
}

.divFotoMaior{
	float:right;
	width:450px;
}

.fotomaior {
	width:420px;
	height:315px;
	border:1px solid gray;
	margin-left:10px;
	margin-bottom:20px;
	padding:5px;
}

.galeriaImg {
	width:100px;
	height:75px;
	padding:5px 5px 5px 5px;
	border:1px solid gray;
}

.divVideo{
	float:left;
	clear:both;
	width:740px;
}

.divGaleriaVideo{
	float:left;
	width:250px;
	height:350px;
	overflow:auto;
	padding-bottom:20px;
}

.divPlayerVideo{
	float:left;
	width:450px;
}

.galeriaVideo {
	width:100px;
	height:75px;
	margin-bottom:10px;
	padding:5px 5px 5px 5px;
	border:1px solid gray;
}

/* divs home */
.topoHome{
	margin: 0 auto;
	clear:both;
	width:740px;
	height:280px;
	z-index:1;
	text-align:right;
	background-color: #FFFFFF;
}

.contHome{
	margin: 0 auto;
	clear:both;
	width:720px;
	height:180px;
	z-index:1;
	text-align:left;
	color:#FFFFFF;
	padding: 20px 10px 0px 10px;
	background-color:#993300;
}

.contEsqHome{
	float:left;
	width:480px;
	z-index:2;
	text-align:left;
	color:#FFFFFF;
	padding: 10px 10px 0px 10px;
	background-color:#993300;
}

.contDirHome{
	float:right;
	width:170px;
	z-index:2;
	text-align:right;
	color:#FFFFFF;
	padding: 10px 10px 0px 10px;
	background-color:#993300;
}

/* divs */
.atalho{
	margin: 0 auto;
	width:740px;
	height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color:#999999;
	text-align:right;
	padding: 15px 0px 0px 0px;
	}
	
.container{
	margin: 0 auto;
	width:740px;
	z-index:1;
	background-color: #FFFFFF;
}

.topo{
	margin: 0 auto;
	clear:both;
	width:740px;
	height:125px;
	z-index:1;
	text-align:right;
	background-color: #FFFFFF;
}

.menu{
	margin: 0 auto;
	clear:both;
	width:740px;
	height:40px;
	z-index:1;
	text-align:center;
	background-color:#333333;
}

.contPrincipal{
	margin: 0 auto;
	width:740px;
	z-index:1;
	text-align:left;
	background-color: #FFFFFF;
}

.divAcessibilidade{
	float:center;
	margin: 0 auto;
	width:740px;
	height:25px;
	z-index:2;
	padding:10px 20px 0px 0px;
	text-align:right;
}

.contAlternativo{
	float:center;
	clear:both;
	width:700px;
	z-index:3;
	text-align:left;
	padding: 20px 10px 15px 18px;
	background-color: #FFFFFF;
}

.contEsq{
	float:left;
	width:445px;
	height:auto;
	z-index:3;
	text-align:left;
	padding: 20px 10px 0px 18px;
	background-color:#FFFFFF;
}

.contDir{
	float:right;
	width:230px;
	height:auto;
	z-index:3;
	text-align:left;
	padding: 20px 10px 0px 10px;
	background-color:#FFFFFF;
}

.contFormCol1{
	float:left;
	width:60px;
	z-index:3;
	text-align:left;
	padding: 5px 5px 0px 5px;
	background-color:#FFFFFF;
}

.contFormCol2{
	float:left;
	width:200px;
	z-index:3;
	text-align:left;
	padding: 5px 5px 0px 5px;
	background-color:#FFFFFF;
}

.rodape{
	margin: 0 auto;
	clear:both;
	width:740px;
	height:60px;
	z-index:1;
}

.copyright{
	margin: 0 auto;
	clear:both;
	width:740px;
	height:20px;
	z-index:2;
	text-align:center;
	color:#FFFFFF;
	background-color:#993300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}

.assinatura{
	margin: 0 auto;
	clear:both;
	width:740px;
	height:25px;
	z-index:1;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color:#666666;
}

.space{
	margin:0 auto;
	clear:both;
	width:740px;
	height:20px;
	z-index:1;
}

