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

#registro_banner {
	width: 448px;
	height: 299px;
	position: absolute;
	
	border: 1px #242426 solid;
	
	background: #FFFFFF;
	
	left: 130px;
	top: 440px;
	
	text-decoration:none;
}

#registro_logo
{
	clear: both;
	
	width: 100%;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	
	text-align: center;
}

.registro_produto
{
	clear: both;
	float: left;
	display: table;
	
	width: 180px;
	height: 36px;
	
	border: 2px outset #f9a6a8;
	background-color: #C3261D;
	
	margin: 0px 5px 5px 0px;
	
	text-align: center;
}


.registro_produto p
{
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	vertical-align:middle;

	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12px;
	
	color: #FFF;
}

.registro_produto_texto
{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
		
	color: #FFF;
	
	font-weight: bold;
}

.registro_produto_descricao
{
	clear: both;
	
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	
	font-family: verdana, arial;
	font-size: 10px;
}

.registro_produto a
{
	text-decoration: none;
	
}

.registro_nome
{
	width: 50px;
	float: left;
	
	display: table-cell; 
	vertical-align: middle;
	
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12px;
	
	color: #FFF;
	
	margin-top: auto;
	margin-bottom: auto;
}

.registro_nome span
{
	vertical-align:middle;
}

.registro_descricao
{
	width: 120px;
	height: 100%;
	float: left;
	
	border-left: 1px solid #FFF;
	
	font-family: verdana, arial;
	font-size: 10px;
	
	color: #FFF;
}

#registro_ata_texto
{
	float: left;
	width: 200px;
}

#registro_atas
{
	float: left;
	width: 600px;
}

#registro_atas a
{
	font-family: arial, verdana;
	font-size: 14px;
	font-weight: bold;
	color: #C3261D;
	
	margin-top: 10px;
	
	text-align: center;
}

#resgistro_atas_documentos a
{
	display: block;
	
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12px;
	color: blue;
	margin-top: 5px;
	
}