@import url(http://fonts.googleapis.com/css?family=Roboto:400,900,700,500italic,500,400italic,300italic,300,700italic,900italic);
body {
  font-size: 100%;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
a.activo {
  font-weight: bold;
}
.menu_atras .aviso_legal {
  display: block;
  width: 120px;
  float: right;
}
.ryr a:hover {
  font-weight: bold;
  text-decoration: none;
}
.negrita {
  font-weight: 700;
}
.contenidos.solo {
  background-image: none !important;
}
.contenidos.solo div.img {
  /*text-align: center;*/
}
#datos .contenidos.solo div.img {
  text-align: center;
}
/*********************************************/
/**	LAYOUT ALL SCREENS 
/*********************************************/
/**** CABECERA *****/
.cabecera {
  height: 150px;
  position: relative;
  background: #99c027 url("../img/fondo_cabecera.png") top left no-repeat;
}
.cabecera .btn_mov_menu {
  display: none;
}
.cabecera h1 {
  position: absolute;
  width: 268px;
  height: 101px;
  left: 100px;
  text-indent: -3000px;
  background: url('../img/logo.png') top left no-repeat;
}
.cabecera h1 a {
  width: 268px;
  height: 101px;
  display: block;
}
.cabecera .select_idioma {
  float: left;
  height: 150px;
  width: 90px;
  position: absolute;
  right: 0;
  top: 0;
}
.cabecera .select_idioma ul {
  margin: 0;
  padding: 49px 0;
  height: 150px;
}
.cabecera .select_idioma ul li {
  list-style: none;
  padding-left: 1rem;
  color: #99c027;
}
.cabecera .select_idioma ul li a {
  color: #99c027;
  text-transform: uppercase;
  font-size: 1.75rem;
}
.cabecera .select_idioma ul li.first {
  border-bottom: 2px solid #99c027;
}
.cabecera .menu {
  float: right;
  width: 67%;
  background: url('../img/fondo_menu_cabecera.png') left 75px no-repeat;
  padding: 0;
}
.cabecera .menu a.activo {
  font-weight: 900;
}
.cabecera .menu .principal {
  width: 90%;
  float: left;
}
.cabecera .menu .principal li:nth-child(1),
.cabecera .menu .principal li:nth-child(2) {
  height: 75px;
  padding-top: 45px;
  background: url('../img/border_menu_p.png') top left no-repeat;
}
.cabecera .menu .principal li:nth-child(3),
.cabecera .menu .principal li:nth-child(4) {
  height: 75px;
  background: url('../img/border_menu_p.png') left -37px no-repeat;
}
.cabecera .menu .idiomas {
  float: right;
  width: 10%;
  padding-left: 0;
  background-color: #0f693b;
  height: 150px;
  margin-top: 0;
  text-align: center;
}
.cabecera .menu .idiomas li:nth-child(1) {
  padding-top: 50px;
  border-bottom: 1px solid #99c027;
}
.cabecera .menu ul li {
  list-style: none;
  padding-top: 10px;
}
.cabecera .menu ul li a {
  color: #ffffff;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 400;
}
.cabecera .menu ul li a:hover {
  font-weight: 900;
}
/**INDEX**/
#home #contenedor .recursos h2 {
  padding-top: 264px;
  background: #eb6e26 url("../img/home_titulo_recursos.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
#home #contenedor .recursos h2 span {
  display: block;
  height: 50px;
  padding-left: 142px;
  padding-top: 14px;
  background-color: #eb6e26;
}
#home #contenedor .recursos p.descripcion {
  padding-left: 142px;
  font-size: 1.5rem;
  padding-top: 1rem;
  font-weight: 400;
  width: 75%;
  background: url("../img/triangulo_recursos.png") 49px -4px no-repeat;
}
#home #contenedor .recursos li {
  padding-left: 75px;
  list-style: none;
}
#home #contenedor .recursos li a {
  border-top: 1px solid #eb6e26;
  font-weight: 900;
  font-size: 1.7rem;
  display: block;
  min-height: 80px;
  line-height: 1.9rem;
  color: #000;
  padding: 17px 0;
  margin-left: 30px;
}
#home #contenedor .recursos li:nth-of-type(1) {
  background: url("../img/ico_mh_recursos_0.png") left 50% no-repeat;
}
#home #contenedor .recursos li:nth-of-type(2) {
  background: url("../img/ico_mh_recursos_1.png") left 50% no-repeat;
}
#home #contenedor .recursos li:nth-of-type(3) {
  background: url("../img/ico_mh_recursos_2.png") left 50% no-repeat;
}
#home #contenedor .datos h2 {
  padding-top: 264px;
  background: #009db7 url("../img/home_titulo_datos.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
#home #contenedor .datos h2 span {
  display: block;
  height: 50px;
  padding-left: 142px;
  padding-top: 14px;
  background-color: #009db7;
}
#home #contenedor .datos p.descripcion {
  padding-left: 142px;
  font-size: 1.5rem;
  padding-top: 1rem;
  font-weight: 400;
  width: 75%;
  background: url("../img/triangulo_datos.png") 49px -4px no-repeat;
}
#home #contenedor .datos li {
  padding-left: 75px;
  list-style: none;
}
#home #contenedor .datos li a {
  border-top: 1px solid #009db7;
  font-weight: 900;
  font-size: 1.7rem;
  display: block;
  min-height: 80px;
  line-height: 1.9rem;
  color: #000;
  padding: 17px 0;
  margin-left: 30px;
}
#home #contenedor .datos li:nth-of-type(1) {
  background: url("../img/ico_mh_datos_0.png") left 50% no-repeat;
}
#home #contenedor .datos li:nth-of-type(2) {
  background: url("../img/ico_mh_datos_1.png") left 50% no-repeat;
}
#home #contenedor .datos li:nth-of-type(3) {
  background: url("../img/ico_mh_datos_2.png") left 50% no-repeat;
}
a.residuos {
  color: #009db7;
}
/** CONTENIDOS **/
.menu_atras {
  padding-left: 99px;
  clear: both;
  padding-top: 1rem;
}
.menu_atras .btn_atras {
  display: inline-block;
  width: 23%;
}
#datos .menu_atras a {
  color: #009db7;
}
#recursos .menu_atras a {
  color: #eb6e26;
}
#empresa .menu_atras a {
  color: #0f693b;
}
#recursos .recursos {
  width: 27.8%;
  padding-left: 0;
}
#recursos .recursos h2 {
  padding-top: 247px;
  color: #fff;
  font-weight: 900;
  font-size: 1.35rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
#recursos .recursos h2 span {
  display: block;
  height: 50px;
  padding-left: 92px;
  padding-top: 17px;
  background-color: #eb6e26;
}
#recursos .recursos ul {
  background: url("../img/triangulo_recursos.png") 92% -4px no-repeat;
}
#recursos .recursos li {
  padding-left: 25px;
  list-style: none;
}
#recursos .recursos li a,
#recursos .recursos li .como_a {
  border-bottom: 1px solid #eb6e26;
  min-height: 80px;
  padding: 17px 0;
  font-weight: 400;
  font-size: 1.35rem;
  display: block;
  line-height: 1.9rem;
  color: #000;
  margin-left: 30px;
}
#recursos .recursos li .como_a {
  font-weight: 700;
}
#recursos .recursos li a.activo,
#recursos .recursos li a:hover {
  color: #eb6e26;
}
#recursos .recursos li a.activo {
  font-weight: 900;
}
#datos .datos {
  width: 27.8%;
  padding-left: 0;
}
#datos .datos h2 {
  padding-top: 247px;
  color: #fff;
  font-weight: 900;
  font-size: 1.35rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
#datos .datos h2 span {
  display: block;
  height: 50px;
  padding-left: 92px;
  padding-top: 17px;
  background-color: #009db7;
}
#datos .datos ul {
  background: url("../img/triangulo_datos.png") 92% -4px no-repeat;
}
#datos .datos li {
  padding-left: 25px;
  list-style: none;
}
#datos .datos li a,
#datos .datos li .como_a {
  border-bottom: 1px solid #009db7;
  padding: 12px 0;
  font-weight: 400;
  font-size: 1.35rem;
  display: block;
  line-height: 1.9rem;
  color: #000;
  margin-left: 30px;
}
#datos .datos li .como_a {
  font-weight: 700;
}
#datos .datos li a.activo,
#datos .datos li a:hover {
  color: #009db7;
}
#datos .datos li a.activo {
  font-weight: 900;
}
#empresa .empresa {
  width: 27.8%;
  padding-left: 0;
}
#empresa .empresa h2 {
  padding-top: 247px;
  color: #fff;
  font-weight: 900;
  font-size: 1.35rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
#empresa .empresa h2 span {
  display: block;
  height: 50px;
  padding-left: 92px;
  padding-top: 17px;
  background-color: #0f693b;
}
#empresa .empresa ul {
  background: url("../img/triangulo_empresa.png") 92% -4px no-repeat;
}
#empresa .empresa li {
  padding-left: 25px;
  list-style: none;
}
#empresa .empresa li a,
#empresa .empresa li .como_a {
  border-bottom: 1px solid #0f693b;
  min-height: 80px;
  padding: 17px 0;
  font-weight: 400;
  font-size: 1.35rem;
  display: block;
  line-height: 1.9rem;
  color: #000;
  margin-left: 30px;
}
#empresa .empresa li .como_a {
  font-weight: 700;
}
#empresa .empresa li a.activo,
#empresa .empresa li a:hover {
  color: #0f693b;
}
#empresa .empresa li a.activo {
  font-weight: 900;
}
#empresa.p1 .empresa h2 {
  background: #ffffff url("../img/imgmenu_empresa_1.png") no-repeat -65px -48px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#empresa.p1 .contenidos {
  background: url("../img/ico_empresa_1.png") 87% bottom no-repeat;
}
#empresa.p2 .empresa h2 {
  background: #ffffff url("../img/imgmenu_empresa_2.png") no-repeat -65px -48px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#empresa.p2 .contenidos {
  background: url("../img/ico_empresa_2.png") 87% bottom no-repeat;
}
#recursos.p1 .recursos h2 {
  background: #ffffff url("../img/imgmenu_recursos_1.png") no-repeat -65px -48px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#recursos.p1 .contenidos {
  background: url("../img/ico_recursos_1.png") 87% bottom no-repeat;
}
#recursos.p2 .recursos h2 {
  background: #ffffff url("../img/imgmenu_recursos_2.png") no-repeat -65px -48px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#recursos.p2 .contenidos {
  background: url("../img/ico_recursos_2.png") 87% bottom no-repeat;
}
#recursos.p3 .recursos h2 {
  background: #ffffff url("../img/imgmenu_recursos_3.png") no-repeat -65px -48px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#recursos.p3 .contenidos {
  background: url("../img/ico_recursos_3.png") 87% bottom no-repeat;
}
#datos.p1 .datos h2 {
  background: #ffffff url("../img/imgmenu_datos_1.png") no-repeat -65px -48px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#datos.p1 .contenidos {
  background: url("../img/ico_datos_1.png") 87% bottom no-repeat;
}
#datos.p2 .datos h2 {
  background: #ffffff url("../img/imgmenu_datos_2.png") no-repeat -65px -48px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#datos.p2 .contenidos {
  background: url("../img/ico_datos_2.png") 87% bottom no-repeat;
}
#datos.p3 .datos h2 {
  background: #ffffff url("../img/imgmenu_datos_3.png") no-repeat -65px -48px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#datos.p3 .contenidos {
  background: url("../img/ico_datos_3.png") 87% bottom no-repeat;
}
.maincontent .contenidos {
  width: 72.2%;
  padding-right: 0;
  overflow: hidden;
}
.maincontent .contenidos .texto {
  padding-top: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  width: 66%;
}
.maincontent .contenidos h2 {
  padding: 16px 0;
  width: 89%;
}
#recursos .maincontent .contenidos {
  margin-top: 11px;
}
#recursos .maincontent .contenidos h2 {
  font-size: 1.34rem;
  margin-top: 0;
  border-bottom: 1px solid #eb6e26;
  color: #eb6e26;
}
#datos .maincontent .contenidos {
  margin-top: 11px;
}
#datos .maincontent .contenidos h2 {
  font-size: 1.34rem;
  margin-top: 0;
  border-bottom: 1px solid #009db7;
  color: #009db7;
}
#empresa .maincontent .contenidos {
  margin-top: 11px;
}
#empresa .maincontent .contenidos h2,
#empresa .maincontent .contenidos h3,
#empresa .maincontent .contenidos h4 {
  font-size: 1.34rem;
  margin-top: 0;
  border-bottom: 1px solid #0f693b;
  color: #0f693b;
}
#empresa .maincontent .contenidos h3 {
  font-size: 1.2rem;
}
#empresa .maincontent .contenidos h4 {
  font-size: 1rem;
}
#home .maincontent .recursos {
  padding-left: 0;
}
#home .maincontent .datos {
  padding-right: 0;
}
#home .maincontent .empresa {
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  /*.container{
		width: 1375px;
	}*/
  .cabecera h1 {
    position: absolute;
    width: 200px;
    height: 73px;
    top: 14px;
    left: 17%;
    background: url('../img/logo.png') top left no-repeat;
    background-size: cover;
  }
  .cabecera .menu .idiomas {
    width: 20%;
  }
}
@media screen and (max-width: 992px) {
  #recursos nav.recursos,
  #datos nav.recursos,
  #empresa nav.recursos,
  #recursos nav.datos,
  #datos nav.datos,
  #empresa nav.datos,
  #recursos nav.empresa,
  #datos nav.empresa,
  #empresa nav.empresa {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  #recursos nav.recursos h2,
  #datos nav.recursos h2,
  #empresa nav.recursos h2,
  #recursos nav.datos h2,
  #datos nav.datos h2,
  #empresa nav.datos h2,
  #recursos nav.empresa h2,
  #datos nav.empresa h2,
  #empresa nav.empresa h2 {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  #recursos nav.recursos ul,
  #datos nav.recursos ul,
  #empresa nav.recursos ul,
  #recursos nav.datos ul,
  #datos nav.datos ul,
  #empresa nav.datos ul,
  #recursos nav.empresa ul,
  #datos nav.empresa ul,
  #empresa nav.empresa ul {
    padding: 0;
    margin: 0;
  }
  #recursos nav.recursos ul li,
  #datos nav.recursos ul li,
  #empresa nav.recursos ul li,
  #recursos nav.datos ul li,
  #datos nav.datos ul li,
  #empresa nav.datos ul li,
  #recursos nav.empresa ul li,
  #datos nav.empresa ul li,
  #empresa nav.empresa ul li {
    padding: 0;
    margin: 0;
  }
  #recursos nav.recursos ul li a,
  #datos nav.recursos ul li a,
  #empresa nav.recursos ul li a,
  #recursos nav.datos ul li a,
  #datos nav.datos ul li a,
  #empresa nav.datos ul li a,
  #recursos nav.empresa ul li a,
  #datos nav.empresa ul li a,
  #empresa nav.empresa ul li a,
  #recursos nav.recursos ul li .como_a,
  #datos nav.recursos ul li .como_a,
  #empresa nav.recursos ul li .como_a,
  #recursos nav.datos ul li .como_a,
  #datos nav.datos ul li .como_a,
  #empresa nav.datos ul li .como_a,
  #recursos nav.empresa ul li .como_a,
  #datos nav.empresa ul li .como_a,
  #empresa nav.empresa ul li .como_a {
    min-height: initial;
    padding: 1rem 0;
    margin: 0;
  }
  #empresa iframe {
    width: 100%;
  }
  .maincontent .contenidos {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .maincontent .cabecera nav {
    display: none;
  }
  .maincontent .contenidos {
    width: 100%;
  }
  #home #contenedor .recursos h2,
  #home #contenedor .datos h2,
  #home #contenedor .empresa h2 {
    font-size: 1.7rem;
  }
  #home #contenedor .recursos h2 span,
  #home #contenedor .datos h2 span,
  #home #contenedor .empresa h2 span {
    padding-top: 8px;
  }
}
@media screen and (max-width: 850px) {
  .menu .principal {
    display: none;
  }
  .cabecera .btn_mov_menu {
    display: block;
  }
}
@media screen and (max-width: 1070px) {
  .cabecera .menu {
    background: none;
  }
  .cabecera .menu ul {
    float: right;
  }
  .cabecera .menu .principal {
    float: right;
    width: auto;
    width: 60%;
    height: 150px;
    border-left: 1px solid #fff;
    padding-left: 0;
  }
  .cabecera .menu .principal li.col-md-6 {
    float: initial;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: .6rem;
    height: initial;
  }
  .cabecera .menu .principal li.col-md-6:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 850px) {
  .ryr #contenedor {
    margin-top: 40px;
  }
  .maincontent {
    position: relative;
  }
  .menu_atras {
    position: absolute;
    top: 625px;
  }
  body#empresa.ryr.p2 .menu_atras {
    top: 768px;
  }
  a.residuos {
    position: absolute;
    top: 632px;
    font-size: 1.4rem;
    padding-left: 12px;
  }
}
/**MENU LATERAL**/
body.ryr {
  overflow-x: hidden;
  height: 100%;
  background-color: #E7F1E8;
}
.pie {
  background-color: #E7F1E8;
  text-align: center;
  min-height: 20px;
  padding: 10px 0;
  position: relative;
}
.pie a,
.pie span {
  display: inline-block;
  padding-bottom: 5px;
}
.pie .separador {
  position: absolute;
  top: 10px;
  width: 1px;
  height: 15px;
  margin-padding: 0 5px;
  background-color: #000;
}
.pie a {
  color: #000;
  margin-left: 5px;
}
.pie a:hover {
  font-weight: 400;
}
.pie span {
  margin-right: 3px;
}
.btn_mov_menu {
  display: block;
  position: absolute;
  width: 50px;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  text-align: center;
}
.btn_mov_menu span {
  font-size: 3.5rem;
}
.btn_mov_menu:hover,
.btn_mov_menu:visited {
  color: #e6e6e6;
}
#contenedor {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #fff;
  background-color: #fff;
  padding: 0;
  height: 825px;
}
body.legal #contenedor {
  height: initial;
}
body.legal #contenedor .contenidos {
  float: initial;
}
.container {
  width: 98%;
  max-width: 1375px;
}
.mov-navegacion {
  width: 300px;
  height: 100vh;
  top: 0;
  position: fixed;
  z-index: 20;
  background-color: #67b5d1;
  overflow: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mov-navegacion {
  left: -300px;
}
body.menu-open .mov-navegacion {
  left: 0;
}
body.menu-open #contenedor {
  left: 300px;
}
.mov-navegacion {
  background: #116a3b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #116a3b 0%, #97be27 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #116a3b), color-stop(100%, #97be27));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #116a3b 0%, #97be27 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #116a3b 0%, #97be27 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #116a3b 0%, #97be27 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #116a3b 0%, #97be27 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#116a3b', endColorstr='#97be27', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: inset -11px 0px 5px 0px rgba(50, 50, 50, 0.23);
  -moz-box-shadow: inset -11px 0px 5px 0px rgba(50, 50, 50, 0.23);
  box-shadow: inset -11px 0px 5px 0px rgba(50, 50, 50, 0.23);
}
.mov-navegacion h2 {
  color: #fff;
}
.mov-navegacion ul {
  width: 100%;
  padding-left: 0;
  margin: 0 auto;
}
.mov-navegacion a {
  color: #fff;
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .2rem;
}
.mov-navegacion a:hover {
  background-color: #3D8634;
  font-weight: 400;
}
.mov-navegacion li.consubmenu.uno {
  _background-color: #e36015;
}
.mov-navegacion li.consubmenu.uno ul {
  _background-color: #b44c11;
}
.mov-navegacion li.consubmenu.dos {
  _background-color: #00879e;
}
.mov-navegacion li.consubmenu.dos ul {
  _background-color: #005b6b;
}
.mov-navegacion li {
  font-size: 1.2rem;
  list-style: none;
  color: #fff;
}
.mov-navegacion li ul li {
  padding-left: 0;
}
.mov-navegacion li ul li a {
  padding-left: 1rem;
}


.pie-ue{
        width: 98%;
        max-width: 1375px;
        margin: 0 auto;
}

.pie-ue:after{
        display: block;
        content: ' ';
        clear: both;
}

.pie-ue .logo-ue{
        float:left;
        width: 10%;
}

.pie-ue p{
        float:left;
        width:90%;
}

.pie-ue .texto-pie-ue{
  text-align: left;
}
.pie-ue .texto-pie-ue.texto-principal{
  font-size: 12px;
}

