@charset "utf-8";
/* CSS Document */
.error
{
	color: #dd4b39;
}
label.error
{
	font-size: 10px;
	text-align: right !important;
	float:right;
	display: block;
	font-weight: bold;
}
input.error 
{
	border: 1px solid #ff0039 !important;
	color: #a94442 !important;
}
select.error
{
	border: 1px solid #ff0039 !important;
	color: #a94442 !important;
}
span.error
{
	font-size: 10px;
	text-align: right !important;
	float:right;
	display: block;
}
.logoempresas
{
	width: 120px !important;
	height: auto !important;
	max-width: 120px !important;
}
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
hr.style2 {
	border-top: 3px double #8c8b8b;
}