/* Sweep To Top */
.hvr-sweep-to-top {
/*	margin-right: 10px; */
/*
	margin-right:    0px; 
	padding-top:     9px;
	padding-bottom: 12px;
	padding-left:   12px;
	padding-right:  12px;
*/	
	display: inline-block;
	vertical-align: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
/*	background: #2A6891; */
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
/*	color: white; */
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098d1;
/*  color: white;*/
}

.hvrr-sweep-to-top {
/*	margin-right: 10px; */
	margin-right:    0px; 
	padding-top:     9px;
	padding-bottom: 12px;
	padding-left:   10px;
	padding-right:  10px;
	
	display: inline-block;
	vertical-align: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvrr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2A6891;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvrr-sweep-to-top:hover, .hvrr-sweep-to-top:focus, .hvrr-sweep-to-top:active {
	color: white;
}
.hvrr-sweep-to-top:hover:before, .hvrr-sweep-to-top:focus:before, .hvrr-sweep-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
/* Fade */
.hvrr-fade {
  color: red; 

  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvrr-fade:hover, .hvrr-fade:focus, .hvrr-fade:active {
  background-color: #2098d1;
  color: white; 
}


/*_______________________________________________________________*dropdown style*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
	right: 1px; 
    background-color: #DBDBDB;
    min-width: 180px;
    box-shadow: -10px 10px 15px 0px rgba(0, 0, 0, 0.34)
}

.dropdown-content a {
    color: #65A1C8;
    padding: 12px 16px;
	font-weight: bold;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
	background-color: #65A1C8;
    color: #FFFFFF;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/*_________________________________boton compradores proveedores*/

.caja_sombra {
	-webkit-box-shadow: 0px 0px 40px 2px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 0px 40px 2px rgba(0,0,0,0.42);
	box-shadow: 0px 0px 40px 2px rgba(0,0,0,0.42);
}

#cabecero {
	position: fixed;
	text-align: left;
	width: 100%;
	height: 44px;
	z-index: 3;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	background-color: #3885b8;
	border-bottom: 2px solid #0d4589;
	box-sizing: content-box;
	vertical-align: central;
}
#grueso {
	width: 1000px;
	padding-top: 100px;
}
