html, body {
  height: 100% !important;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#espacio_izq {
  float: left;
  width: 5%;
  height: 100%;
  position: relative;
  z-index: 1000;
}
#espacio_der {
  float: right;
  width: 5%;
  height: 100%;
  z-index: 1000;
  position: relative;
}
#header {
  position: fixed;
  top: 10px !important;
  width: 90%;
  height: 240px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
}
.content {
  position: relative;
  height: 100%;
  padding-top: 250px;
  padding-right: 0px;
  padding-bottom: 70px;
  padding-left: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation {
    width: 100%;
    position: relative;
    background-image: url("images/fondo_naranja.png");
    background-repeat: repeat-x;
    background-position: center center;
    height: 107px;
    top: 16px;
}
#navigation table {
  vertical-align: middle;
  border-collapse: collapse;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  width: 720px;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 2px;
}
.cabecera {
  text-align: center;
}
.cabecera table {
  vertical-align: middle;
  border-collapse: collapse;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  height: 85px;
  line-height: 0px;
}
#scrollable2 {
  position: relative;
  height: 100%;
  min-width: 350px;
  margin-left: 8%;
  margin-right: 8%;
  overflow: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer {
  width: 90%;
  position: fixed;
  bottom: 15px;
  height: 41px;
  z-index: 999;
  background-color: #ff7900;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  font-family: 'Signika Negative', sans-serif;
}
img, a img {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.content, #navigation, .cabecera {
  background-color: #ffecdb;
}
#cab_izquierda {
  background-position: center center;
  background-repeat: no-repeat;
  width: 19px;
}
#cab_centro {
  background-position: center center;
  background-repeat: repeat-x;
}
#cab_derecha {
  background-position: center center;
  background-repeat: no-repeat;
  width: 22px;
}
.lengua #cab_izquierda {
  background-image: url("images/borde-violeta-izq.png");
}
.lengua #cab_derecha {
  background-image: url("images/borde-violeta-der.png");
}
.lengua #cab_centro {
  background-image: url("images/fondo_violeta.jpg");
}
.sociales #cab_izquierda {
  background-image: url("images/borde-rojo-izq.png");
}
.sociales #cab_derecha {
  background-image: url("images/borde-rojo-der.png");
}
.sociales #cab_centro {
  background-image: url("images/fondo_rojo.jpg");
}
.naturales #cab_izquierda {
  background-image: url("images/borde-verde-izq.png");
}
.naturales #cab_derecha {
  background-image: url("images/borde-verde-der.png");
}
.naturales #cab_centro {
  background-image: url("images/fondo_verde.jpg");
}
.item {
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  background-color: white;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.item h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 33px;
  -epub-text-transform: uppercase;
  text-transform: uppercase;
  font-size: 18pt;
}
h2 + * {
  border-top-style: solid;
  padding-top: 12px;
  margin-top: -2px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.lengua h2 + * {
  border-top-color: #802780;
  border-right-color: #802780;
  border-bottom-color: #802780;
  border-left-color: #802780;
}
.sociales h2 + * {
  border-top-color: #da0328;
  border-right-color: #da0328;
  border-bottom-color: #da0328;
  border-left-color: #da0328;
}
.naturales h2 + * {
  border-top-color: #1ea56d;
  border-right-color: #1ea56d;
  border-bottom-color: #1ea56d;
  border-left-color: #1ea56d;
}
.item h3 {
  -epub-text-transform: uppercase;
  text-transform: uppercase;
  font-size: 14pt;
  font-weight: 400;
}
.orden {
  font-size: 18pt;
  text-align: center;
  vertical-align: top;
  color: white;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: left;
  min-width: 25px;
  padding-top: 19px;
  position: absolute;
  top: 0px;
}
.lengua .orden {
  background-color: #802780;
}
.sociales .orden {
  background-color: #da0328;
}
.naturales .orden {
  background-color: #1ea56d;
}
.lengua h2, .lengua h3 {
  color: #802780;
  border-top-color: #802780;
  border-right-color: #802780;
  border-bottom-color: #802780;
  border-left-color: #802780;
}
.sociales h2, .sociales h3 {
  color: #da0328;
  border-top-color: #da0328;
  border-right-color: #da0328;
  border-bottom-color: #da0328;
  border-left-color: #da0328;
}
.naturales h2, .naturales h3 {
  color: #1ea56d;
  border-top-color: #1ea56d;
  border-right-color: #1ea56d;
  border-bottom-color: #1ea56d;
  border-left-color: #1ea56d;
}
.enlaces, .enlaces h3 {
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  padding-bottom: 6px;
  margin-bottom: 0px;
}
.enlaces {
  padding-top: 0px;
}
.lengua .enlaces {
  border-top-color: #802780;
  border-right-color: #802780;
  border-bottom-color: #802780;
  border-left-color: #802780;
}
.sociales .enlaces {
  border-top-color: #da0328;
  border-right-color: #da0328;
  border-bottom-color: #da0328;
  border-left-color: #da0328;
}
.naturales .enlaces {
  border-top-color: #1ea56d;
  border-right-color: #1ea56d;
  border-bottom-color: #1ea56d;
  border-left-color: #1ea56d;
}
.enlaces h3:before {
  content: ">>> ";
}
p {
  font-weight: 300;
  color: #ff4800;
}
.consigna {
  font-size: 12pt;
  font-weight: 400;
}

a {
  font-size: 13pt;
  font-weight: 600;
  color: #ff4800;
}
li {
  font-size: 12pt;
  color: #707070;
  font-weight: 300;
}
.item table {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-spacing: 2px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: gray;
  border-right-color: gray;
  border-bottom-color: gray;
  border-left-color: gray;
  border-collapse: separate;
  background-color: white;
}
.lengua table {
  color: #802780;
}
.sociales table {
  color: #da0328;
}
.naturales table {
  color: #1ea56d;
}
.item table th {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  font-weight: 400;
  font-size: 12pt;
}
.item table td {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  background-color: #ffecdb;
  font-weight: 400;
  font-size: 11pt;
  min-width: 30px;
}
.lengua .item table th {
  background-color: #e4c8e4;
}
.naturales .item table th {
  background-color: #c9e4cf;
}
.sociales .item table th {
  background-color: #e5bfc5;
}
.placa {
  background-color: #ffecdb;
}
.titulo_home {
  color: white;
}
.titulito {
padding-top: 6px;
color: white;
text-align: center;
min-height: 28px;
background-repeat: no-repeat;
background-position: center;
font-weight: 600;
}

.enlace_home {
 -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background-color: white;
  font-weight: 600;
}

/*
.lengua.enlace_home:before {
  content: ">>  ";
  color: #802780;
  height: 1.5em;
}

.lengua.enlace_home:after {
  content: "  <<";
  color: #802780;
}

.sociales.enlace_home:before {
  content: ">>  ";
  color: #da0328;
}

.sociales.enlace_home:after {
  content: "  <<";
  color: #da0328;
}

.naturales.enlace_home:before {
  content: ">>  ";
  color: #1ea56d;
}

.naturales.enlace_home:after {
  content: "  <<";
  color: #1ea56d;
}
*/
