html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: left;
}
#wrapper {
    margin: 0 auto;
      text-align: left;
      vertical-align: middle;
   }
body {
	padding:0px;
	margin:0px;
	background-color: #00936f;
}
a:link {
	font-family: verdana;
	font-size: 11px;
	color: #ff7002;
	text-decoration: none;
}
a:visited {
	font-family: verdana;
	font-size: 11px;
	color: #ff7002;
	text-decoration: none;
}
a:hover {
	color: #ff7002;
	text-decoration: underline;
}
a:active {
	color: #ff7002;
	text-decoration: underline;
}
/* Fuentes */
.bold{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.bolds{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.importante{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ff7002;
	text-align: left;
}
.comun {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.comuns {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
/* Inputs */
.form {
		width:196px; 
		height:22px; 
		border-color:#B9B9B9; 
		border-width:1px; 
		background-color:#ffffff; 
		border-style:solid; 
		padding-left:5px;
}
.form_div {
		height:25px; 
		margin-top:-2px;
}
.botones {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	align: center;
	color: #000000; 
	border-color: #000000 ; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.intextos{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
}