.gray { color: #5D646A; }
.bg-gray { background-color: #5D646A; }

/*	index */
.box-portal { margin-right: -40px; }


/* news */
.bg-news { background: url('../img/bgs/news.jpg')no-repeat center; background-size: cover; }
.image-news { max-height: 250px; overflow: hidden; }
/* sections */
.bg-maternal { background: url('../secciones/banners/maternal-irena-sendler.jpg')no-repeat center; background-size: cover; }
.bg-preescolar { background: url('../secciones/banners/preescolar-irena-sendler.jpg')no-repeat center; background-size: cover; }
.bg-primaria { background: url('../secciones/banners/primaria-irena-sendler.jpg')no-repeat center; background-size: cover; }
.bg-secundaria { background: url('../secciones/banners/secundaria-irena-sendler.jpg')no-repeat center; background-size: cover; }
.bg-bachillerato { background: url('../secciones/banners/bachillerato-irena-sendler.jpg')no-repeat center; background-size: cover; }
.bg-unoi { background: url('../secciones/banners/unoi-irena-sendler.jpg')no-repeat center; background-size: cover; }
.bg-psicopedagogico { background: url('../secciones/banners/psicopedagogico-irena-sendler.jpg')no-repeat center; background-size: cover; }
.bg-ingles { background: url('../secciones/banners/ingles-irena-sendler.jpg')no-repeat center; background-size: cover; }

.bg-sections-why { background: url('../img/bgs/sections-why.jpg')no-repeat center; background-size: cover; }
.bg-areas-why { background: url('../img/bgs/areas-why.jpg')no-repeat center; background-size: cover; }
.box-description {
	border-radius: 30px;
	min-height: 260px;
}
.box-description p { color: #b40a0a; padding: 2em 1em; 
    font-family: "Courgette";
    font-size: 1.3em; }


/* footer */
footer ul li a { color: #FFF; }




.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }