﻿.FondoIzquierdo
{
	background: url(  '../App_Themes/Images/Publicaciones/bgNoticiasTitulo.png' ) no-repeat;
	width: 30px;
	height: 130px;
}
.FondoPrincipal
{
	/*background: url(../App_Themes/Images/Publicaciones/imgNoticiasFondo.png) no-repeat;    */
}
.FuenteFecha
{
	font-style: italic;
	font-weight: bolder;
	color: #177049;
}
.ColumnaImagenPublicaciones
{
	vertical-align: middle;
	text-align: center;
	width: 10px;
}
.ColumnaTextoPublicaciones
{
	/*background: url(../App_Themes/Images/Publicaciones/imgblanquitas.png) no-repeat;*/
	font-family: Arial;
	font-size: 11px;
	color: Black;
	text-align: left;
	width: 500px;
	height: 40px;
}
.ColumnaLinkPublicaciones
{
	/*background: url(../App_Themes/Images/Publicaciones/imgblanquitas.png) no-repeat;*/
	text-align: right;
	width: 80px;
	height: 40px;
}


A:link
{
	font-family: Arial;
	font-size: 9px;
	color: #67881d;
	font-weight: bolder;
}
A:visited
{
	font-family: Arial;
	font-size: 9px;
	color: Black;
	font-weight: bolder;
}
A:active
{
	font-family: Arial;
	font-size: 9px;
	color: Black;
	font-weight: bolder;
}
A:hover
{
	font-family: Arial;
	font-size: 9px;
	color: Black;
	font-weight: bolder;
}


