@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  overflow-y: scroll;
  background: #4b87c8;
  font-family: 'Lato', sans-serif;
}

#contenedor {
  position: absolute;
  width: 950px;
  left: 50%;
  margin-left: -473px;
  top: 0px;
  background-color: #cbcbcb;
  box-shadow: 0 0px 25px 3px rgba(0, 0, 0, 0.5);
}

#cabecera {
  position: relative;
  width: 100%;
}

#cabe_banner {
  top: 0px;
  left: 0px;
  width: 100%;
  clear: both;
  position: relative;
  height: 310px;
}

#menu_arriba {
  position: relative;
  display: inline-block;
  right: -50px;
}

#banner {
  clear: both;
  margin-left: 20px;
  height: 310;
  position: relative;
  width: 911px;
}

#banner img {
  border: 5px solid #0066CC;
  margin: 5px 0 0 5px;
}

#logo {
  float: left;
  display: inline-block;
  margin: 15px 0 0px 25px;
}

#logo
img {
  width: 155px;
}

#izquierda {
  float: left;
  position: relative;
  width: 290px;
  left: 25px;
  clear: left;
  height: 400px;
}

#centro {
  float: left;
  position: relative;
  width: 290px;
  left: 40px;
  height: 350px;
}

#derecha {
  float: left;
  position: relative;
  width: 290px;
  left: 55px;
  height: 350px;
}

#secciones {
  width: auto;
  height: 45px;
  background-image: url(../imagenes/titulos_H1.jpg);
  background-repeat: repeat-x;
  position: relative;
  left: 0px;
  top: 0px;
  background-position: top;
}

#secciones H1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  color: #FFFFFF;
  padding-left: 1em;
  line-height: 2.5;
  margin: 0.5em;
}

#secciones_internas {
  height: 45px;
  background-repeat: repeat-x;
  position: relative;
  background-position: top;
  background-image: url(../imagenes/titulos_H1.jpg);
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #D1D1D1;
  border-left-color: #D1D1D1;
  width: auto;
}

#secciones_internas H1 {
  font-size: 1em;
  color: #FFFFFF;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  padding-left: .5em;
  padding-top: .5em;
  margin: 0.5em;
  line-height: 1;
}

#cont_secciones {
  font-size: .8em;
  padding: 0 5px 0 10px;
  position: relative;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #E0E0E0;
  border-left-color: #E0E0E0;
  line-height: 1.7;
}

#cont_secciones li {
  margin-left: -25px;
  padding-bottom: 10px;
  list-style-image: url(../imagenes/bullet.png);
  color: #333333;
}

#cont_secciones_bloq li {
  margin-left: -25px;
  padding-bottom: 10px;
  list-style-image: url(../imagenes/bullet.png);
  color: #333333;
}

#cont_secciones_bloq
.lista {
  padding-left: 100px;
}

#cont_secciones p {
  color: #333333;
  padding-right: 15px;
  padding-bottom: 15px;
}

#cont_secciones a {
  color: #0066CC;
  padding-right: 15px;
  padding-bottom: 15px;
}

#cont_secciones a:hover {
  color: #000000;
  padding-right: 15px;
  padding-bottom: 15px;
}

#img_izquierda {
  float: left;
  position: relative;
  left: 25px;
}

#img_centro {
  float: left;
  position: relative;
  left: 40px;
}

#img_derecha {
  float: left;
  position: relative;
  left: 55px;
}

/* menu inicial */
#navi {
  list-style: none;
  margin: 0px;
}

#navi
li {
  margin: 0 5px;
  float: left;
  background: -webkit-linear-gradient(#9a9a9a, #cfcfcf);
  background: -o-linear-gradient(#9a9a9a, #cfcfcf);
  background: linear-gradient(#9a9a9a, #cfcfcf);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.3), 0 0 5px 2px rgba(255, 255, 255, 0.2) inset;
}

#navi
li:nth-child(4)
a {
  padding-top: 15px;
}

#navi
li
a {
  box-sizing: border-box;
  display: block;
  width: 100px;
  height: 50px;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  color: #3F3F3F;
  padding: 25px 0 0 0;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  vertical-align: baseline;
}

#navi
li
a:hover {
  color: black;
  background: -webkit-linear-gradient(#ffd220, #f1edd0);
  background: -o-linear-gradient(#ffd220, #f1edd0);
  background: linear-gradient(#ffd220, #f1edd0);
}

.menu_actual {
  font-size: 36px;
  background: -webkit-linear-gradient(#ff6c00, #ffdba5);
  background: -o-linear-gradient(#ff6c00, #ffdba5);
  background: linear-gradient(#ff6c00, #ffdba5);
}

/* fin menu inicial */
/*    imagenes abajo   */
#img_abajo {
  width: 100%;
  clear: both;
}

/* Subir */
#subir {
  position: fixed;
  bottom: 100px;
  left: 90vw;
}

#subir
a {
  font-size: .7em;
  font-weight: bold;
  text-decoration: none;
  color: #0066FF;
  padding: 1em 1.2em 1em 3em;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  position: relative;
  display: none;
  border-radius: 2px;
  text-shadow: 0px 0px 2px white;
}

#subir
a::before {
  content: " ";
  position: absolute;
  left: 1.1em;
  top: 1.4em;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ff5500;
}

#subir
a:hover {
  font-weight: bold;
  color: #000000;
}

#subir
a:hover:before {
  top: 1.2em;
}

/* fin subir */
/* Pie */
#pie {
  background-image: url(../imagenes/pie.jpg);
  width: 100%;
  height: 82px;
  clear: both;
}

.txt_pie {
  font-size: 11px;
  color: #FFFFFF;
  text-align: center;
  padding: 20px 0px 10px 0px;
}

.creditos_01 {
  font-size: 9;
  color: #CCCCCC;
}

#barra_idioma {
  float: right;
  margin-right: 25px;
}

.txt_idioma {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma, "Gill Sans MT", "Trebuchet MS";
}

.marcas {
  display: inline-block;
  padding: 0.8em 1.2em;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  text-align: center !important;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  margin-right: 0.9em;
  margin-left: 0.9em;
}

.marcas
img {
  max-height: 50px;
}

.cont_cen_contac {
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 10px;
}

#bloque_cont {
  float: left;
  position: relative;
  clear: left;
  margin-right: 25px;
  padding-left: 25px;
  /*width: 870px;*/
}

#secciones_bloq {
  width: 290px;
  height: 45px;
  background-image: url(../imagenes/titulos_H1.png);
  background-repeat: no-repeat;
  position: relative;
  left: 0px;
  top: 0px;
}

#cont_secciones_bloq {
  font-size: .8em;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #E0E0E0;
  border-left-color: #E0E0E0;
  line-height: 1.7;
  width: 870px;
}

#cont_secciones_bloq p {
  color: #333333;
  text-align: justify;
}

#secciones_bloq H1 {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, Tahoma, "Gill Sans MT";
  padding-left: 20px;
  padding-top: 3px;
}

.imagen_izq {
  float: left;
  margin-right: 10px;
}

.imagen_der {
  float: right;
  margin-left: 10px;
}

.imagen_cen {
  text-align: center;
}

#izquierda_1 {
  position: relative;
  width: 220px;
  display: inline;
  float: left;
  margin-left: 24px;
  vertical-align: top;
}

#derecha_2 {
  position: relative;
  width: 220px;
  display: inline;
  float: left;
  padding-left: 8px;
}

#izquierda_3 {
  position: relative;
  width: 220px;
  display: inline;
  float: left;
  padding-left: 8px;
}

#derecha_4 {
  position: relative;
  width: 220px;
  display: inline;
  float: left;
  padding-left: 8px;
}
