html, body {
  height: 100%;
}
body {
   background: #000000;
   font: 76% Arial, sans-serif;
   margin: 0;                
}
table.contenedor {
	background: #FFF;
	height: 100%;
	width: 100%;
	margin: 0;  
	padding:0px 0px 0px 0px;              
}
.contenedor-header {
	background: #ab975f url(../shared/images/form-logo.gif) no-repeat right;
	height: 90px;
	width: 100%;             
}
.contenedor-contenido {
	height: 100%;
	width: 100%;
	text-align: left;
	vertical-align: top;	
	padding:0px 0px 0px 40px;            
}
#form-banda {
	height: 3px;
	width: 100%;
	background: #ab975f url(../shared/images/form-banda.gif) repeat-x;
}
.fondo-blanco {
   background: #FFF;              
}
#content {
  height: 100%;
}
.Estilo1 {color: #3399CC}

.txt {
	font:normal 11px/15px Tahoma,Arial, Helvetica, sans-serif; color:#666666;
}
.txt2 {
	font:normal 11px/15px Tahoma, Arial, Helvetica, sans-serif;
	color:#89793B;
}
.txt3 {
	font:normal 11px/15px Tahoma, Arial, Helvetica, sans-serif; color:#89793B; border-bottom: 1px solid #e5e5e5;
}
input.txt{
	border:1px solid #eaeaea;
	padding:0px 2px 0px 4px;
	height:18px;
	background:#eaeaea;
}
textarea.txt{
	border:1px solid #eaeaea;
	padding:0px 2px 0px 4px;
	background:#eaeaea;	
}
html>body input.txt
{
	margin:1px  0px 1px 0px;
}
select.txt-sel{
	font:normal 11px/15px Tahoma, Arial, Helvetica, sans-serif;
	color:#666666;
	border:1px solid #666;
	padding:0px 2px 0px 4px;
	height:18px;

}
.boton {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #999999;
	height: 22px;
}
.legal {
	font:bold normal 9px/13px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
.legal A{
	color:#3399CC;
	text-decoration:none;
}
.legal A:hover{
	color: #AB975F;
	text-decoration: none;
}
A{
	color:#89793B;
	text-decoration:none;
}
A:hover{
	text-decoration:underline;
}
EM{
	color:#89793B;
	font-style:normal;
}


.linea
{
	border-bottom: 0px dotted #666;
	height:25px;
	padding:8px 0;
/*	color:#ab975f;*/
}
.beige
{
	/*color:#ab975f;*/
}
.w-input
{
	width:250px;
}
