.card{
	margin-bottom:10px;
}

.card-title{
	    /* color: #c3ce22;*/ 
}

.alinear{
	text-align:justify;
}

.tabladetalle {
	padding-top:20px;
}


.table td {
	padding: 0px !important;
	border: 0px !important;
}

tbody > tr > td {
	border: 0px !important;
}

.lineaarriba {
	border-top: 1px solid lightgrey;
}

.lineaderecha {
	border-right: 1px solid lightgrey;
}

.centrar{
	text-align:center;
}

.pormateria{
	font-weight:bold;

	color:dimgrey;

}

fieldset legend {
	font-weight:bold;
	color:#114b7d;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom-color: #1c94c4;
}

body{
	font-family: Arial, "Helvetica Neue", sans-serif !important;
	font-size: 1.6em !important;
}

.centrarVertical{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

.h5SinMargen{
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

