
/* INICIO BLOG POST*/

.BlogPost
{
	float:left;
	width:630px;
	margin-top:10px;
	margin-right:10px;
	/*background-color: Blue;*/
}
 

.BlogPostDireito 
{
	float:left;
	margin-top:10px;
	width:310px;
	/*background-color: Yellow;*/

}

.BlogPostUltimo 
{
	float:left;
	width:100%;
}

.BlogPostDataCriacao
{
	float:left;
	width:100%;
	font-family: Times New Roman;
	font-size:18px;
	font-weight: bold;
	color: #8a8a8a;
}

.BlogPostImgTitulo
{
	margin-top: 5px;
	margin-bottom: 5px;
	float:left;
	font-family: Times New Roman;
	font-size:26px;
	color: #505050;
}

.BlogPostSubtitulo
{
	font-family: Times New Roman;
	float:left;
	width:100%;
}

.BlogPostImg
{
	margin-top: 16px;
	float:left;
	width:100%;
}

.BlogPostImgLegenda
{
	font-family: Times New Roman;
	float:left;
	width:100%;
}

.BlogPostTexto
{
	font-family: Times New Roman;
	margin-top: 16px;
	margin-bottom: 16px;
	float:left;
	width:100%;
}

.BlogPostAutores
{
	float:left;
	font-family: Arial;
	font-size: 14px;
	color: #505050;
}

.BlogPostCategoria
{
	float:left;
	font-family: Arial;
	font-size: 14px;
	color: #505050;
}

/* FIM HERALD POST*/

/* INICIO HERALD CAPA*/

.pnlBlogPostCapaDireito 
{
	float:left;
	margin-top:10px;
	width:310px;
	/*background-color: Yellow;*/

}

.pnlBlogPostCapaUltimo 
{
	float:left;
	width:100%;
}

/* FIM HERALD CAPA */


/* INICIO SEPARADOR */

.divBlogSeparador
{
    width: 800px;
    float:left;
	margin-top: 10px;
	margin-right: 10px;
	height: 5px;
	background-color: #f5f5f5;


}

/* FIM SEPARADOR */

/* INICIO MODELO DE POST 1 */

.lbBlogCategoria1 
{
	font-family: Times New Roman;
	text-transform:uppercase;
	font-size:16px;
	padding-bottom: 16px;

}

.divBlogPost1
{
    float: left;
}

.divBlogCentral1
{
	width: 100%;
	padding-bottom: 16px;
	display:table-cell;
}

.imgBlogTitulo1
{

	display:table-cell;
	margin-top: 5px;
	margin-bottom: 5px;
	float:left;

}

.lbBlogSubititulo1
{
	width:100%;
	font-size: 14px;
	font-family: Times New Roman;
	display:table-cell;
	float:left;
	margin-bottom: 10px;
}

.lbBlogSinopse1
{
	width:100%;
	display:table-cell;
	float:left;
	font-family: Times New Roman;

}


/* FIM MODELO DE POST 0 */


/* INICIO MODELO DE POST 2 */

.lbBlogCategoria2 
{
	font-family: Times New Roman;
	text-transform:uppercase;
	font-size:16px;
	padding-bottom: 16px;

}

.divBlogCentral2
{
    float:left;
	width: 100%;
	padding-bottom: 16px;
	display:table;
}

.imgBlogTitulo2
{
	float: left;
	display: table-cell;
	margin-top: 5px;
	margin-bottom: 15px;

}

.imgImgCapa2
{
    float: left;
}

.lbBlogSinopse2
{
	width:60%;
	float: left;

	font-family: Times New Roman;
}