body {
/*	background-image: url(./imagenes/autenticacion/bk_login.gif);*/
	background-image: url(./imagenes/general/fondoNubes.jpg);
        background-repeat: no-repeat;
}
.TituloCabeceraForm {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #67A7E3;
}
td img {
		display: block;
}

td img {
		display: block;
}

.CampoUsuario {
		font-size: 12px; font-weight: bold; color: #FF0000;
}
.Footer {
	color: teal;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
}
a {
	font-family: Verdana;
	font-size: 14px;
	color: #006600;
	font-style: normal;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: teal;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #67A7E3;
	font-weight: bold;

}
#navi {
	list-style:none;
	margin:0;
	padding:0;
}
#navi li {
	margin:2px;
	padding:0;
	float:left;
}
#navi li a {
	display:block;
	width:100px;
	padding:4px 0;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#003300;
	background-color:#00CC00;
}

#navi li a:hover {
	color:#006600;
	/*background-color:#FFCC00;*/
	}

.user_top {
	color: teal;
	font-weight: bold;
	text-decoration: underline;
}
.user_login_form {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*estilos del formulario*/
.boton {
		font-family:"Courier New",Courier;
		background-color:white;
}

.fieldset {
		border:2px dotted #000;
		color:#009900;
}

.TextBox {
	color:gray;
 	background-color:white;
	font-weight: bold;
 }

.TextoForm {
	font-size: 12px;
	color: gray;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.SeleccionMult {
	color:#67A7E3;
	background-color:white;
	font-weight: bold;
}