@charset "utf-8";
/* CSS Document */

body {
	background-color:#DFDFDF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #E6E6E6;
}

#container {
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 500px;
	clear: both;
	border: medium outset #9FA0A3;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}

.botonform{
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:black;
	width:80px;
	height:19px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #9FA0A3;
	border-bottom-color: #9FA0A3;
	border-left-color: #E2E2E2;
	background-color: #C9CACB;
	cursor:pointer;
 }

.calculadora, .calculadora:link, .calculadora:hover, .calculadora:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BEBEBE;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
}

.calculadora:hover {
	color: #9F2D20 !important;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #9F2D20;
}

.calculadora:visited {
	color: #9F2D20 !important;
	border-bottom-width: thin;
	border-bottom-style: solid !important;
	border-bottom-color: #9F2D20;
}
 
.abrelink {
	font-family: Verdana, Arial;
	font-size: 8pt;
	line-height: 9pt;
	color: #000000;
	letter-spacing: 1px;
	text-align: right;
	vertical-align: middle;
	text-decoration:none;
}

.abrelinkenlace, .abrelinkenlace:link, .abrelinkenlace:hover{
	color: #000000;
	text-decoration:none;
}


.abrelinkenlace:hover{
	color: #000000 !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
 