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: #E4DABC;
}

/*_______Tablas_______*/

td 	{
	vertical-align:top;
	}

.logo td {
	vertical-align:bottom;	
	}

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

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

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


.tablanoticias {
	margin: 0 0 10px 0;
	}
	
.separador_dentro_noticias {
	height: 2px;
	margin: 0 8px 8px 8px;
	border-bottom: dotted 2px #C4B994;
}

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

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

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

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

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

.menu {
	background-color: #B2A884;
	padding: 4px 0 4px 0;
	border-top: dashed 2px #C4B994;
	border-bottom: dashed 2px #C4B994;
	}

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

	}

/*_______Texto Web_______*/

.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;
	}

.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: 14px;
	font-weight: bold;
	text-align:left;
}

.titulos_noticias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 10px 10px 90px;
	color: #FFFFFF;
	border-bottom: dotted 2px #C4B994;


}

.titulo_calendario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 35px;
	padding: 28px 0 0 78px;
	text-align:left;
	color: #FFFFFF;
}

/*_______Imagenes_______*/

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

.imagenes_separacion img{
	margin: 0 0 8px 0;
	}
#contenedor_webcams {
	background-color: #BCB39B;
}
/* _____________________________ PAGINADOR _______________________*/
#paginador {
	font-size:12px;
}
.celda_paginador {
	cursor:pointer;
	float:left;
	background:#D8CCAC;
	border: solid 1px #CCCCCC;
}
.celda_paginador_actual{
	cursor:pointer;
	float:left;
	background:#EBD087;
	border: solid 1px #000000;
}
#paginador a {
	color: #000000;
}