.logo {
	height: 10em;
	margin-bottom: 3em;
	margin-top: 3em;
}

.breaktext {
	word-wrap: break-word;
    white-space: normal;
}

.button {
	/* Rojo */
	background-color: #7C0505;
}

.button:hover, .button:focus {
	background-color: #585858;
	color: #fefefe; 
}

.button.hollow {
	/* rojo */
	border: 2px solid #7c0505;
	/* Rojo */
	color: #7C0505;
}

.card-divider {
	/* Rojo */
	background: #7C0505;
	color: #fefefe; 
}

.card-divider > :last-child {
	/*margin: auto;*/
}

.barra {
	background: url("/media/fondo_arte.png") center center no-repeat;
	background-size: cover;
	color: #fefefe;
}

.barrafondo {
	/* Rojo */
	background: #7C0505;
}

.barra .top-bar {
	background: transparent;
}

.barra .top-bar .menu {
	background: transparent;
}

.barra .top-bar .menu a {
	color: #fefefe;
	font-weight: bold;
	font-size: large;
}

.vineta {
	height: 10em;
}

.media-central {
	width: 80%;
	height: 50%;
	margin: auto;
	margin-bottom: 2em;
}
.media-central-video {
	min-height: 20em;
	width: inherit;
	height: inherit;
}

h1, h2, h3, h4 {
	font-family: 'Playfair Display', serif;
}

h1 {
	/* Rojo */
	background: #7C0505;
	color: #fefefe; 
}

.largep {
	font-size: large;
}

tbody tr:nth-child(even) {
border-bottom: 0;
background-color: #CACACA; }

thead {
background-color: #CACACA; }
