* {
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #F0F9Fe;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}
body {
    background-color:#ffffff;
	text-align: center;
 	margin: 0px;
 	padding:0px; 
	position: absolute;
	width:100%;
	height:100%;
}
#contenedor{
	height:auto;
	margin: 0px auto;
	text-align:center;
}
#encabezado{
    height: 180px;
	text-align:center;
	padding-bottom:10px;
}
#cuerpo{
	width:742px center;
    height:auto;
	text-align:center;
}
#pie{
    height: 26px;
	text-align:center;
	padding-top:10px;
}
/*___________________hasta acá ok________________________*/
a {
	color: #0000FF;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    text-transform:uppercase;
}
a:active {
	color: #0000FF;
}
a:hover {
    color: #0000FF;
	background: url(../img/css/a_hover.gif) repeat-x bottom;
	/*text-decoration: underline*/
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
/* para los input text y submit */
input{
	/* otra opción border:3px double #ccc; 
	background-color:#fafafa; */
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
/* para los select (debe ser igual al element input) */
select{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color:#EFEFEF;
}
/* textarea {
	border:3px double #ccc;
	background-color:#fafafa;
}*/
/* títulos */
.a11b66 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
/* p las p inhabilitadas */
.a11b99 {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.a10b66 {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.v12b00 {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.a12b33 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
/* p las p inhabilitadas */
.a12b99 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
/* links js (debe ser igual al element a ---!!!---)*/
/* hay un problema: si se usa js p mostrar/ocultar un div y no se está en
el tope superior, cuando usemos esa f js sucederá que la página se va hacia
arriba, confundiendo al usuario, entonces saco el href="#" pero me quedo
sin el formato de link en ese texto usado, entonces defino un css para ese
link, que debe ser igual al element a */
.a_js {
	font-size: 11px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	cursor: pointer;
}
/*p olvidó su contraseña, en login*/
.a_ch {
	font-size: 9px;
	font-weight: bold;
	color: #0000FF;
	cursor: pointer;
	text-decoration: none;
}
.bgr {
	 background-repeat: no-repeat;
}
.datos {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.tablaform {
	 background-repeat: no-repeat;
}
.titulo {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
/* LOS QUE PODRÍA LLEGAR A USAR */
.transparente  {
    background-color: transparent;
    border: 1px solid #000000;
}
/* ------------------------------------------------------------------------ */
.advertencia {
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

/* p los asteriscos en los campos de los form */
.asteriscos {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

/* p las tablas de los form*/
.camposform {
    color: #666666;
	font-family: arial;
    font-size: 12px;
    text-transform:uppercase;
    font-weight: bold;
    text-align:left;
}

/* p los form, para los espacios sup e inf */
.form {
    margin-top:0px;
    margin-bottom:0px;
	padding-top:0px;
}

/* p los botones de los form */
.formobj {
	font-family: Verdana; 
	font-size: 9px;
    color:#000000;
}

/* p cuando hay un error en un input */
.error-input{
	border:1px solid #F00;
	padding:2px;
    border-collapse: collapse;
	background-color: #FFF; 

}

/* p los textos chiquitos de los form */
.txtch {
	font-size: 10px;
    text-transform:lowercase;
}
/* p el texto de la descripcion de los form */
.txtformdescr {
	font-size: 11px;
    text-transform:lowercase;
}
/* p los textos descriptivos */
.txtdescripc {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
}

/* papelera 




.formobj {
	border:1px solid #FF0000;
    border-collapse: collapse;
	background-color: #000000; 
	font-family: Verdana; 
	font-size: 9px;
    color:#FFFFFF
}







class="invalidInput"


*/
