.content-author-library
{
	border-right: 1px dotted #BFC7E4;
	float: left;
	width: 78%;
}
.miniContentDetalha
{
	border-right: 1px dotted #BFC7E4;
	float: left;
	width: 150px;
	height: 190px;
	border: 0px solid blue;
	margin-top: 7px; 
}
.miniContentRight
{
	background: #B8D4DF;
	border: 1px solid #291670;
	width: 130px;
	float: right;
	text-align: center;
	z-index: 4;
}
/* LABELS */
/* LABEL ALINHADA A DIREITA */
label.lblRight
{
	border-bottom: 1px dotted #BFC7E4;
	float: left;
	width: 10%;
}
/*LINK LABEL */
.lblRight a
{
	color: #052395;
	font-size: 11px;
}
.miniContentDetalha label
{
	float: left;
	padding-left: 3px;
	text-transform: uppercase;
}
/* HEADERS */
.content h2
{
	border-bottom: 1px dotted #BFC7E4;
	color: #052395;
	float: left;
	font-size: 11px;
	font-weight: normal;
	width: 90%;
}
.miniContentDetalha h3, h4
{
	font-size: 10px;
	padding-left: 6px;
	text-transform: uppercase;
}
.miniContentDetalha h3
{
	color: #000;
	height: 22%;
}
.miniContentDetalha h4
{
	color: #C6C8D2;
	clear: both;
	padding-top: 2px;
}
/* AJUSTE DE IMAGEM*/
.miniContentDetalha img
{
	float: left;
	margin-left: 6px;
	margin-top: 2px;
}

.miniContentRight h3
{
	background: #291670;
	color: #FFFFFF;
	width: 100%;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
  text-align: center;
	text-transform: uppercase;
}
.miniContentRight img
{
	margin: 5px;
}
p.txtInfo
{
	text-align: left;
	font-size: 10px;
	padding: 3px;
}
