@charset "utf-8";
/*
CSS Document
# -> indica ID
. -> indica CLASS
*/

body {
  background-image: url(../img/bkgnd.gif);
  overflow-x: auto;
  overflow-y: auto;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
}

h1, h2, h3, h4, h5, h6{
  font-weight:normal;
  margin: 0px;
  padding: 0px;
  line-height:normal;
  text-align:justify;
}

h2{color:navy;}
h3{color:brown;}


a:link{
	text-decoration:none;
}

/* Query table inicia */

.qry_tbl{
  background-color:#fff;
  border-collapse:collapse;
}

.qry_tbl caption{
  background-color:#69c;
  border-bottom:2px solid #fff;
  color:#FFF;
  padding:10px;
  margin: 10px 0px 0px 0px;		
  font-size: 16px;
  text-transform:uppercase;
  font-weight: bold; 
}

.qry_tbl thead th{
  background-color:#eee;
  border: solid 1px #ccc;
  border-bottom:4px solid #ccc;
  color:#666;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  padding:5px;
}

.qry_tbl tbody tr td{
  font-size:11px;
  color:#666;
  padding: 3px 8px;
  border: dashed 1px #ccc;
}

.qry_tbl tfoot tr td{
  background-color:#eee; 
  border: solid 1px #ccc;
  border-top: solid 4px #ccc;
  color:#666;
  font-size:12px;
  padding:5px;
  text-align:center;
  font-weight:bold;
}

/* Query table termina */

/* Query table standard inicia */

.qry_tbl_std{
  /*background-color:#fff;*/
  border-collapse:collapse;
  width:900px;/*900px*/
}

.qry_tbl_std caption{
  background-color:#69c;
  border-bottom:2px solid #fff;
  color:#FFF;
  padding:10px;
  margin: 10px 0px 0px 0px;		
  font-size: 16px;
  text-transform:uppercase;
  font-weight: bold; 
}

.qry_tbl_std thead th{
  background-color:#eee;
  border: solid 1px #336699;
  border-bottom:2px solid #336699;
  color:#006699;
  font-size:14px;
  font-weight:bold;
  /*text-transform:uppercase;*/
  padding:5px;
}

.qry_tbl_std tbody tr td{
  font-size:13px;
  color:#555;
  padding: 3px 8px;
  border: solid 1px #ddd; /*#336699*/
}

.qry_tbl_std tbody tr:nth-child(even) {
  background-color:#fff;
}

.qry_tbl_std tfoot tr td{
  background-color:#eee; 
  border: solid 1px #336699;
  border-top: solid 2px #336699;
  color:#006699;
  font-size:14px;
  padding:5px;
  text-align:center;
  font-weight:bold;
}
/*
.qry_tbl_std tbody tr td a:link{
	text-decoration:none;
	color:#36F;
}
.qry_tbl_std tbody tr td a:visited{
	color:#36F;
}
.qry_tbl_std tbody tr td a:active{
	color:#3C0;
}
.qry_tbl_std tbody tr td a:hover{
	color:#F60;
}*/

/* Query table standard termina */


/* Query table standard inicia */

.ov_tbl_std{
  /*background-color:#fff;*/
  border-collapse:collapse;
  width:900px;/*900px*/
}

.ov_tbl_std caption{
  background-color:#69c;
  border-bottom:2px solid #fff;
  color:#FFF;
  padding:10px;
  margin: 10px 0px 0px 0px;		
  font-size: 16px;
  text-transform:uppercase;
  font-weight: bold; 
}

.ov_tbl_std thead th{
  background-color:#eee;
  border: solid 1px #336699;
  border-bottom:2px solid #336699;
  color:#006699;
  font-size:14px;
  font-weight:bold;
  /*text-transform:uppercase;*/
  padding:5px;
}

.ov_tbl_std tbody tr td{
  font-size:13px;
  color:#555;
  padding: 3px 8px;
  border: solid 1px #ddd; /*#336699*/
}

.ov_tbl_std tbody tr:nth-child(even) {
  background-color:#fff;
}

.ov_tbl_std tfoot tr td{
  background-color:#eee; 
  border: solid 1px #336699;
  border-top: solid 2px #336699;
  color:#006699;
  font-size:14px;
  padding:5px;
  text-align:center;
  font-weight:bold;
}

.ov_tbl_std tbody tr td a:link{
	text-decoration:none;
/*	font-size: .9em;*/
	color:#36F;
}
.ov_tbl_std tbody tr td a:visited{
	color:#36F;
}
.ov_tbl_std tbody tr td a:active{
	color:#3C0;
}
.ov_tbl_std tbody tr td a:hover{
	color:#F60;
}

/* Query table standard termina */

.tbl_leyend {
	text-align:right;
	float:right;
	font-size:12px;
	font-weight:bold;
	color:#4284c7;
}

.target{
  background-color:#eee;
  font-weight:bold;
}

/* -- Query table pequena inicia --*/
.qry_tbl_peq{
  background-color:#fff;
  border-collapse:collapse;
  width: 900px;
}

.qry_tbl_peq caption{
  /*background-color:#69c;*/
  border-bottom:2px solid #fff;
  color:#69c;
  padding:10px;
  /*margin: 10px 0px 0px 0px;*/	
  font-size: 14px;
  /*text-transform:uppercase;*/
  font-weight: bold; 
}

.qry_tbl_peq thead th{
  background-color:#069;
/*  border-bottom:2px solid #fff;*/
  color:#FFF;
/*  background-color:#eee;
  border: solid 1px #336699;
  border-bottom:2px solid #336699;*/
  border: solid 1px #bbb;
/*  color:#006699;*/
  font-size:12px;
  font-weight:bold;
  /*text-transform:uppercase;*/
  padding:3px;
}

.qry_tbl_peq tbody tr:nth-child(even) {
  background-color:#e9e9e9;
}

.qry_tbl_peq tbody tr td{
  font-size:11px;
  color:#333;
  padding: 2px;
  border: solid 1px #336699;
}

.qry_tbl_peq tfoot tr td{
  background-color:#eee; 
  border: solid 1px #336699;
  border-top: solid 2px #336699;
  color:#006699;
  font-size:14px;
  padding:3px;
  text-align:center;
  font-weight:bold;
}

/* -- Query table pequena termina --*/

#content {
  width:900px;
  margin-left:auto;
  margin-right:auto;
}
.img-style {
  width:100px;
  height:85px;
  float:left;
}

hr{alignment-adjust:central; width:98%; color: #ddd;}

/*.clrblack, .clrbrown, .clrred{
  font-family:Arial;
  font-size:16px;
  font-weight:300; 
}*/

.clrblack {color:navy;}
.clrblue {font-weight:bold;color: #006699;}
.clrbrown {color:brown;}
.clrred{color:red;}
.clrgreen{color:#009900;}
.clrnota{
  color:navy;
  font-style:italic; 
  font-size:12px;
}
.clrgrey{color:#666;font-size:14px;}

.table_form{
	width:900px;
}

.inputbox, .listbox, .txtarea { 
    border:solid 2px #c9c9c9;	
	color:#666;
	font-size:12px;
	/*para separarlos un poco*/
	margin: 2px 0px 2px 0px;
}

.txtarea{ padding:3px; font-family:Arial, Helvetica, sans-serif;}

.inputbox{height:20px;}

.listbox {height:26px;}

.inputbox:hover, .listbox:hover, .txtarea:hover {background:#eee; border: solid 2px #009900;}/*background:#ddd;*/

.button{ 
	background: #eee;
    border:solid 2px #c9c9c9;	
    padding: 2px 6px 2px 6px;
    height:40px;
	width:160px; 
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
}

.button:hover {background: #c7d7f7; border: solid 2px #6699FF;}

.button_std{ 
	background:#eee;
    border:solid 2px #ccc;
    padding: 2px 6px 2px 6px;
    height:30px;
	width:100px; 
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	color:#e00;
}

.button_std:hover {background: #c7d7f7; border: solid 2px #6699FF; color: #006699;}

.tg  {border-collapse:collapse;border-spacing:0;margin-left:auto;margin-right:auto;width:900px;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg td{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-yw4l{vertical-align:top}


/* Mensajes */

.msg_message, .msg_neutral, .msg_error, .msg_notice{
	margin:3px; 
	padding: 15px 15px 15px 45px;
	font-size:14px;
	font-weight:normal;
	line-height:20px;	
}
.msg_message{
	background: #C3D2E5 url(../img/notice-info.png) 5px center no-repeat;
	border: 2px solid #6699FF;
	color: #369;/*#3366cc*/
}
.msg_neutral{
	padding-left: 15px;
	background: #eee;
	border: 2px solid #aaa;
	color: #666;/*#3366cc*/
}
.msg_error{ 
	background: #E6C0C0 url(../img/notice-alert.png) 5px center no-repeat; 
	border: 2px solid #DE7A7B; 
	color: #633;/*#900 #630*/
}
.msg_notice{ 
	background: #EFE7B8 url(../img/notice-note.png) 5px center no-repeat; 
	border: 2px solid #F0DC7E; 
	color: #960;/*#963*/
}

/* Graficos */

#container, 
#container-a,
#container-b,
#container-c,
#container-d,
#container-e,
#container-q {
	/* dimensiones */
    min-width: 768px;
    max-width: 890px;
    height: 680px;
    margin: 0 auto;
    /* colores */
    background-color:#aCF;
    padding: 5px;
    border: 2px solid #aaa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;	
    border-radius: 10px;
}
#container-q{
	border:none;
}
#container-multi{
	/* dimensiones */
    min-width: 1100px;
    max-width: 1250px;
    height: 768px;
	margin: 0 auto;
}

/* De Sergio */
.btn {                                 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  background: #4284c7;
  padding: 5px 7px 5px 7px;
  text-decoration:none;
 }

a.btn:hover{
     background: #4284c7;
     color:yellow;
     text-decoration:none;
}

.btn_gray {                                 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: red;
  font-size: 14px;
  background: #ccc;
  padding: 5px 7px 5px 7px;
  text-decoration:none;
 }

a.btn_gray:hover{
     /*background: #bbb;
     color:yellow;*/
     text-decoration:none;
}

.button_menu {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #abcdef;
    border: none;
    font-size: 16px;
    font-family:'Arial';
    color: #104E8B;
    padding: 12px 30px 12px 30px;
    height:15px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

.button_menu:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button_menu_2 {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #abcdef;
    border: none;
    font-size: 14px;
	font-weight:bold;
    color: #104E8B;
    padding: 7px 25px 7px 25px;
	width:250px;
    height:35px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

.button_menu_2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.centerTable { 
  margin: 0px auto;
}

    .auto-style2 {
        width: 450px;
        height: 100px;
    }
    .auto-style3 {
        width: 25px;
        height: 100px;
    }
    .auto-style4 {
        border-left: 1px solid #172b4e;
        border-right: 1px solid #172b4e;
        border-top: 1px solid #172b4e;
        border-bottom: 1px solid #142647;
        margin: 50px auto;
        padding: 18px 20px;
        width: 220px;
        height:100px;
        background: #3f65b7 url('radial-gradient(cover,%20#437dd6, #3960a6)');
        background-clip: padding-box;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
        text-align: center;
    }
	
/* login */

.login {
  margin: 50px auto;
  padding: 18px 20px;
  width: 200px;
  background: #3f65b7;
  background-clip: padding-box;
  border: 1px solid #172b4e;
  border-bottom-color: #142647;
  border-radius: 5px;
  background-image: -webkit-radial-gradient(cover, #437dd6, #3960a6);
  background-image: -moz-radial-gradient(cover, #437dd6, #3960a6);
  background-image: radial-gradient(cover, #437dd6, #3960a6);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}
.login > h1 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}

.login-input {
  display: block;
  width: 100%;
  height: 37px;
  margin-bottom: 20px;
  padding: 0 9px;
  color: white;
  text-shadow: 0 1px black;
  background: #2b3e5d;
  border: 1px solid #15243b;
  border-top-color: #0d1827;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
}
.login-input:focus {
  outline: 0;
  background-color: #32486d;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
}
.lt-ie9 .login-input {
  line-height: 35px;
}

.login-sub {
  display: block;
  width: 100%;
  height: 37px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #294779;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
  background: #adcbfa;
  background-clip: padding-box;
  border: 1px solid #284473;
  border-bottom-color: #223b66;
  border-radius: 4px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #d0e1fe, #96b8ed);
  background-image: -moz-linear-gradient(top, #d0e1fe, #96b8ed);
  background-image: -o-linear-gradient(top, #d0e1fe, #96b8ed);
  background-image: linear-gradient(to bottom, #d0e1fe, #96b8ed);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
}
.login-submit:active {
  background: #a4c2f3;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
}

.login-help {
  text-align: center;
}
.login-help > a {
  font-size: 11px;
  color: #d4deef;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}
.login-help > a:hover {
  text-decoration: underline;
}

/* Sistema */

.gww_system{
  float:left;
  background-color: #eee;
  border: 1px solid #aaa;
  border-radius:5px;
  padding:10px;
  width: 150px;
  color:#C00;
  font-size:11px;
  font-weight:bold;
  font-style:italic;
  text-align:center;
}

/* para mensajes inicia */

.alert {
  /*general*/
  padding: 20px;
  font-size: 0.8em;
  color: #555;
  /*opacity: 1;
  transition: opacity 0.6s;*/
  margin-bottom: 15px;
  /*error*/
  background-color: #ffcccc;
  border-left: 6px solid #f44336;
}

.alert.success {  
  background-color: #ccffcc;
  border-left: 6px solid #4CAF50;
}
.alert.info {
  background-color: #e7f3fe;
  border-left: 6px solid #2196F3;
}
.alert.warning {
  background-color: #ffdd99;/*#ffffcc*/
  border-left: 6px solid #ff9800;
}

/* para mensajes termina */
