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

/*_______Tablas_______*/


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


.tablanoticias {
	margin: 0 0 10px 0;
	background-color: #9F62C2;
	border: solid 1px #ffffff;
	}
	
.separador_dentro_noticias {
	height: 2px;
	margin: 0 8px 8px 8px;
	border-bottom: dotted 2px #B579D7;
}

.separador_titulo_noticias{
	height: 2px;
	margin: 0 8px 8px 0;
	border-bottom: dotted 2px #ffffff;

}
.separador_texto_noticias {
	margin: 8px 10px 0 10px;
}

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

.tabla_categorias td {
 border-bottom: dotted 2px #B579D7;
}

.celda_categorias {
	padding: 4px 0 4px 0;
	text-align: left;
}

.tablaenlaces_down {
	width:100%;
}

/*_______Botón_______*/

.boton {
	background-image: url(imagenes/boton.gif);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	text-align: center;
	height: 96px;
	width: 127px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;

}

/*_______Menu_______*/

.menu {
	background-color: #9F62C2;
	margin: 10px 0 10px 0;
	padding: 4px 0 4px 0;
	border-top: dashed 1px #ffffff;
	border-bottom: dashed 1px #ffffff;
	}

.menu td {
	padding: 0 0 8px 0;
	vertical-align:middle;	
	border-bottom: dotted 2px #ffffff;

	}

/*_______Texto Web_______*/

.textoblanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	}

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

.textogrande_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	}

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

.textopeque_blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	}


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

.textomuygrande_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color:#ffffff;
}

/*_______Enlaces_______*/

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

a:hover {
	text-decoration: underline;	
	}

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

}

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

/*_______Titulos Bloques_______*/

.titulos_bloques {
	background-image: url(imagenes/icono.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 0px 0px 18px;
	color: #ffffff;
	font-weight: bold;
	text-align:left;
}

.titulos_noticias {
	background-image: url(imagenes/jarrita.gif);
	background-repeat: no-repeat;
	background-color: #9355B6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0px 4px 50px;
	color: #FFFFFF;
	border-bottom: dotted 1px #ffffff;
}
/*_______Titulos Bloques_______*/

.elcalendario {
	width: 380px;
	margin: 0 0 4px 0;
	background-color: #9F62C2;
	border: solid 1px #E0C3F1;
}

.titulo_calendario {
	background-color: #9355B6;
	background-image:url(imagenes/calendario.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0px 4px 50px;
	text-align:left;
	color: #FFFFFF;
	border-bottom: dotted 1px #ffffff;

}

/*_______Imagenes_______*/

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

.imagenes_separacion img{
	margin: 0 0 8px 0;
	}
#contenedor_webcams {
	background-color: #BCB39B;
}
/* _____________________________ PAGINADOR _______________________*/
#paginador {
	font-size:12px;
	color:#ffffff;
}

.celda_paginador {
	cursor:pointer;
	background:#9355B6;
	border: solid 1px #ffffff;
	padding: 6px 6px 6px 6px;
}

.celda_paginador_actual{
	cursor:pointer;
	float:left;
	background:#733C92;
	border: solid 1px #ffffff;
	padding: 6px 6px 6px 6px;
}

#paginador a {
	color: #ffffff;
}
