/*esPie 2.0.0.0*/
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-border-radius {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.no-box-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*LESS variables*/
.centered-image {
  background-position: center;
  background-repeat: no-repeat;
}
.inline-element {
  display: inline-block;
}
/*end of LESS variables*/
#esPie-jQuery {
  height: 80px;
  position: relative;
  clear: both;
}
#esPie-jQuery .esPie-jQuery {
  position: relative;
  height: 50px;
  background-color: #f1f1f1;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 3px inset;
  clear: both;
  font-size: 11px;
  padding-top: 0px;
  width: 100%;
}
#esPie-jQuery .esPie-jQuery .esPie-submenu-jQuery {
  text-align: center;
  height: 50px;
}
#esPie-jQuery .esPie-jQuery .esPie-submenu-jQuery .esPie-listaSubmenu-jQuery {
  list-style: none;
  line-height: 30px;
  width: auto;
  display: inline-block;
  padding: 0px;
}
#esPie-jQuery .esPie-jQuery .esPie-submenu-jQuery li {
  display: inline-block;
  margin-right: 25px;
  color: #1368a1;
  font-size: 11px;
  font-family: arial;
}
#esPie-jQuery .esPie-jQuery .esPie-submenu-jQuery li:last-child {
  margin-right: 0px;
}
#esPie-jQuery .esPie-jQuery .esPie-logos-jQuery {
  height: 50px;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
}
#esPie-jQuery .esPie-jQuery .esPie-logos-jQuery .esPie-logo-jQuery {
  background-image: url('../img/esGralTest_Spritesheet.png');
  background-repeat: no-repeat;
  height: 30px;
  display: inline-block;
  float: left;
  margin: 10px 10px 0 0;
}
#esPie-jQuery .esPie-jQuery .esPie-logos-jQuery #logo1 {
  width: 90px;
  background-position: -1710px -2px;
  margin-left: 10px;
}
#esPie-jQuery .esPie-jQuery .esPie-logos-jQuery #logo2 {
  width: 30px;
  background-position: -1912px -2px;
}
#esPie-jQuery .esPie-jQuery .esPie-logos-jQuery #logo3 {
  width: 30px;
  background-position: -1878px -2px;
}
#esPie-jQuery .esPie-jQuery .esPie-logos-jQuery #logo4 {
  width: 70px;
  background-position: -1804px -2px;
}
#esPie-jQuery .esPie-jQuery .social {
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
}
#esPie-jQuery .esPie-jQuery .social .esPie-logosSocial {
  background-image: url('../img/esGralTest_Spritesheet.png');
  margin: 10px 10px 0 0;
  width: 25px;
  height: 25px;
}
#esPie-jQuery .esPie-jQuery .social .esPie-logosSocial.iconoFacebook {
  background-position: -1681px -2px;
  display: inline-block;
}
#esPie-jQuery .esPie-jQuery .social .esPie-logosSocial.iconoTwitter {
  background-position: -1946px -2px;
  display: inline-block;
}
#esPie-jQuery .esPie-bottom-jQuery {
  height: 30px;
  background-color: #004681;
  margin: 0px auto;
}
#esPie-jQuery .esPie-bottom-jQuery .tag {
  line-height: 30px;
  color: #FFF;
  font-family: arial;
  font-size: 11px;
  text-align: center;
}
