body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8rem;
}
.TextLabel
{
	font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8rem;
}
.Boton
{
	font-family: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: Red;
	COLOR: #FFFFFF;
	FONT-SIZE: 0.8em;
	border: 1px solid #008080;
	padding: 3px;
}

.menu_2 A {
    font-family: verdana, Geneva, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #882020;
	text-decoration: none;
	font-weight: bold;
}
.menu_2 A:hover {
    font-family: verdana, Geneva, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
}
.campo {
	width: 100%;
	padding: .375rem .75rem;
	font-size: 0.8rem;
	line-height: 1.5;
	color: #55595c;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: .25rem;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s padding-left: 3px;
	margin-left: 5px;
	margin-right: 5px;
	/*
    border-right: #31425a 2px solid;
    border-top: #31425a 2px solid;
    border-left: #31425a 2px solid;
    border-bottom: #31425a 2px solid;
    */
}

.campo, .campo-file, .campo-range {
	display: block
}

	.campo::-ms-expand {
		background-color: transparent;
		border: 0
	}

	.campo:focus {
		border-color: #66afe9;
		outline: 0
	}

	.campo::placeholder {
		color: #999;
		opacity: 1
	}

#outer-div {
	width: 100%;
	text-align: center;
	/*background-color: #0666a3*/
}

#inner-div {
	display: inline-block;
	margin: 0 auto;
	padding: 3px;
	/*background-color: #8ebf42*/
}

.DIVcenter {
	margin: auto;
	width: 60%;
	border: 3px solid #73AD21;
	padding: 10px;
	text-align: center;
}
