
/* --------------- Fonts --------------- */

@font-face {
  font-family: 'icon';
  src: url('../fonts/repsolicons2018.eot?63092942');
  src: url('../fonts/repsolicons2018.eot?63092942#iefix') format('embedded-opentype'),
       url('../fonts/repsolicons2018.woff?63092942') format('woff'),
       url('../fonts/repsolicons2018.ttf?63092942') format('truetype'),
       url('../fonts/repsolicons2018.svg?63092942#repsolicons2018') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
   margin-right: .2em; 
  text-align: center;
  vertical-align: middle;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  font-size: 200%;
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-buscar:before { content: '\e800'; } /* '' */
.icon-arrow-right:before { content: '\e801'; } /* '' */
.icon-arrow-left:before { content: '\e802'; } /* '' */
.icon-arrow-down:before { content: '\e803'; } /* '' */
.icon-arrow-up:before { content: '\e804'; } /* '' */
.icon-descargas:before { content: '\e805'; } /* '' */
.icon-video:before { content: '\e806'; } /* '' */
.icon-conversiones:before { content: '\e807'; } /* '' */
.icon-glosario:before { content: '\e808'; } /* '' */
.icon-presenciaglobal:before { content: '\e809'; } /* '' */
.icon-upstream:before { content: '\e80a'; } /* '' */
.icon-downstream:before { content: '\e80b'; } /* '' */
.icon-exploracion:before { content: '\e80c'; } /* '' */
.icon-produccion:before { content: '\e80d'; } /* '' */
.icon-refino:before { content: '\e80e'; } /* '' */
.icon-quimica:before { content: '\e80f'; } /* '' */
.icon-glp:before { content: '\e810'; } /* '' */
    .icon-g-l-p:before { content: '\e810'; } /* '' */
.icon-lubricantes:before { content: '\e811'; } /* '' */
.icon-estaciones:before { content: '\e812'; } /* '' */
.icon-gaspower:before { content: '\e813'; } /* '' */
    .icon-gas-power:before { content: '\e813'; } /* '' */
.icon-trading:before { content: '\e814'; } /* '' */
.icon-chevron-right:before { content: '\e815'; } /* '' */
.icon-chevron-left:before { content: '\e816'; } /* '' */
.icon-chevron-down:before { content: '\e817'; } /* '' */
.icon-chevron-up:before { content: '\e818'; } /* '' */
.icon-arrow-black-right:before { content: '\e819'; } /* '' */
.icon-arrow-black-left:before { content: '\e81a'; } /* '' */
.icon-arrow-black-down:before { content: '\e81b'; } /* '' */
.icon-arrow-black-up:before { content: '\e81c'; } /* '' */
.icon-twitter:before { content: '\e81d'; } /* '' */
.icon-facebook:before { content: '\e81e'; } /* '' */
.icon-in:before { content: '\e81f'; } /* '' */
.icon-google:before { content: '\e820'; } /* '' */
.icon-home-cifras:before { content: '\e821'; } /* '' */
.icon-home-cuidamos:before { content: '\e822'; } /* '' */
.icon-home-iniciativasdigitales:before { content: '\e823'; } /* '' */
.icon-home-nuevosnegocios:before { content: '\e824'; } /* '' */
.icon-open:before { content: '\e825'; } /* '' */
.icon-close:before { content: '\e826'; } /* '' */
.icon-hamburguer:before { content: '\e827'; } /* '' */
.icon-produccionexploracion:before { content: '\e828'; } /* '' */
.icon-electricidad:before { content: '\e829'; } /* '' */
.icon-empleados:before { content: '\e82a'; } /* '' */

/* --------------- /Fonts --------------- */

html, body{
    margin: 0px;
    padding: 0px;
}

table{
  font-family: 'RepsolSoleTextRegular';
  border-spacing: 0;
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
}
table th, table td {
    padding: 8px 5px;
    line-height: 1.42857143;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 12px;
    font-size: .857rem;
}

table th {
  background-color: #5e5e5e;
  font-size: 1.5em;
  color: #fff;
}

table tr:nth-child(even) {
    background-color: #f0f0f0;
}

img {
    max-width:100%;
}