/* General styles */

.margin-top {
	margin-top: 20px;
}

.center {
	box-align: center;
	text-align: center;
}

.derecha {
	float: right;
	margin-left: 3px;
	margin-right: 3px;
}

.textarea_alta {
	height: 200px !important;
}

.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;
}

