.texto-izq{
	height: 38px;
}
.error{
	background-color: red !important;
	color: white !important;
}
.numerico{
	text-align: right;
}
.errdiv{
	color:red !important;
	font-weight: bold;
	display:none;
}

.error::placeholder{
	color: white !important;
	opacity: 1 !important;
}

body {
	background-color: #f0f3f9 !important;
}	

#resultado  {
    width: 80%;
    margin: auto;
}

#texto-advertencia {
	width: 95%;
}

