@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
}

html {
  background: #FFF;
}

body {
	
}

h2 {
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.6em;
  color: #333;
  border-bottom: 1px solid #B0BED9;
  clear: both;
}

h3 {
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.6em;
  color: #333;
  clear: both;
}

#principal {
  border-radius: 5px;
  margin: 1em 1%;
  padding: 3em 1em;
  border: 1px solid #999;
  background: #eee;
  position: relative;
}

form label {
  display: block;
}

#cuerpo {
  border-radius: 5px;
  margin-bottom: 1.8em;
  margin-top: 1.8em;
  padding: 1em;
  border-bottom: 1px solid #999;
  background-color:#FFF;
  border:1px solid #999;
}

#contenido {
  border-radius: 5px;
  padding: 2em;
  border:1px solid #999;
}

/* Panel */
#toppanel {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tab {
  font-size: 10px;
  background: url(../../../imagenes/tab_m.png) repeat-x 0 0;
  height: 5em;
  position: relative;
  top: 0;
  z-index: 999;
}

.tab ul.login {
  display: block;
  position: relative;
  float: right;
  clear: right;
  height: 5em;
  width: auto;
  font-weight: bold;
  line-height: 5em;
  margin: 0;
  right: 0;
  color: white;
  text-align: center;
}

.tab ul.login li {
  text-align: left;
  padding: 0 0.5em;
  display: block;
  float: left;
}

.tab a.pass, .tab a.close, .tab .app  {
  height: 2em;
  line-height: 5em !important;
  padding-left: 2em !important;
  cursor: pointer;
  display: block;
  position: relative;
  top: 1em;
}

.tab .name {
  height: 2em;
  line-height: 2em !important;
  padding-left: 2em !important;
  cursor: pointer;
  display: block;
  position: relative;
  top: 0.8em;
}

.tab a.pass {background: url(../../../imagenes/pass_d.png) no-repeat left 0;}
.tab a.close {background: url(../../../imagenes/close_d.png) no-repeat left 0;}
.tab a:hover.pass {background: url(../../../imagenes/pass_a.png) no-repeat left 0;}
.tab a:hover.close {background: url(../../../imagenes/close_a.png) no-repeat left 0;}
.tab .app {background: url(../../../imagenes/app.png) no-repeat left 0;}
/* -- Panel -- */

/* Mapa */
.mapa{
  padding:0 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  height: 23px;
  margin:1px 1px 10px 1px;
}
.mapa a {
  display: inline-block;
  float: left;
  height: 24px;
  line-height: 23px;
}
.mapa a.current, .mapa a.current:hover{
  color: #9E9E9E;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}
.mapa a:link, .mapa a:visited{
  color: #44474F;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
}
.mapa a:hover{
  color: #222222;
}
.mapa_div{
  display: inline-block;
  width: 12px;
  height: 24px;
  background: url(../../../imagenes/breadcrumb_divider.png) no-repeat;
  float: left;
  margin: 0 5px;
}
/* -- MAPA -- */

.reporte { text-align: right }
.boton {
	margin-top: 5px;
	text-align: center;
}
img.gray{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .6s ease;
	-webkit-backface-visibility: hidden;
}
img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .6s ease;
	-webkit-backface-visibility: hidden;
}
img.grayscale:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
img.half-grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.5\'/></filter></svg>#grayscale");
	filter: gray alpha(opacity=50);
	-webkit-filter: grayscale(50%);
	-webkit-transition: all .6s ease;
	-webkit-backface-visibility: hidden;
}
img.half-grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}
#columna {
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-o-column-count: 2;
	-o-column-gap: 10px;
	column-count: 2;
    column-gap: 10px;
}
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 1em 0 1em 0;
	padding: 1.5em 1.5em 1.5em 4.5em;
	background-repeat: no-repeat;
	background-position: 1em center
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../../../imagenes/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../../../imagenes/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../../../imagenes/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../../../imagenes/error.png');
}