a{
	color: inherit;
	text-decoration: none;
}

main a{
	color: #0d6efd;
}

table a{
	color: inherit;
}

textarea{
	min-height: 200px !important;
	resize: none !important;
}

.justificado{
	text-align: justify;
}

/* IMAGENES */
img.lista-cover{
	box-shadow: 1px 1px 1px rgba(60,60,60,0.6) !important;
	display: block;
	margin: auto;
	transition: 0.1s;
	box-shadow: none;
	width: 90%;
	max-width: 70px;
}
img.lista-cover:hover{
	transform: scale(1.15);
	box-shadow: 6px 6px 6px rgba(60,60,60,0.6);
}

img.galeria-cover{
	box-shadow: 1px 1px 1px rgba(60,60,60,0.6) !important;
	margin: auto;
	transition: 0.1s;
	box-shadow: none;
	width: 90%;
}
img.galeria-cover:hover{
	transform: scale(1.05);
	box-shadow: 6px 6px 6px rgba(60,60,60,0.6);
}

img.preview{
	width: 90%; 
	max-width: 280px
}

img.estrella-valoracion{
	width: 14%;
	margin: 10% 0%;
	max-width: 20px;
	min-width: 10px;
}

.form-check .form-check-input{
	float: none !important;
}

/* FOOTER */
footer{
	padding: 20px;
	margin-bottom: 20px;
}

#footerlogo{
	text-align: right;
}
#footerlogo img{
	width: 60%;
}


figure.grande{
	padding-top:  2%;
	position:  fixed;
	top: 0;
	left:  0;
	height:  100vh;
	width:  100vw;
	background-color:  rgba(60,60,60,0.7);
	text-align:  center;
}

figure.grande img{
	height:  85%;
	border: solid 2px white;
}

figure.grande figcaption{
	font-size:  1.5em;
	color:  white;
	text-shadow: 2px 2px 2px rgb(0,0,0);
}
