html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.fondo {
	background-image: url("../images/fondo.png");
	background-size: cover;
	no-repeat;
}

.label_menu_sup {
	color: black;
}

#contenedor {
	background: #eae9f4;
	margin: auto;
	width: 100%;
	min-height: 100%;
}

#cabecera {
	background: #003366;
}

#contenido {
	position: relative; //
	float: left;
	;
	width: 100%;
	/*height: 100%;*/
	background: #eae9f4;
	/**border-top: 1px solid #cae0e5;**/
	/*margin: 0 auto;*/
	/*padding: 30px 0 20px 0;*/
	/**border: 1px solid #cae0e5;**/
	/**padding: 30px 0 20px 0;**/
}

#pie {
	width: 100%;
	padding: 10px 0 10px 0;
	background: #ffffff;
	position: absolute;
	bottom: 0;
}

.div_formulario {
	padding-top: 10%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 30%;
}

.formulario {
	background-color: white;
}

.label_titulo_formulario {
	color: #FFFFFF;
	font-size: 14px;
	font-family: sans-serif;
}

.form_label {
	display: block;
	/*text-transform: uppercase;*/
	color: white
		/* #30619E */
	;
	margin: 0 0 0.3125em 0;
	font-size: 14px;
	font-family: Helvetica;
	font-weight: bold;
}

.form_direccion {
	display: block;
	/*text-transform: uppercase;*/
	color: #30619E;
	margin: 0 0 0.3125em 0;
	font-size: 10px;
	font-family: Helvetica;
}

.form_label_login {
	color: white;
	margin: 0 0 0.3125em 0;
	font-size: 18px;
	font-family: Helvetica;
	font-weight: bold;
}

.form_separador {
	color: #063166;
}

/*************** PAGINA DE INICIO  *******************/

/******** TITULO DE LA PAGINA  *********/
.inicio_titulo {
	color: white;
	font-size: 28px;
	font-family: sans-serif;
	padding-left: 15px;
}

/******** FONDO DEL AREA DE ENCABEZADO - TABLA  *********/
.td_encabezado {
	background-image: url(../gfx/GeneralIcon10.png);
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
	height: 139px;
}

/******** COLOR DEL AREA DE CONTENIDO - TABLA   *********/
.td_contenido {
	background-color: #eae9f4;
	height: 380px;
}

/************* COMPONENTE INTERNO DEL FORMULARIO DE LOGIN ***********/
fieldset {
	border: 0;
	padding: 5;
	margin: 5;
	width: 200px;
}

/*********** TITULOS DE MENU SUPERIOR ***************/
.inicio_menu_superior {
	margin: 10px;
	color: 30619E;
	font-size: 12px;
	font-family: sans-serif;
}

.full-width-input {
	width: 50%;
}

/**************** CONTENEDOR LOGIN ***********************/
.content_login_form {
	width: 300px;
	height: 300px;
	border-radius: 5px 5px 5px 5px;
	padding: 10px;
	/*para Firefox*/
	-moz-border-radius: 5px 5px 5px 5px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 5px 5px 5px 5px;
	/* para Opera */
	border-radius: 5px 5px 5px 5px;
}

.content_login_input {
	width: 250px;
	margin-bottom: 10px;
	background-color: #E6E6FA;
}

.information-box {
	background: #e5f5f9 url('../images/icons/message-boxes/information.png') no-repeat 0.833em center;
	border: 1px solid #cae0e5;
	color: #5a9bab;
	font-size: 0.75em;
	padding: 0.833em 0.833em 0.833em 3em;
	/* 10/12 36/12 */
	margin-bottom: 0.833em;
	/* 20/12 */
}

texto {
	font-size: 20px;
	font-family: Calibri;
	/*font-family: inherit;
	font-weight: bold;
	color: red;*/
}

.textoTabla {
	font-size: 11px;
	font-family: Calibri;
	text-align: center;
}

.textoBoton {
	font-size: 12px;
	font-family: Calibri;
	text-align: center;
	font-weight: bold;
}

.textoRegistro {
	font-size: 12px;
	font-family: Calibri;
	text-align: center;
	color: white;
	font-weight: bold;
}

.etiquetaClaves {
	font-size: 11px;
	font-weight: bold;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

/* div.transbox {
   width: 400px;
   height: 180px;
   margin: 30px 50px;
   background-color: #ffffff;
   border: 1px solid black;
   opacity: 0.6;
   filter: alpha(opacity=60); For IE8 and earlier
} */