body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*_______Tablas_______*/

.div_bloque {
	margin: 0 0 4px 0;
	background-color: #ECECFC;
	border: solid 1px #B7B7E7;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

.tabla {
	background-image: url(imagenes/fondotablaweb.gif);
	background-repeat: no-repeat;
	}

.tablacontenido {
	margin: 10px 0 0 0;
	width: 840px;
	background-color: #FFE5FC;
}

.tablascolumnas {
	margin: 4px 0 0 0;
	background-color: #BCB39B;
	border: solid 1px #ffffff;
}

.tablascolumnas td {
	padding: 4px 4px 4px 4px;
}

.tablanoticias {
	margin: 0 0 10px 0;
	}
	
.separador_dentro_noticias {
	height: 2px;
	margin: 0 8px 16px 8px;
	border-bottom: dotted 2px #999999;
}
	
.tablanoticias_sinfondo{
	margin: 0 0 30px 0;
	border-bottom: dotted 1px #999999;
	}

.tabla_categorias {
	margin: 10px 0 0 0;
	}

.tabla_categorias td {
	padding: 2px 4px 2px 0;
 border-bottom: dotted 1px #999999;
}

.tablaboton {
	width: 75%;
	background-color: #ECECFC;
	padding:2px 8px 2px 8px;
	border: dotted 1px #999999;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tablaenlaces_down td{
	padding: 2px 14px 2px 2px;
}
/*_______Menu_______*/

.menu {
	margin: 0 0 0 0;
	}


/*_______Texto Web_______*/

.textogrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

.textopeque {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.textomuygrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

/*_______Enlaces_______*/

a {
	text-decoration: none;
	color: #000000;
  }

a:hover {
	text-decoration: underline;	
	}

.enlace_especial {
	text-decoration: none;
	color: #000000;
	font-sice: 14px;
	font-weight: bold;

}

.enlace_especial:hover {
	text-decoration: underline;
	color: #000000;
	font-sice: 14px;
	font-weight: bold;
}

/*_______Titulos Bloques_______*/

.titulos_bloques {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.titulos_noticias_sinfondo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 0px 4px 4px;
	color: #000000;
	border-bottom: dotted 1px #000000;
}


/*_______Calendario_______*/

.elcalendario {
	width: 244px;
	margin: 0 0 4px 0;
	background-color: #ECECFC;
	border: solid 1px #B7B7E7;
}

.titulo_calendario {
	background-color: #ECECFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0px 8px 2px;
	text-align:center;
	color: #3366CC;
	border-bottom: dotted 1px #000000;

}

/*_______Imagenes_______*/

.imagenes {
	border: solid 4px #FFFFFF;
	}

.imagenes_separacion img{
	margin: 0 0 8px 0;
	}

/* _____________________________ PAGINADOR _______________________*/
#paginador {
	font-size:12px;
}
.celda_paginador {
	cursor:pointer;
	float:left;
	background:#ECECFC;
	border: solid 1px #999999;
}
.celda_paginador_actual{
	cursor:pointer;
	float:left;
	background:#BCBCFA;
	border: solid 1px #000000;
	color:#FFFFFF;
	font-weight:bold;
}
#paginador a {
	color: #000000;
}