/** Estrutura **/

body {
	margin:0px;
	background-image: url(fundos_torres2_cer.jpg);
	font-family:arial;
}

.conteudo {
	position:relative;
	margin:15px;
	height:310px;
	overflow:auto;
}

.coluna1 {
	float:left;
	width:95px;
	margin-right:10px;
}

.codigo {
	width:100px;
	height:100px;
	position:relative;
	float:left;
}
.descricao {
	float:left;
	width:250px;
	height:100px;
	margin-right:10px;
	margin-left:10px;
	position:relative;
}

.ver {
    float:right;
	width:105px;
	height:100px;
	position:relative;
	
}
.coluna5 {
    float:center;
	width:160px;
	margin-right:20px;
	position:relative;
}

.borda_fotos {
	border: dashed 2px #281265;
}

.moldura_certificado1 {
	float:left;
	position: relative;
	width: auto;
	margin-right: 10px;
	border: 1px solid #625e74;
}

.moldura_certificado2 {
	float:left;
	position: relative;
	width: auto;
	margin-right: 10px;
	border: 1px solid #625e74;
}

/** Texto **/

p {
	font-size:12px;
	color:#555555;
	margin-bottom:5px;
	margin-top:0px;
}

.textocent {
	font-size:12px;
	color:#555555;
	text-align:center;
	font-weight:bold;
	clear:both;
	padding-top:10px;
}

h1 {
	font-size:16px;
	color:#006699;
}

h2 {
	font-size:12px;
	color:#555555;
	font-weight:bold;
}

li {
	margin-bottom:5px;
	font-size:12px;
	color:#555555;
	}
	
/** Float **/

#float {
	position: absolute;
	z-index: 10;
	background-image: url(premio.jpg);
	border: 1px solid #625e74;
	width: 350px;
	height: 418px;
	right: 0%;
	}

#fechar_float {
	width: 15px;
	height: 15px;
	background-image: url(fechar.jpg);
	cursor: hand;
	float: right;
	}
	
#clique_float {
	width: 350px;
	height: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 350px;
	}

#clique_float a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#clique_float a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#clique_float a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#clique_float a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#menu_topo {
	z-index: 0;
	}