#MenuDer {border-radius:25px;}
#Encabeza {border-radius:25px 25px 0px 0px;}
#Pie {border-radius:0px 0px 25px 25px;}

A.ItemMenuDer:link {color: #0D0F36; text-decoration: none}
A.ItemMenuDer:visited {color: #0D0F36; text-decoration: none}
A.ItemMenuDer:hover {color: #1A4D8F; font-weight: bold}
A.ItemMenuDer:active {color: #FF0000}

A.ItemMenuAdm:link {color: #0D0F36; text-decoration: none}
A.ItemMenuAdm:visited {color: #0D0F36; text-decoration: none}
A.ItemMenuAdm:hover {color: #1A4D8F; font-weight: bold}
A.ItemMenuAdm:active {color: #FF0000}

A.ItemMenuAzar:link {color: #0D0F36; text-decoration: none}
A.ItemMenuAzar:visited {color: #0D0F36; text-decoration: none}
A.ItemMenuAzar:hover {color: #1A4D8F; font-weight: bold}
A.ItemMenuAzar:active {color: #FF0000}

A.ItemEnlaces:link {color: #0D0F36; text-decoration: none}
A.ItemEnlaces:visited {color: #0D0F36; text-decoration: none}
A.ItemEnlaces:hover {color: #1A4D8F; font-weight: bold}
A.ItemEnlaces:active {color: #FF0000}

A.ItemDestaca:link {color: #69D2CD; text-decoration: none}
A.ItemDestaca:visited {color: #69D2CD; text-decoration: none}
A.ItemDestaca:hover {color: #1A4D8F; font-weight: bold}
A.ItemDestaca:active {color: #FF0000}

A.ItemIndices:link {color: #0D0F36; text-decoration: none}
A.ItemIndices:visited {color: #0D0F36; text-decoration: none}
A.ItemIndices:hover {color: #1A4D8F; font-weight: bold}
A.ItemIndices:active {color: #FF0000}

Div.TituloPagina {font-family: Alegreya, Serif;
	color: #1A4D8F;
	font-weight: bold;
	font-size: 35px;
	text-decoration: none;
	display: inline-block
}
	


' Datos para la paginación

.paginación {
    margin-top: 20px;
    text-align: center;
}

.page-link {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    border: 1px solid #1A4D8F;
    text-decoration: none;
    color: #1A4D8F;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.page-link:hover {
    background-color: #f1f6CE;
}

.current-page {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
	border: 1px solid #1A4D8F;
	text-decoration: none;
    color: #69D2CD;
	font-weight: bold;
    background-color: #1A4D8F;
    border-radius: 5px;
}
