html, body, #wrapper {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
#wrapper {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
   }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family:Arial;
	font-size:12px;
}
object { outline:none; }
img {border:none;}
a:link {
	font-family: verdana;
	font-size: 11px;
	color: #6e3a02;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: verdana;
	font-size: 11px;
	color: #6e3a02;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #6e3a02;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #6e3a02;
	font-weight: bold;
	text-decoration: underline;
}
/* Fuentes */
.error {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #FF0000;
	text-align: right;
}
.bold{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #6e3a02;
	text-align: left;
}
.title_centrados{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #6e3a02;
	text-align: center;
}
.title_tabla_centrados{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.comun {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #036;
	text-align: center;
}
.comun fieldset { padding:0px; border:none; text-align:left;}
.comun legend {padding-bottom:5px; color:#000;}
.admin {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
	text-align: center;
}
.empleado {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #3399FF;
	text-align: center;
}
.empresa {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	text-align: center;
}
.footer_text {padding-right:25px; font-family:"Trebuchet MS"; font-size:12px; color:#036; font-weight:normal;}
.footer_text a:link {text-decoration:none; color:#036; font-weight:normal;}
.footer_text a:hover { text-decoration:underline; color:#036; font-weight:normal;}
.footer_text a:active {text-decoration:underline; color:#036; font-weight:normal;}
.footer_text a:visited {text-decoration:none; color:#036; font-weight:normal;}
/* Inputs */
#campotexto1 {width:228px; margin-bottom:10px;}
input#stilo1{
	font-family:Arial;
	font-size:11px;
	color:#333;
}
textarea#stilo2{
	width:475px;
	height:80px;
	font-family:Arial;
	font-size:11px;
	color:#333;
}
button#go1 {
   border: none;
   background-color: transparent;
   outline:none;
}
