/* CSS Document */


.noticiaLista 
{
	padding:20px 0px 0px 0px;
}

.tituloNoticiaLista
{
	color:#4BAB09;
}

.paginador
{
	padding: 20px 0px 0px 0px;
}

.paginador
{
	color:#333333;
}

.paginador a
{
	color:#4BAB09;
	cursor:pointer;
}

.Noticia 
{
	color:#333333;
	padding:0px 0px 20px 0px;	
}


.Noticia h3
{
	color:#4BAB09;
	padding:0px 0px 10px 0px;
}

.Noticia .breve
{
	color:#333333;
	font-weight:800;
    padding-bottom: 10px;
}

.Noticia .completa
{
	color:#333333;
	text-align:justify;
}

.Noticia .completa p
{
	padding:0px 0px 10px 0px;
}

.Noticia .completa h2
{
}

.negro
{
	color:#333333;
}


/* NEWS STARTS */
#News h2 {
	color: #bb0f0f;
	font-size: 16px;
	padding: 0 0 20px 0;
}
#News p {
	padding: 0 0 20px 0;
	color: #000;
}
#News span.bold {
	font-weight: bold;
	color: #000;
}
.ImgNews {
	width: 50px;
	float: left;
	padding: 0 10px 0 0;
}
.ImgListaNoticias {
	float: left;
	padding: 0 10px 0 0;
}
#News img.left {
}
.NewsContent2 img,
.NewsContent img {
}
.NewsContent {
	border-bottom: 1px dotted #ccc;
}
.NewsContent,
.NewsContent2 {
	padding: 20px;
	border-bottom: 1px dotted #ccc;
}
#historia img {
	background-image:url(../images/historia/bg_images.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding: 6px 15px 6px 6px;
}
#historia img.center {
	margin: 0 auto;
	background-image: none;
	padding: 0 0 10px 140px;
}