body {
	background-color: #343a40;
	background-repeat: no-repeat;
	background-position-x: 50%;
}
#menu {
	width: 380px;
	padding-top: 10px !important;
	position: absolute;
}

.vidrio {
	color: white;
	background-color: rgba(50,50,50,.7) !important;
	box-shadow: 4px 4px 5px 3px rgba(10,10,10,.25);
}

.vidrio .list-group-item {
	background-color: transparent;
	color: silver;
	cursor: pointer;
	font-size: .9em;
}
.vidrio .list-group-item:hover {
	background-color:  rgba(10,10,10,.4);
}
.vidrio .list-group-item strong {
	color: white;
	font-weight: normal;
	display: block;
}

#popup .modal-content {
	background-color: rgba(10,10,10,.5);
	color: white;
	border: 1px solid silver;
}
#popup .btn-close {
	color: silver;
	background-color: aliceblue;
}
.modal-backdrop {
	background-color: transparent;
}

.menu-tipo .nav-link {
	color: inherit;
	cursor: pointer;
}

.menu-tipo li {
	background-color: rgba(255,255,255,.55);
	color: rgb(0,0,0,.75);
	border-radius: 0;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.menu-tipo a {
	color: rgb(0,0,0,.75);	
	text-decoration: none;
}
.submenu {
	width: 425px;
	position: absolute;
	top: 95px;
	left: 385px;
	padding: 10px;
}
.subsubmenu {
	width: 425px;
	height: 560px;
	position: absolute;
	/*
	top: 130px;
	left: 815px;
	*/
	top: 0px;
	left: 435px;
	padding: 10px;
	overflow-y: auto;
}
img.fondo {
	position: absolute;
	z-index: -1;
	left: 380px;
}
embed {
	height: 580px;
}
.brand {
	text-align: center;
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 0;
}
.brand,
.brand:hover {
	color: white;
}
.botonera-secciones .btn {
	font-size: .7em;
}
.botonera-secciones .btn.active {
	background-color: #938733;
	border-color: #938733;
	color: white;
}
.botonera-secciones .btn:not(.btn-danger):not(.active) {
	background-color: silver;
}
.titulo-texto {
	background-color: #373737;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 15px;
	font-size: .8em;
}
.sobre-botonera {
	margin-bottom: 5px;
	text-align: center;
}
.sobre-botonera .btn {
	font-size: .67em;
	color: white;
	padding-left: 2px;
	padding-right: 2px;
}
.texto {
	font-size: .8em;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 3px;
	padding-top: 15px;
}
.texto h4 {
	color: #a19332;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #a19332;
	padding-left: 10px;
}
.texto h5 {
	color: #a19332;
	font-size: 1em;
	font-weight: normal;
	padding-left: 10px;
}
.texto ul {
	list-style: none;
	padding-left: 0;
}
.texto ul li {
	padding-left: 0;
}
.texto p {
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

.botonera-titulo {
	padding-top: 0;
	font-size: .8em;
}

.botonera-titulo .nav-link {
	border-radius: 0;
	color: white;
}

.botonera-titulo .nav-link.active {
	background-color: #373737;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	color: #a19332;
}
.marquita,
.conpopup {
	cursor: pointer;
	padding: 3px;
	padding-left: 5px !important;
}
.marquita:hover {
	background-color: rgba(200,200,0,.5);
	border-radius: 3px;
}

.modal-header {
	padding: 5px 5px 5px 10px;
}
.modal-header .btn-close {
	margin: 0;	
}

.carousel-control-next:hover .carousel-control-next-icon,
.carousel-control-prev:hover .carousel-control-prev-icon {
	background-color: rgba(200,200,0,.5);
}

img.referencias {
	position: fixed;
	cursor: pointer;
	bottom: -132px;
	right: 0;
}
img.referencias.active {
	bottom: 0;
}

.victimas td {
	color: white;
	border-bottom-color: rgb(100,100,100);
	text-align: right;
}
.victimas td.nombre,
.victimas td.subnombre,
.victimas td.subsubnombre {
	text-align: left;
}
.victimas td.subnombre {
	padding-left: 20px;
}
.victimas td.subsubnombre {
	padding-left: 40px;
}
.victimas tr:hover td {
	color: white;
}
.victimas .bi {
	margin-left: -5px;
}
.victimas td span {
	padding: 0px;
	margin-left: 2px;
	border: 1px solid transparent;
}
.victimas .badge {
	cursor: pointer;
	border: 1px solid transparent;
	text-decoration: none;
	padding: 3px 4px 3px 4px;
}
.victimas .badge:hover {
	color: white;
}
.victimas tr:hover td .badge,
.victimas tr:hover td span {
	cursor: pointer;
	border: 1px solid white;
}
@media screen and (max-width: 1400px){
	.submenu {
		top: 25px;
	}
	img.fondo {
		left: auto;
		right: 0px;
	}
	embed {
		height: 500px;
	}
}
.epigrafe {
	margin: 10px 0px 0px 0px;
	font-size: .9em;
	padding: 10px;
	background-color: rgba(100,100,100,.5);
}

.nowrap {
	white-space: nowrap;
}

.conlink {
	cursor: pointer;
}

.conlink .nombre {
	font-weight: bold;
	padding-bottom: 4px;
	color: #a19332;
}
.titulolinks .nombre {
	font-weight: bold;
	padding-bottom: 4px;
	color: #a19332;
}
.bg-azul {
	background-color: #00c2ff;
	color: black;
}
.bg-violeta {
	background-color: #8378ff;
	color: black;
}
.bg-cielo {
	background-color: #b6fbff;
	color: black;
}
.bg-orange {
	background-color: #ff7a00;
	color: black;
}
.bg-orangito {
	background-color: #ffb800;
	color: black;
}
.bg-yellow {
	background-color: yellow;
	color: black;
}
.bg-verdolaga {
	background-color: #BBEF9A;
	color: black;
}
.bg-fucsia {
	background-color: fuchsia;
	color: black;
}
.bg-violetaposta {
	background-color: #92008C;
	color: white;
}
.bg-verde {
	background-color: green;
	color: white;
}

table td.titulo {
	font-weight: bold;
	padding-bottom: 4px;
	color: #a19332;
	text-align: left !important;
}

table td.subnombre strong {
	padding-right: 5px;
}