.nocopiar{
 -webkit-touch-callout: none; /* iOS Safari */
 -webkit-user-select: none;   /* Chrome/Safari/Opera */
 -khtml-user-select: none;    /* Konqueror */
 -moz-user-select: none;      /* Firefox */
 -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.animate-in {
    -webkit-animation: fadeIn .75s ease-in;
    animation: fadeIn .75s ease-in;
}

.animate-out {
    -webkit-transition: opacity .75s;
    transition: opacity .75s;
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.columna{
	margin: 0 0 50px 0;
	padding:100px 0 0 0;
}
@media (max-width: 991px) {
	.columna{
		margin: 50px 0 40px 0;
		padding: 30px 0 0 0;
	}
}

.texto{
	padding: 20px 0 0 0;
}

.piefoto{
	font-family: Georgia, serif;
	font-style: italic;	
	margin: -15px 0 0 0 !important;
}

.subtitulo{
	margin: -15px 0 0 0 !important;
}

.glosario{
	font-weight: bold;
	color: #CA4537;
}

.gris{
	color: #AAAAAA;
	font-size: 14px;
}

.modal .modal-body {
    max-height: 600px;
    overflow-y: auto;
}

.letra{
	font-size: 100px;
	line-height: 80px;
	color: #ca4537;
}

.definicion{
	font-size: 14px;
	line-height: 16px;
	color: #AAAAAA;
}

.mayusculas{
	text-transform: uppercase;
}

.enlace1 {text-decoration: none; color:#CA4537}
.enlace2 {text-decoration: none; color:#BFBFBF}

.menuactivo{
	background-color: #CA4537;
	}
	
.menuactivo a{
	color:#FFFFFF !important;
	}

