/* CSS NOPP Contenido */

/* Celda CONTENIDO */
#m_td_contenido {
	text-align: left;
	padding-bottom: 20px;
	}
#m_td_contenido p {
	line-height: 1.3em;
	margin-bottom: 7px;
	}
/* Gradiente verde 400px */
.grad400v {
	background-image: url(../imagenes/bg_400_gv.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: rgb( 125, 187, 0 );
	}
.grad400v .esq_v_sup {
	height: 16px;
	background-image: url(../imagenes/esq01_16_sd.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}
.grad400v .esq_v_inf {
	height: 16px;
	background-image: url(../imagenes/esq01_16_ii.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
/* Fondo Blanco c/Bordes Verdes */
.bordesVerdes {
	border: 1px solid rgb( 51, 154, 0 );
	}
.esq_lv_sup {
	height: 16px;
	background-image: url(../imagenes/esq02_16_sd.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: -16px;
	position: relative;
	}
.esq_lv_inf {
	height: 16px;
	width: 16px;
	background-image: url(../imagenes/esq02_16_ii.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: -16px;
	}

#m_td_contenido a:link,
#m_td_contenido a:active,
#m_td_contenido a:visited {
	text-decoration: none;
	}
#m_td_contenido a:hover {
	text-decoration: underline;
	}
/* Texto verde */
.txt_verde {
	color: rgb( 51, 154, 0 );
	}
/* Texto Gris */
.txt_gris {
	color: rgb( 102, 102, 102 );
	}
/* linea verde horizontal */
.h_v_line {
	height: 2px;
	background-color: rgb( 51, 154, 0 );
	line-height: 0px;
	font-size: 1px;
	margin: 16px 0px;
	}

/* Link a archivo PDF */
a.dl_pdf:link,
a.dl_pdf:active,
a.dl_pdf:visited {
	display: list-item;
	list-style-image: url(../imagenes/pdf_icono.gif); 
	list-style-position: inside;
	text-decoration: none;
	color: rgb( 102, 102, 102 );
	}
a.dl_pdf:hover {
	text-decoration: underline;
	}

/*
   -------------------------------------------------------------------------------------------------
   Agregado el 27 de Marzo del 2011 para ajustar la paginación de 'Activitat Municipal' y 'Noticies'
   -------------------------------------------------------------------------------------------------
*/

.aLinkPag, .aLinkPagA {
	color: #000;
	border: 1px solid rgb( 51, 154, 0 );
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: center;
	margin: 0px 0px 2px 2px;
}
.aLinkPagA {
	background-color: rgb( 173, 215, 153 );
}

