*,
*:before,
*:after {
  box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	color: #333333;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	background-color: #333;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(fondo_paginas.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.h10 {
	height: 10px;
	display: block;
}

.h20 {
	height: 20px;
	display: block;
}

.h30 {
	height: 30px;
	display: block;
}

img {
	border: none;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	height: 579px;
}

.link_oculto {
    color: #507290;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
}

.link_oculto:hover {
    text-decoration: none;
    color: #072C4E;
    font-size: 13px;
} 

/*================================
           INDEX
==================================*/
#index {  /*body del index*/
	background-image: none !important;
}

@media only screen and (max-height: 699px) {
#content_index {
	margin: 0px -475px;
	mim-height: 640px;
	width: 950px;
	left: 50%;
	position: absolute;
}
}

@media only screen and (min-height: 700px) {
#content_index {
	margin: -290px -475px;
	height: 640px;
	width: 950px;
	top: 50%;
	left: 50%;
	position: absolute;
}
}

#wrapper_index {
	background-image: url(fondo_index.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 950px;
	margin: 0 auto;
	height: 579px;
}


#wrapper_index #edicion_2024 {
    display:inline-block;
    width: 170px;
    height: 34px;
    positon: relative;
    margin: 420px 0 0 240px;
    cursor: pointer;
    float: left;
    opacity: 0.65;
    background-image: url("edicion_2024.png");
}

#wrapper_index #edicion_2025 {
	dispaly: inline-block;
	width: 170px;
	height: 34px;
	positon: relative;
	margin: 420px 0px 0px 140px;
	cursor: pointer;
	float: left;
	opacity: 0.65;
    background-image: url("edicion_2025.png");
}


#wrapper_index #edicion_2024:hover,
#wrapper_index #edicion_2025:hover {	
	opacity: 1;	
}


/*================================
           COOKIES
==================================*/
#cookies_desenfoque {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
    -webkit-filter: blur(3px);
    background-color: rgba(221,230,235,0.75);
}

#cookies_contenido {
    opacity: 1;
    z-index: 99;
    position: absolute;
    height: 220px;
    width: 700px;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -160px;
    font-family: verdana;
    color: #DDE6EB;
    padding: 50px;
    font-size: 12px;
    background-color: #274E63;
}

#cerrar_cookies {
    background-color: #DDE6EB;
    color: #0A2636;
    padding: 5px;
    border: 1px solid #DDE6EB;
    border-radius: 6px;
    font-family: verdana;
    font-size: 12px;
    font-weight: bolder;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#cerrar_cookies:hover {
    background-color: #0A2636;
    color: #FFF;
    border: 1px solid #FFF;
}

.link_cookie {
	text-decoration: underline;
	cursor: pointer;
}

.link_cookie:hover {
	color: #FFF;
	text-decoration: none;
}

#politica_cookies H5 {
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	background-color: #333;
	display: block;
	padding: 4px;
	width: 100%;
}

#politica_cookies H4 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
}

#politica_cookies H3 {
	font-size: 24px;
	font-weight: bolder;
	color: #000;
}


/*================================
           ADMINISTRADOR
================================*/

#excel {
	height:40px;
	display:block;
	text-align:right;
	padding-right:180px;
	font-size:11px;
	font-variant:small-caps;
}

#excel a {
	color: #067;
}

#excel a:hover {
	color: #000;
	text-decoration: none;
}
  border-radius: 6px;