@charset "utf-8";
/* CSS Document */
BODY
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	=text-align: center;
	=margin: 0 auto;
	background-color: #ebf0f5;
	/*color: #4F5155;*/
	color: #000;
}
/*@font-face {
	font-family:"Gnuolane Free";
	src:url("gnuolane_free.eot?") format("eot"),url("gnuolane_free.woff") format("woff"),url("gnuolane_free.ttf") format("truetype"),url("gnuolane_free.svg#GnuolaneFree") format("svg");
	font-weight:normal;font-style:normal;
}*/
#contenedor{
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	=height: auto;
	=text-align: left;
	margin: 0 auto;
	=margin: 0 auto;
}
*
{
	margin: 0;
	padding: 0;
	=margin: 0;
	=padding: 0;}
a
{
	color: #003399;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none !important;
}
#contenedor A:active, #contenedor A:focus
{
	outline: 0;
/*Para los navegadores que lo entienden*/
}
#bloque{
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	margin: 0 0 14px 0;
	padding: 0px 15px 10px 15px;
}

h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}
table{
	font-size:12px;
}

/********************************/
/***** css para la cabecera *****/
/********************************/
#cabecera{
	width:100%;
	float:left;
}
#cabeza{
	width:100%;
	float:left;
}
#linea{
	width:100%;
	height:7px;
	background-image:url(../img/linea.png);
	background-repeat:repeat-x;
	margin:3px 0;
	float:left;
}
#datos{
	width:100%;
	background:#000;
	font-size:14px;
	float:left;
}
.name{
	width:67%;
	color:#fff; 
	padding:5px; 
	float:left;
}
.version{
	width:30%;
	color:#fff; 
	padding:5px; 
	text-align:right; 
	float:left;
}


/****************************/
/***** css para el menu *****/
/****************************/
#menu{
	width:100%;
	float:left;
}

ul	{ list-style: none; }
p   { margin: 15px 0; }

/* NIVEL UNO DEL MENU */
ul.dropdown {
	
	position: relative; 
	margin-top:10px; 
	z-index: 99;
}
ul.dropdown li {
	z-index: 99; 
	float: left;
	padding: 8px 0px 8px 0px; 
	zoom: 1;  
	margin-right: 20px;
}
ul.dropdown a:hover	{
	color: #FFF; 
	z-index: 99; 
	text-decoration: none !important;
}
ul.dropdown a:active { 

	color: black; 
	z-index: 99; 
	text-decoration: none !important;
}
ul.dropdown li a { 
	display: block;
	margin: 0 10px 0 10px; 
	z-index: 99; 
	ext-decoration: none !important;
	font-weight:bold;
	color: #222; 
}
ul.dropdown li:last-child a{
	border-right: none; 
	z-index: 99; 
	text-decoration: none !important;
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover{
	background: #33C; 
	color: #FFF; 
	position: relative; 
	z-index: 99; 
	text-decoration: none !important;
}
ul.dropdown  li.hover a.MenuBarItemSubmenu { 
	color: #FFF !important;
	


	background-repeat: no-repeat; background-position: 100% 50%; z-index: 99; text-decoration: none !important;
}
ul.dropdown a.MenuBarItemSubmenu{
	
	background-repeat: no-repeat;
	background-position: 100% 50%;
	z-index: 99;
	text-decoration: none !important;
}
ul.dropdown a.MenuBarItemSubmenu:hover{
	background-repeat: no-repeat;
	background-position: 100% 50%;
	z-index: 99;
	text-decoration: none !important;
}

/* NIVEL DOS DEL MENU */
ul.dropdown ul { z-index: 99; width: 220px; visibility: hidden; position: absolute; top: 100%; left:0px; text-decoration: none !important; -ms-filter: 'progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#111111)'; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111');}
ul.dropdown ul li { z-index: 99; font-weight: normal; background: #f6f6f6; color: #000; 
border-bottom: 1px solid #ccc; float: none;  text-decoration: none !important;
-moz-box-shadow:3.5px 3.5px 5px #000000;-webkit-box-shadow:3.5px 3.5px 5px #000000;box-shadow:3.5px 3.5px 5px #000000;
border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;border-color:#d4d4d4;}/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a	{ z-index: 99; border-right: none; width: 100%; display: inline-block; color: black !important; text-decoration: none !important;}
ul.dropdown ul li.hover a  { z-index: 99; color: #FFF !important; text-decoration: none !important;}

/* NIVEL TRES DEL MENU */
ul.dropdown ul ul 			{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 	{ visibility: visible; }

#grid{z-index: 1;}

#refData{color:#FFF;}
#refData:hover{color:#98AFFB;}
/* Fin de la Cabecera */


/*********************************/
/***** css para el contenido *****/
/*********************************/
#contenido{
	background:#FFF;
	width:100%;
	min-height: 400px;
  	overflow: hidden;
  	height: expression(this.scrollHeight < 401? "400px": "auto");
	margin-top:10px;
	float:left;
}

/*********************************/
/***** css para el Login *****/
/*********************************/
#login { 
	width:40%;
	height:auto;
	margin-top:100px;
	margin-bottom:100px;
	margin-left:30%;
	margin-right:30%;
	border: 1px solid #0095DB;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	font-size:16px;
	/*behavior: url(PIE.htc);*/
	float:left;
}
.titus {
	font-size:18px;
	color:#4D2A03;
	font-weight:bold;
}
#img_login { 
	width:20%;
	margin-top:30px;
	margin-left:10px;
	float:left;
}
#txt_label{
	width:70%;
	margin-left:20px;
	float:left;
}
#texts { 
	width:90%;
	margin-top:30px;
	height:35px;
	float:left;
}
/* Agregado por DZC */
#textsD { 
	width:90%;
	margin-top:5px;
	height:35px;
	float:left;
}
/* fin */
.label{
	font-weight:bold;
	width:45%;
	float:left;
}
.txt{
	width: 50%;
	height:25px;
	float:left;
}
#btnlog{ 
	width:90%;
	margin-top:20px;
	height:35px;
	margin-bottom:20px;
	float:left;
}
.btn{
	color:#333;
	width:95%;
	height:30px;
	font-weight:bold;
	float:left;
}
#recupera { 
	width:90%;
	height:auto;
	text-align:justify;
	margin-top:10px;
	margin-left:20px;
	padding-bottom:20px;
	float:left;
}

#cambio { 
	width:60%;
	height:auto;
	margin-top:100px;
	margin-bottom:100px;
	margin-left:20%;
	margin-right:20%;
	border: 1px solid #0095DB;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	font-size:16px;
	/*behavior: url(PIE.htc);*/
	float:left;
}
/* Fin css del contenido */


/*********************************/
/***** css para el Pie de página *****/
/*********************************/
#pie{
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	line-height:1.5em;
	text-align:center;
	float:left;
}
#linea_f{
	width:100%;
	height:1px;
	background-image:url(../img/linea2.png);
	background-repeat:repeat-x;
	margin:3px 0;
	float:left;
}
/* Fin css del pie */