/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

 
 
	div.fixedHeaderTable {
		position: relative;
	}
	
	div.fixedHeaderTable table {
		width:100%;
	}
	
	div.fixedHeaderTable tbody {
		height: 200px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	div.fixedHeaderTable table th {
		background-color:#CCCCCC;font-weight:bold
	}
	div.fixedHeaderTable table td {
		background-color:#EEEEEE
	}
	div.fixedHeaderTable thead td, div.fixedHeaderTable thead th {
		position:relative;
	}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
html, body, font {
  font-family: 'Helvetica', 'Arial', sans-serif;
}
.demo-avatar {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.demo-layout .demo-header .mdl-textfield {
  padding-top: 27px;
}
.demo-layout .mdl-layout__header .mdl-layout__drawer-button {
  color: rgba(0, 0, 0, 0.54);
}
.mdl-layout__drawer .avatar {
  margin-bottom: 16px;
}
.demo-drawer {
  border: none;
}
/* iOS Safari specific workaround */
.demo-drawer .mdl-menu__container {
  z-index: -1;
}
.demo-drawer .demo-navigation {
  z-index: -2;
}

/*Logo*/
.logo {
  width: 100%;


  }
/* END iOS Safari specific workaround */
.demo-drawer .mdl-menu .mdl-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.demo-drawer-header {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px;
  height: 151px;
}
.demo-avatar-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.demo-navigation {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.demo-layout .demo-navigation .mdl-navigation__link {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.56);
  font-weight: 500;
}
.demo-layout .demo-navigation .mdl-navigation__link:hover {
  background-color: #00BCD4;
  color: #37474F;
}
/*pie derechos reservados*/
.pie{
  font-size: 12px;
    padding: 10px;
 background-color: #00BCD4;
 color: #37474F;
}
.pie:hover{
 background-color: #00BCD4;
 color: #37474F;
}

/*fin de pie derechos reservados*/

.demo-navigation .mdl-navigation__link .material-icons {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.56);
  margin-right: 32px;
}

.demo-content {
  /*max-width: 1080px;*/
}

.demo-charts {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.demo-chart:nth-child(1) {
  color: #ACEC00;
}
.demo-chart:nth-child(2) {
  color: #00BBD6;
}
.demo-chart:nth-child(3) {
  color: #BA65C9;
}
.demo-chart:nth-child(4) {
  color: #EF3C79;
}
.demo-graphs {
  padding: 16px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* TODO: Find a proper solution to have the graphs
 * not float around outside their container in IE10/11.
 * Using a browserhacks.com solution for now.
 */
_:-ms-input-placeholder, :root .demo-graphs {
  min-height: 664px;
}
_:-ms-input-placeholder, :root .demo-graph {
  max-height: 300px;
}
/* TODO end */
.demo-graph:nth-child(1) {
  color: #00b9d8;
}
.demo-graph:nth-child(2) {
  color: #d9006e;
}

.demo-cards {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.demo-cards .demo-separator {
  height: 32px;
}
.demo-cards .mdl-card__title.mdl-card__title {
  color: white;
  font-size: 24px;
  font-weight: 400;
}
.demo-cards ul {
  padding: 0;
}
.demo-cards h3 {
  font-size: 1em;
}
.demo-updates .mdl-card__title {
  min-height: 200px;
  background-image: url('images/dog.png');
  background-position: 90% 100%;
  background-repeat: no-repeat;
}
.demo-cards .mdl-card__actions a {
  color: #00BCD4;
  text-decoration: none;
}

.demo-options h3 {
  margin: 0;
}
.demo-options .mdl-checkbox__box-outline {
  border-color: rgba(255, 255, 255, 0.89);
}
.demo-options ul {
  margin: 0;
  list-style-type: none;
}
.demo-options li {
  margin: 4px 0;
}
.demo-options .material-icons {
  color: rgba(255, 255, 255, 0.89);
}
.demo-options .mdl-card__actions {
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/*Tarjeta fecha y hora*/

.demo-card-event.mdl-card {
  width: 256px;
  height: 256px;
  background: #3E4EB8;
}
.demo-card-event > .mdl-card__actions {
  border-color: rgba(255, 255, 255, 0.2);
}
.demo-card-event > .mdl-card__title {
  align-items: flex-start;
}
.demo-card-event > .mdl-card__title > h4 {
  margin-top: 0;
}
.demo-card-event > .mdl-card__actions {
  display: flex;
  box-sizing:border-box;
  align-items: center;
}
.demo-card-event > .mdl-card__actions > .material-icons {
  padding-right: 10px;
}
.demo-card-event > .mdl-card__title,
.demo-card-event > .mdl-card__actions,
.demo-card-event > .mdl-card__actions > .mdl-button {
  color: #fff;
}

/*¡Modal para insertar noticias*/

.fecha{line-height: 0px;
    font-size: 1em;
    color: #375178;}
.modal {
  will-change: visibility, opacity;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: $modal-delay;
          transition-delay: $modal-delay;
}
.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal--align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal__bg {
  background: transparent;
  background-color: rgba(0,0,0,0.8);
}
.modal__dialog {
  max-width: 600px;
  padding: 1.2rem;
}
.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 2.4rem;
  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__content--active {
  opacity: 1;
}
.modal__close {
  z-index: 1100;
  cursor: pointer;
}
.modal__trigger {
  position: relative;
  display: inline-block;
  /*padding: 1.2rem 2.4rem;*/
  color: #fff;
  line-height: 1;
  cursor: pointer;
  background: #4C9BD6;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__trigger--active {
  z-index: 10;
}
.modal__trigger:hover {
  background: green;
}
#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #DADDDE;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

body {
  height: 100vh;
}
img {
  max-width: 100%;
}
.demo-btns header {
  padding: 7vh 10vw;
  background: #ffebee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.demo-btns header h1 {
  margin: 0;
  color: rgba(0,0,0,0.54);
  font-weight: 300;
}
.demo-btns .info {
  background: #fff;
  padding: 3vh 10vw;
  height: 70vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.demo-btns p {
  text-align: center;
  color: #fff;
}
.demo-btns .link {
  font-size: 20px;
}
.demo-btns .modal__trigger {
  margin-right: 3px;
}
@media (max-width: 640px) {
  .demo-btns .modal__trigger {
    margin-bottom: 0.8rem;
  }
}
.demo-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  padding: 0.6rem;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.demo-close:hover {
  background: rgba(0,0,0,0.6);
}


/* Select */
/* ==========  Select Field ========== */



/* Style Select Field */
select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color rgba(0, 0, 0, 0.12);
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: rgba(0, 0, 0, 0.50);
    font-family: inherit;
    font-size: 16px;
    padding: 4px 0;
    width: 100%;
}
select:focus {
    outline: medium none;
}
.mdl-selectfield label {
    display: none;
}
.mdl-selectfield select {
    -moz-appearance: none;
}
.mdl-selectfield {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    position: relative;
}
.mdl-selectfield::after {
    border-left: 0.25em solid transparent;
    border-right: 0.25em solid transparent;
    border-top: 0.375em solid rgba(0, 0, 0, 0.12);
    content: "";
    height: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 0.5em;
    top: 0.75em;
    width: 0;
}
/*Paginador*/
#central {
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px #666666;
    overflow: hidden;
    padding: 30px 15px 15px;
	width:900px;
	margin-bottom:50px;
	margin-top:50px;
	margin: 0px auto;
}

.service_category {
    background-color: #D0D3D8;
    border: 1px solid #D0D3D8;
    border-radius: 3px 3px 3px 3px;
    clear: both;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    margin-bottom: 0.3em;
    padding: 6px;
}

.service_list {
	/*background-color:#FFFFFF;
    border: 1px solid #D0D3D8;
    border-radius: 3px 3px 3px 3px;*/
    clear: both;
    height: auto;
    margin-bottom: 0.3em;
    min-height: 130px;
    /*padding: 6px;*/
}

.center_block {
    float: left;
    width: 98%;
}

.product_desc {
    font-size: 0.92em;
    margin-bottom: 0;
    text-align: justify;
}

.right_block_list {
    float: left;
    margin-left: 1em;
    margin-top: 0;
    text-align: right;
    width: 11em;
}

.price {
    /*display: block;*/
    font-size: 1.5em;
    margin-bottom: 0.2em;
    color: #DA0F00;
    font-weight: bold;
}
.new {
    background: url("images/flag_new_bg.jpg") repeat-x scroll 0 50% transparent;
    border: 1px solid #488C40;
    color: white;
    font-size: 0.6em;
    font-weight: bold;
    margin: 0 1em 0 0;
    padding: 0 0.4em;
    text-transform: uppercase;
    vertical-align: 0.3em;
}

.product_img_link {
    border: 1px solid #D0D3D8;
    float: left;
    margin-right: 0.6em;
}

#image-block {
    cursor: pointer;
    height: 200px;
    width: 200px;
    float: left;
    border: 1px solid #D0D1D5;
}

#desc_info {
    float: left;
    margin-left: 1em;
    margin-top: 0;
    width: 690px;
    /*min-height: 200px;*/
    text-align: justify;
}

.pagination {
    height: 36px;
    margin: 15px 0;

}
.pagination ul {
    /*border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);*/
    display: inline-block;
    /*margin-bottom: 10px;
	margin-left:92px;
	box-shadow: 0 2px 5px #666666;*/
}
.pagination li {
    display: inline;
}
.pagination a {
    /*-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;*/
    line-height: 34px;
    padding: 0 14px;
    text-decoration: none;
	cursor:pointer;
}
.pagination a:hover, .pagination .active a {
    color:#2d2d28;
	outline:0;
	text-decoration:none;
	font-weight: bold;
}
.pagination .active a {
    color: #999999;
    cursor: default;
}
.pagination .disabled a, .pagination .disabled a:hover {
    background-color: transparent;
    color: #999999;
    cursor: default;
}
.pagination li:first-child a {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
    border-radius: 0 3px 3px 0;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}

.rating {
background: #FFFFFF;
    float: left;
    height: 40px;
    margin: 15px auto 0;
    /*padding-left: 24px;
    padding-top: 5px;*/
    text-align: center;
    /*width: 270px;*/
}

.estrella {
background: url('../images/estrella-gris.png') no-repeat;
width:25px;
height:23px;
float:left;
cursor:pointer;
}

.estrella:hover {
background: url('../images/estrella-verde.png') no-repeat;
width:25px;
height:23px;
float:left;
}

.selected {
background: url('../images/estrella-verde.png') no-repeat;
width:25px;
height:23px;
float:left;
}

.ok {
font-weight:bold;
margin-top:5px;
color: #669900;
}

#actual {
float:left;
margin-left:5px;
}

a {
    color: #2D2D28;
    font-weight: bold;
    text-decoration: none;
}

a:hover{
	color:#2d2d28;
	outline:0;
	text-decoration:underline;
	font-weight: bold
}

.delete {
cursor:pointer;
}

.correcto {
color:#009933;
}

.error {
color: #FF0000;
}

.loading {
width:100%;
text-align:center;
margin-top:40px;
height:100px;
}

/*.paginate {
    color: #2D2D28;
    font-weight: bold;
    text-decoration: none;
	cursor:pointer;
}

.paginate a:hover{
	color: #0066CC;
	outline:0;
	text-decoration:none;
	font-weight: bold
}*/

.text-center {text-align: center;}

#DivProyecto, #DivResponsable, #DivCliente, #DivFecha{
color: rgba(0, 0, 0, 0.50);
font-family: inherit;
font-size: 16px;}


/*input file*/

.file-field {
    position: relative;
}

.file-field .btn, .file-field .btn-large {
    float: left;
    height: 3rem;
    line-height: 3rem;
}

.btn, .btn-large {
    background-color: #26a69a;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}
.btn, .btn-large, .btn-floating, .btn-large, .btn-flat {
    outline: 0 none;
}
.btn, .btn-large, .btn-flat {
    border: medium none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
}
.file-field input[type="file"] {
    bottom: 0;
    cursor: pointer;
    font-size: 20px;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.file-field span {
    cursor: pointer;
}

.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
}
input.valid:not([type]), input.valid:focus:not([type]), input.valid[type="file"], input.valid[type="file"]:focus, {
    border-bottom: 1px solid #4caf50;
    box-shadow: 0 1px 0 0 #4caf50;
}
.file-field input.file-path {
    width: 100%;
}


/*Pop up Ivan*/
#popup {
	   visibility: hidden;
	   opacity: 0;
	   margin-top: -150px;
	}

#popup_req {
	   visibility: hidden;
	   opacity: 0;
	   margin-top: -150px;
	}

#popup_at_almacen {
	   visibility: hidden;
	   opacity: 0;
	   margin-top: -150px;
	}

#popup_at_almacen_asistente {
	   visibility: hidden;
	   opacity: 0;
	   margin-top: -150px;
	}

#popup_at_almacen_auxiliar {
	   visibility: hidden;
	   opacity: 0;
	   margin-top: -150px;
	}

#popup_at_compras {
	   visibility: hidden;
	   opacity: 0;
	   margin-top: -150px;
	}

#popup_at_compras_asistente {
	   visibility: hidden;
	   opacity: 0;
	   margin-top: -150px;
	}

#popup_at_distribucion {
	   visibility: hidden;
	   opacity: 0;
	   margin-top: -150px;
	}

#popup_editar {
	   visibility: hidden;
	   opacity: 0;
	   margin-top: -150px;
	}

#popup_mv {
	   visibility: hidden;
	   opacity: 0;
	   margin-top: -150px;
	}

#popup_hh {
	   visibility: hidden;
	   opacity: 0;
	   margin-top: -150px;
	}

#popup_pa {
	   visibility: hidden;
	   opacity: 0;
	   margin-top: -150px;
	}

#popup_mf {
   visibility: hidden;
   opacity: 0;
   margin-top: -150px;
}

	#popup:target {
	   visibility:visible;
	   opacity: 1;
	   background-color: rgba(0,0,0,0.8);
	   position: fixed;
	   top:0;
	   left:0;
	   right:0;
	   bottom:0;
	   margin:0;
	   z-index: 999;
	   -webkit-transition:all 1s;
	   -moz-transition:all 1s;
	   transition:all 1s;
	}

	#popup_req:target {
	   visibility:visible;
	   opacity: 1;
	   background-color: rgba(0,0,0,0.8);
	   position: fixed;
	   top:62px;
	   left:0;
	   right:0;
	   bottom:0;
	   margin:0;
	   z-index: 999999;
	   -webkit-transition:all 1s;
	   -moz-transition:all 1s;
	   transition:all 1s;
     overflow-y: scroll;
	}

	#popup_at_almacen:target {
	   visibility:visible;
	   opacity: 1;
	   background-color: rgba(0,0,0,0.8);
	   position: fixed;
	   top:0;
	   left:0;
	   right:0;
	   bottom:0;
	   margin:0;
	   z-index: 999;
	   -webkit-transition:all 1s;
	   -moz-transition:all 1s;
	   transition:all 1s;
     overflow-y: scroll;
	}

	#popup_at_almacen_asistente:target {
	   visibility:visible;
	   opacity: 1;
	   background-color: rgba(0,0,0,0.8);
	   position: fixed;
	   top:0;
	   left:0;
	   right:0;
	   bottom:0;
	   margin:0;
	   z-index: 999;
	   -webkit-transition:all 1s;
	   -moz-transition:all 1s;
	   transition:all 1s;
     overflow-y: scroll;
	}

	#popup_at_almacen_auxiliar:target {
	   visibility:visible;
	   opacity: 1;
	   background-color: rgba(0,0,0,0.8);
	   position: fixed;
	   top:0;
	   left:0;
	   right:0;
	   bottom:0;
	   margin:0;
	   z-index: 999;
	   -webkit-transition:all 1s;
	   -moz-transition:all 1s;
	   transition:all 1s;
     overflow-y: scroll;
	}

	#popup_at_compras:target {
	   visibility:visible;
	   opacity: 1;
	   background-color: rgba(0,0,0,0.8);
	   position: fixed;
	   top:0;
	   left:0;
	   right:0;
	   bottom:0;
	   margin:0;
	   z-index: 999;
	   -webkit-transition:all 1s;
	   -moz-transition:all 1s;
	   transition:all 1s;
     overflow-y: scroll;
	}

	#popup_at_compras_asistente:target {
	   visibility:visible;
	   opacity: 1;
	   background-color: rgba(0,0,0,0.8);
	   position: fixed;
	   top:0;
	   left:0;
	   right:0;
	   bottom:0;
	   margin:0;
	   z-index: 999;
	   -webkit-transition:all 1s;
	   -moz-transition:all 1s;
	   transition:all 1s;
     overflow-y: scroll;
	}

	#popup_at_distribucion:target {
	   visibility:visible;
	   opacity: 1;
	   background-color: rgba(0,0,0,0.8);
	   position: fixed;
	   top:0;
	   left:0;
	   right:0;
	   bottom:0;
	   margin:0;
	   z-index: 999;
	   -webkit-transition:all 1s;
	   -moz-transition:all 1s;
	   transition:all 1s;
     overflow-y: scroll;
	}

	#popup_editar:target {
	   visibility:visible;
	   opacity: 1;
	   background-color: rgba(0,0,0,0.8);
	   position: fixed;
     top: 63px;
     left: 182px;
	   right:0;
	   bottom:0;
	   margin:0;
	   z-index: 999;
	   -webkit-transition:all 1s;
	   -moz-transition:all 1s;
	   transition:all 1s;
     overflow-y: scroll;
	}

	#popup_mv:target {
	   visibility:visible;
	   opacity: 1;
	   background-color: rgba(0,0,0,0.8);
	   position: fixed;
	   top:0;
	   left:0;
	   right:0;
	   bottom:0;
	   margin:0;
	   z-index: 999;
	   -webkit-transition:all 1s;
	   -moz-transition:all 1s;
	   transition:all 1s;
     overflow-y: scroll;
	}

	#popup_hh:target {
	   visibility:visible;
	   opacity: 1;
	   background-color: rgba(0,0,0,0.8);
	   position: fixed;
	   top:0;
	   left:0;
	   right:0;
	   bottom:0;
	   margin:0;
	   z-index: 999;
	   -webkit-transition:all 1s;
	   -moz-transition:all 1s;
	   transition:all 1s;
     overflow-y: scroll;
	}

	#popup_pa:target {
	   visibility:visible;
	   opacity: 1;
	   background-color: rgba(0,0,0,0.8);
	   position: fixed;
	   top:0;
	   left:0;
	   right:0;
	   bottom:0;
	   margin:0;
	   z-index: 999;
	   -webkit-transition:all 1s;
	   -moz-transition:all 1s;
	   transition:all 1s;
     overflow-y: scroll;
	}

	#popup_mf:target {
	   visibility:visible;
	   opacity: 1;
	   background-color: rgba(0,0,0,0.8);
	   position: fixed;
	   top:0;
	   left:0;
	   right:0;
	   bottom:0;
	   margin:0;
	   z-index: 999;
	   -webkit-transition:all 1s;
	   -moz-transition:all 1s;
	   transition:all 1s;
     overflow-y: scroll;
	}



	.popup-contenedor {
    position: relative;
   margin: 70px auto;
   padding: 20px;
   background-color: #fafafa;
   color: #333;
   border-radius: 3px;
   max-width: 900px;
	}

	.popup-contenedor3 {
	   position: relative;
	   margin:0.7% auto;
	   padding:30px 20px;
	   background-color: #fafafa;
	   color:#333;
	   border-radius: 3px;
	   width:85%;
	}


		.popup-contenedor2 {
	   position: relative;
	   margin:70px auto;
	   padding:30px 20px;
	   background-color: #fafafa;
	   color:#333;
	   border-radius: 3px;
	   width:100%;
	   margin-left: 50px;
	}

		.popup-contenedor4 {
	   position: relative;
	   margin:0.5% auto;
	   padding:30px 20px;
	   background-color: #fafafa;
	   color:#333;
	   border-radius: 3px;
	   width:85%;
	   height:85%;
	}


	a.popup-cerrar {
	   position: absolute;
	   top:3px;
	   right:3px;
	   background-color: #333;
	   padding:7px 9px;
	   font-size: 12px;
	   text-decoration: none;
	   line-height: 1;
	   color:#fff;
	}
