/* General styles */

.margin-top {
	margin-top: 20px;
}
.center {
	text-align: center;
}
.derecha {
	float: right;
	margin-left: 3px;
	margin-right: 3px;
}
.izquierda {
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}
.texto-reducido {
	font-size: 80%;
}
.inline-block {
	display: inline-block
}
.textarea_alta {
	height: 200px !important;
}
.opcion_resaltado {
	background-color: #d1defd;
	font-weight: bold;
}
.opcion_gestion {
	background-color: #e8e8e8;
}
.rojo {
	color: red;
}
.verde {
	color: green;
}
fieldset {
	border-bottom: 10px ridge #EEE;
	margin-bottom: 10px;
}
.apartado_titulo {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: -10px;
}
tr.resaltado {
	background: rgb(248, 128, 128) !important;
}
tr.tachado {
	text-decoration:line-through;
}
footer {
	background: white;
}
footer img {
	margin: 0 20px 20px 20px;
}
footer .derecha {
	margin-left: 3px;
	margin-right: 3px;
}
footer .izquierda {
	margin-left: 10px;
	margin-right: 10px;
}
.vcenter {
	display: flex;
	align-items: center;
}