@charset "UTF-8";
/* CSS Document */

html {
    height:100%;
}

body {
	height:100%;
	margin:0px;
    padding:0px;
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12.7px;
    line-height:15px;
	background-color:#FFF;
}

img {
	max-height:581px;
	max-width:896px;
	height:auto;
	width:auto;
	border:none;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	margin-top:0px;
	margin-bottom:0px;
	font-size:17px;
	font-weight:bold;
}

a:link {
	color: #000;
	text-decoration:underline;
	border:none;
}

a:visited {
	color: #000;	
}

a:hover {
	color:#FFF;
	background-color:#000;	
}

.container {
	position:relative;
	width:910px;
	top:0px;
	left:50%;	
	padding-left:2px;
	margin-left:-422px;
	background-color:#FFF;
	z-index:2;
	border:none;
}

.cabecalho {
    position:relative;
	width: 910px;
    height:63px;
    z-index:3;
    background-color:#FFF;
}

.caixatitulo {
    width:196px;
    height:14px;
    margin-left:7px;
    margin-top:42px;
    float:left;
}

.caixadata {
    margin-left:84px;
    margin-top:42px;
    height:14px;
    width:126px;
    float:left;
    }   

.lacunafixa {
    position:fixed;
	top:63px;
	left:50%;
    margin-left:-483px;
    width:56px;
    height:14px;
    background-color:#000;
	z-index:1;

}
    
.caixalacunas {
    position:relative;
	width:490px;
	height:14px;
	overflow:hidden;
    z-index:4;
    background-color:#FFF;
}

.lacunabranca {
	width:56px;
	height:14px;
	margin-left:7px;
	margin-right:7px;
    margin-bottom:56px;
	float:left;
	background-color:transparent;
}

.lacunapreta {
	width:56px;
	height:14px;
	margin-left:7px;
	margin-right:7px;
    margin-bottom:56px;
	float:left;
	background-color:#000;
}

.cinza {
	color:gray;
}
    
.ficha {
    position:relative;
    width:910px;
    background-color:#FFF;
    z-index:3;
}
    
.treslacunas {
	float:left;
    margin-top:14px;
    margin-left:7px;
    width:196px;
    background-color:#FFF;
}
    
.duaslacunas {
	float:left;
    margin-left:84px;
    margin-top:14px;
    width:126px;
    background-color:#FFF;
}

.duaslacunas a:link {
	text-decoration:none;
}
    
.ate6lacunas {
	float:left;   
    width:406px;
    margin-left:84px;
    margin-top:-14px;
	background-color:#FFF;
	overflow:hidden;
}

.ate6lacunas img {
	max-width:406px;
	margin-bottom:7px;	
}

.ate6lacunas iframe {
	margin-bottom:7px;	
}

.ate13lacunas {
    width:896px;
    margin-left:7px;
    background-color:#FFF;
}

.ate13lacunas img {
	margin-bottom:7px;	
}

.legenda {
	background-color:#FFF;
}

.quebrapagina {
	clear:both;
	height:63px;
	background-color:#FFF;	
}

.fimficha {
	clear:both;
	height:7px;
	background-color:#FFF;
}
    
.posicaomenu {
	position:fixed;
	top:63px;
	left:50%;
	margin-left:-420px;
	z-index:0;
}

.caixamenu {
	width:350px;
	height:224px;	
}

.rodape {
    position:relative;
    width:70px;    
    height:120%;
    margin-left:70px;
	margin-top:0%;
	background-color:#FFF;
    z-index:-1;
}