
*{
	font-family: 'Red Hat Display', sans-serif;
}

body {
	background-image: url("../img/fondo.png");
	background-repeat: no-repeat;
	
	background-attachment: fixed;
	background-size:cover;
	background-color: rgba(255, 255, 255, .5);
}


.h1-titulo {
	padding-left: 50px;
	text-shadow: 1px 1px 5px gray;
}

.titulo{
	font-weight: bold;
}

.subtitulo {
	
	font-weight: lighter;
}

.contenedor-titulo 
{
	margin-left: 50px;
}

.contenedor-logo {
	margin-top: 30px;
}

div.spacer {
	flex:1;
}

.veracruz {
	height: 120px;
}

.header {
	margin-top: 20px;
	margin-bottom: 100px;
}

div.home {
	margin-bottom: 75px;
}

div.home-tomo, .contenido-volumen {
	padding: 20px;
	
	border-radius: 10px;
	margin-bottom: 20px;
	background-color: rgb(210, 216, 205, .5);
}

div.home-tomo a {
	color: black;
}

.footer {
	margin-top: 75px;
	margin-bottom: 75px;
	font-weight: bold;
	font-size: 1.3em;
	font-style: italic;
}

/* sm */
@media (max-width: 768px) { 
	.h1-titulo {
		font-size:large;
	}

	.veracruz{
		height: 80px;
	}

	.contenedor-logo {
		text-align: center;
		margin-bottom: 50px;
	}

	.header {
		margin-bottom: 145px;
	}
}

/* md */
@media (min-width: 769px) and (max-width: 992px)  {
	.veracruz{
		height: 80px;
	}

	.h1-titulo {
		font-size:large;
	}
}


.contenido-volumen ul {
	list-style: none;
	margin:0;
	padding:0;
}

.contenido-volumen a {
	text-decoration: none;
	color:black;
}

.contenido-volumen a:hover {
	text-decoration: underline;
}