body{
  font-family: helvetica;
}
.logo-pagina{
  height:150px;
}

.logo-pagina table,td{
    border:0px !important;
    height:100%;
  } 
.logo-pagina td{
    vertical-align: bottom;
    text-align: center;
  }
.logo-pagina img{
   width: 270px;
  margin-right: 160px;
}
.mapa-superior{
 width: 0;
height: 0;
border-style: solid;
border-width: 100px 400px 0 160px;
border-color: #1b00eb transparent transparent transparent;
background: url('/images/mapa.png');
}
.iconos-texto-home {
  font-size: 12px;
  margin-left: 100px;
  margin-top: -40px;
  width: 500px;
  z-index:100;
}
.iconos-texto-home h2{
    color: #de2427;
  text-align: center;
  font-size: 22px;
  margin: 0;
  font-weight: bold;
}

.iconos-texto-home hr{
  display: block; height: 3px;
    border: 0; border-top: 3px solid rgb(222,36,39);
    margin: 1em 0; padding: 0;
}
.iconos-texto-home table,tr,td{
   border:0px !important;
}
.iconos-texto-home td:nth-child(even){
  width:200px;
}
.iconos-texto-home img{
  min-width:70px;
  width:70px;
}
.panel-mapa{
  /*height:500px;*/
 /* background:rgb(222,36,39);*/
  margin-bottom: -90px;
  width:100%;
  display:block;
}

.g-content{
  padding:0;
  margin:0;
}
#g-main{
  padding-top:0;
  padding-bottom: 15px;
}

.franjas-mapa{
  width:100%;
  height:100%;
  
}

.selector-idiomas{
  position:relative;
  top:25px;
  
}
.selector-idiomas li, .selector-idiomas a {
  color: #fafafa;
  text-transform: uppercase;
  font-weight: bold;
  
}
.selector-idiomas a:hover {
    color: rgb(71,71,71) !important;
    background-color: #fafafa;
    
}
.mod-languages{
  font-family:helvetica;
  transform:  rotate(32deg) translateY(3px) translateX(125px);
-webkit-transform:  rotate(32deg) translateY(3px) translateX(125px);
-moz-transform:  rotate(32deg) translateY(3px) translateX(125px);
-o-transform: rotate(32deg) translateY(3px) translateX(125px);
-ms-transform: rotate(32deg) translateY(3px) translateX(125px);
transform-origin:left;
}

.item-no-alto{
  height:0px;
}

.franjas-responsive{
  display:none;
}
.franja-gris{
  height:20px;
  background-color:rgb(71,71,71);
  margin-bottom:15px;
}

.franja-roja{
  height:60px;
  background-color:rgb(222,36,39);
}

.g-toplevel{
        margin: 0 auto !important;
    margin-top: 25px !important;
    text-align: center;
}

.g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 1px 15px;
    background-color: rgb(186,183,183);
    color: rgb(71,71,71);
    font-weight: bold;
    font-size: 14px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container:hover {
    color: #fafafa;
}
#g-footer{
  border: 0px;
}
.footer-home{
  background-color:rgb(222,36,39);
  color: #fafafa;
}
.footer-home a{
  color: #fafafa;
}
.footer-home a:hover{
  color: rgb(71,71,71);
}
.g-container {
    width: 100%;
    max-width: 2000px;
}
@media (min-width:1200px) and (max-width:1550px){
  .mod-languages{
     transform:  rotate(32deg) translateY(-10px) translateX(125px);
    -webkit-transform:  rotate(32deg) translateY(-10px) translateX(125px);
    -moz-transform:  rotate(32deg) translateY(-10px) translateX(125px);
    -o-transform: rotate(32deg) translateY(-10px) translateX(125px);
    -ms-transform: rotate(32deg) translateY(-10px) translateX(125px);
  }
}

.panel-iconos-texto{
  z-index:100;
}

@media (max-width:1199px){
  
  .franjas-responsive{
  display:table-cell;
  vertical-align:bottom;
}
  .franjas-mapa{
  display:none;
  
}
.panel-mapa{
  height:300px;
  margin-bottom:20px;
  display:table;
}
  
  .mod-languages{
      transform: none;
-webkit-transform: none;
-moz-transform:  none;
-o-transform: none;
-ms-transform: none;
  }
  .selector-idiomas{
  top:102px;
  
}
.iconos-texto-home {
    font-size: 12px;
    width: auto;
    margin:0;
}
  .iconos-texto-home td:nth-child(even){
  width:auto;
}
}
@media (max-width:767px){
  .logo-pagina td{
    vertical-align: middle;
    text-align: center;
  }
  .logo-pagina img{
   width: 270px;
  margin-right: 0px;
}
}




