/* Ago 02 2021 */
/* XOFT */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

body, html {height: 100%;}
#outer {height: 100%; overflow: visible;} /* or without overflow */

div#main-container
{
margin-left: auto;
margin-right: auto;
width: 710px;
/*width: 40em; */
text-align: center;
vertical-align: middle;
position: relative;
top: 20%;
}

.footer {
	font-size: large;
	color: #999999;
	font-family: Helvetica, verdana, Arial, sans-serif;
	text-align: center;
	position: relative;
	top: 4em;
}

.firma {
	font-family: Helvetica, verdana, Arial, sans-serif;
	font-size: x-large;
	font-style: normal;
	color: #666666;
	background-position: center;
	text-align: center;
	text-indent: 0px;
	padding-left: auto;
	right: auto;
}

/* finish xoft.sa*/


td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #3366CC;
	text-decoration: none;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}


.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

a:hover {
	text-decoration: underline;
}