
body{
	background-color: #e8e8e8;
	font-family: "Open Sans",Tahoma, Geneva, sans-serif;
	margin: 60px 20px 50px 20px;
}

a{
	text-decoration: none;
}

a:hover{
	opacity: 0.7;
	cursor: pointer;
}

.cabecera{
}

.cerrar{
	position: fixed;
	top: 20px;
	right: 20px;
	text-align: right;
	z-index: 1;
}

.cerrar img{
	width: 30px;
}

.cerrar img:hover{
	opacity: 0.7;
	cursor: pointer;
}



.logo{
	text-align: center;
}

.escudo{

}

.organismo{
	text-align: center;
	font-size: 1.3rem;
	font-weight: 800;
}

.admin{
	text-align: center;
	font-size: 1.6rem;
	font-weight: 800;
	margin-top: 20px;
}

.info{
	margin: 0 auto;
	max-width: 820px;
	display: flex;
	justify-content: space-around;
	margin-top: 15px;
	font-size: 1rem;
}

.infotexto{
	margin: 0 auto;
	max-width: 820px;
	display: flex;
	justify-content: space-around;
	margin-top: 15px;
	padding-bottom: 15px;
	font-size: 1rem;
	text-align: justify;
}

.info i{
	font-size: 1.4rem;
	margin-right: 4px;
}

.fecha{
	display: flex;
	align-items: center;
}

.hora{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lugar{
	text-align: right;
	display: flex;
	align-items: center;
}

.contenido{
	margin: 0 auto;
	max-width: 1200px;
}

.contenido-lista{
	margin: 0 auto;
	max-width: 800px;
	padding: 0 20px 80px 20px;
}

.orden{
	text-align: center;
	font-weight: 800;
	font-size: 1.8rem;
	margin-top: 50px;
	margin-bottom: 40px;
}

.body-lista{
	margin: 0;
}

.grupo{
	margin: 0 auto;

}

.indice{
	text-align: center;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.4rem;
}

.elemento{
	padding-top: 6px;
}

.elemento-lista{
	margin-bottom: 15px;
	margin: 0 auto;
	max-width: 500px;
	margin-right: 0px;
}

.elemento-lista:last-child{
	margin-bottom: 50px;
}

.cuerpo{
	display: flex;
	margin-bottom: 6px;

}

.numero{
	color: white;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	width: 40px;
	text-align: center;
	margin-right: 2px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.codigo{
	color: white;
	width: 140px;
	text-align: center;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.texto{
	background-color: white;
	flex-grow: 1;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 14px 14px 14px 14px;
	text-align: justify;
	font-size: 1rem;
}

.texto-lista{
	background-color: white;
	flex-grow: 1;
	border-radius: 8px;
	padding: 14px 14px 14px 14px;
	text-align: justify;
	font-size: 1rem;
	display: block;
}

.documentacion{
	text-align: right;
	height: 32px;
}

.documentacion a{
	margin-left: 2px;
	margin-right: 6px;
	font-size: 1.6rem;
	cursor: pointer;
}

.documentacion i{
	/*background-color: white;*/
    border-radius: 50px;
}

.pie{
	margin: 0 auto;
	margin-top: 50px;
	max-width: 940px;
}

.lugaryfecha{
	text-align: center;
}

.firma{
	margin-top: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 1.2rem;
}

/* COLORES */

.color0{
	color: #008348; /* Verde cabecera */
}

.color1 .indice, .color1 a{
	color: #414141; /* Negro */
}

.color2 .indice, .color2 a{
	color: #ff9036; /* Naranja */
}

.color3 .indice, .color3 a{
	color: #33cbcc; /* Azul */
}

.color4 .indice, .color4 a{
	color: #fb5050; /* Rojo */
}

.color5 .indice, .color5 a{
	color: #4d9e37; /* Verde */
}

.bgcolor0{
	background-color: #008348; /* Verde cabecera */
}

.color1 .numero, .color1 .codigo{
	background-color: #414141; /* Negro */
}

.color2 .numero, .color2 .codigo{
	background-color: #ff9036; /* Naranja */
}

.color3 .numero, .color3 .codigo{
	background-color: #33cbcc; /* Azul */
}

.color4 .numero, .color4 .codigo{
	background-color: #fb5050; /* Rojo */
}

.color5 .numero, .color5 .codigo{
	background-color: #4d9e37; /* Verde */
}

/* Add Animation */
@-webkit-keyframes animatein {
    from {opacity: 0} 
    to {opacity: 1;}
}

@keyframes animatein {
    from {opacity: 0}
    to {opacity: 1;}
}

@-webkit-keyframes animateout {
    from {opacity: 1} 
    to {opacity: 0}
}

@keyframes animateout {
    from {opacity: 1}
    to {opacity: 0;}
}

/* popup */

.lista{
	position: fixed;
	width: 100vw;
	height: 90vh;
	display: flex;
	padding-top: 10vh;
	/*justify-content: center;
	align-items: center;*/
	background-color: #e8e8e8;
	margin: -60px -20px -50px -20px;
	z-index: 1;

    -webkit-animation-name: animateout;
    -webkit-animation-duration: 0.3s;
    animation-name: animateout;
    animation-duration: 0.3s;
    overflow: auto;
}

.abierto{
	display: flex !important;
    -webkit-animation-name: animatein;
    -webkit-animation-duration: 0.3s;
    animation-name: animatein;
    animation-duration: 0.3s;
}

.cabecera-lista{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
	margin-bottom: 20px;
}

.numero-lista{
	text-align: center;
	font-weight: 800;
	font-size: 1.7rem;

	color: white;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	width: 80px;
	text-align: center;
	margin-right: 2px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.color1 .numero-lista, .color1 .codigo-lista {
	background-color: #414141; /* Negro */
}

.color2 .numero-lista, .color2 .codigo-lista {
	background-color: #ff9036; /* Naranja */
}

.color3 .numero-lista, .color3 .codigo-lista {
	background-color: #33cbcc; /* Azul */
}

.color4 .numero-lista, .color4 .codigo-lista {
	background-color: #fb5050; /* Rojo */
}

.color5 .numero-lista, .color5 .codigo-lista {
	background-color: #4d9e37; /* Verde */
}

.codigo-lista{
	text-align: center;
	width: 250px;
	font-weight: 800;
	font-size: 1.7rem;
	color: white;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.titulo-lista{
	font-size: 1rem;
	margin-bottom: 20px;
	text-align: justify;
}

.orden-lista{
	text-align: center;
	font-weight: 800;
	font-size: 1.4rem;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: right;
}

.lista a{
	color: #414141;
}