html,
body {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	margin: 0;
}

h1 {
	font-family: 'Open Sans', serif;
	font-weight: 700;
	font-size: 3em;
	text-align: center;
}

footer {
	margin-top: 40px;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #005A51;
	color: white;
	text-align: center;
	padding-top: 20px;
	opacity: .85;
}

footer p {
	margin: 0 auto;
}


.header {
	padding: 5px 0;
	margin-top: 10px;
	z-index: 2;
	position: sticky;
	width: 100%;
	height: auto;
	top: 0;
	background-color: rgb(255, 255, 255);
	border-style: none none solid none;
	border-width: 1px;
	display: flex;
	align-items: center;
}
#logo {
	display: inline-block;
	margin-top: 10px;
	margin-left: 20%;
	border: #212020;
}

#logo img {
	width: 100%;
}

.navbar {
	display: inline-block;
	margin-left: 30px;
	margin-right: 20%;
	margin-top: 20px;
}

.navbar a {
	display: inline-block;
	color: #212020;
	text-align: center;
	padding: 20px 8px;
	text-decoration: none;
}

.navbar a:hover {
	font-weight: 900;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 8px;
}

.home {
	position: relative;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.home img {
	width: 100%;
}

.home p {
	margin: 0 auto;
}

.centro {
	position: relative;
	width: 70%;
	margin: 0 auto;
}

.centro p {
	text-align: justify;
	line-height: 170%;
}

.titulo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	height: 89px;
}

.titulo h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 5em;
	margin: 1px;
	padding: 0px;
}

.titulo p {
	font-size: 2em;
}

.galeria {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: wrap row;
	margin-top: 20px;
	justify-content: center;
}

.galeria img {
	max-width: 200px;
	padding: .5rem;
}

.contenedor {
	position: relative;
	width: 80%;
	margin: 0 auto;
}

.contenedor gal {
	max-width: 50%;
	padding: 10px;
}

.contenido {
	width: 40%;
	float: left;
	top: 1%;
	padding: 20px;
	line-height: 170%;
	text-align: justify;
}

.historia {
	width: 100%;
	max-height: 300px;
	padding: 10px;
	margin: 0 auto;
	text-align: justify;
	line-height: 170%;
}

.historia p {
	width: 70%;
	margin: 0 auto;
}

.historiaImg {
	width: 100%;
}

#mapa {
	float: right;
	margin-top: 50px;
	max-width: 50%;
}

.lugares {
	display: relative;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.card {
	border: 1px solid rgb(88, 87, 87);
	border-radius: 10px;
	transition: 0.3s;
	width: 29%;
	display: inline-block;
	padding: 10px;
	margin: 10px;
}

.card img {
	max-width: 100%;
}

.card:hover {
	border: 2px solid rgb(0, 0, 0);
}

.container {
	padding: 2px 16px;
	font-weight: 400;
}

.registro {
	position: relative;
	width: 60%;
	border: 2px solid rgb(88, 87, 87);
	padding: 20px;
	border-radius: 15px;
	margin: 0 auto;
	background-color: white;
	font-weight:500;
}
.cBoton {
	text-align: center;
}

.boton {
	width: 120px;
	height: 40px;
	background-color: #005A51;
	border: none;
	color: white;
	font-size: 1rem;
	text-align: center;
	margin: 10px;
}

.boton:hover {
	background-color: #678986;
	border: 1px solid #005A51;
	color: #ffffff
}

.cancelar {
	width: 120px;
	height: 32px;
	margin: 0 auto;
	background-color: rgb(222, 127, 127);
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
	padding: 9px 0 0 ;

}

.cancelar:hover {
	background-color: rgb(212, 86, 86);
	border: 1px solid rgb(186, 51, 51);

}

.ref {
	color: white;
	font-weight: 700;
	font-size: 0.9rem;
}

.comentario {
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
}



.genero p {
	display: inline-block;
	margin-right: 10px;
}

.forma {
	height: 30px;
	width: 100%;
	margin-top: 10px;
}

.visitante {
	padding-top: 5px !important;
	max-width: 70px;
	max-height: 10px;
	color: white !important;
	border: 1px solid #005A51;
	background-color: #005A51;
	text-align: center;
}
#imagen {
	display:inline-block;
	margin-top: 20px;
}

#articulo {
	margin-left: 20px;
	display:inline-block;
}

#img_articulo {
	max-width: 200px;
}

#titulo_articulo {
	font-size: 2rem;
	font-weight: 700;
}

#opciones {
	margin-top: 10px;
}

#opciones p, a {
	display: inline-block;
	text-decoration: none;
	margin-left: 10px;
}

#subtitulo {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
}

h2 {
	text-align: center;
}

.menu a {
	display: block;
	text-align: center;
	width: 200px;
	height: 26px;
	background-color: #005A51;
	color: white;
	margin: 10px auto;
    padding: 15px 32px;
}

.menu a:hover {
	background-color: #678986;
}

#registrado {
	background-color: rgb(225, 255, 0);
	display: inline;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #005A51;
}

.imagen {
	max-width: 70%;
}

#idtitulo {
	background-color: rgb(255, 255, 255);
	border: 0;
  }
  
.tabla {
	border-collapse: collapse;
	margin: 25px 0; 
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	min-width: 450px;
	width: 100%;

 }

.tabla thead tr {
	background-color:  #005A51;
	color: #ffffff;
	text-align: middle;
}

.tabla th, .tabla td {
	padding: 12px 15px;
}

.tabla tbody tr {
	border-bottom: 1px solid #dddddd;
}

.tabla tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}

.tabla tbody tr:last-of-type {
	border-bottom: 2px solid #009879;
}

.activo {
	background-color: rgb(55, 202, 131);
}

.pad {
	padding:8px;
	color: white;
}

.titulothumb {
	font-weight: bold;
	text-overflow: ellipsis;
}

.thumb {
	object-fit: contain;
	margin: 10px;
	padding: 10px;
	display: inline-block;
	width: 250px;
	min-height: 250px;
	border: 1px solid #e9e9e9;
}

.imgthumb {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.lnk {
	text-align: center;
	height: 32px;
	padding-top: 5px;
}

.paginas {
	margin-left: 10px;
	text-align: center;
}

ul {
	list-style: none;
	display: flex;
	justify-content: center;
}

li {
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #e9e9e9;
}

li a{
	text-align: center;
	padding-top: 6px;
}

.listado {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.titulo-articulo {
	font-size: 2rem;
	text-align: left;
	line-height: 2.5rem;
}

.autor {
	font-size: 0.8rem;
	font-weight: bold;
}

.fecha {
	font-size: 0.8rem;
}
