  /*ESTILOS GENERALES*/

*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body{
  font-family: 'Baloo Paaji 2', cursive;
}
.contenedor{
  width: auto;
  margin: 0 auto;
  background-color: #EDE6DD;
}

/*HEADER*/
.header .contenedor{
  margin: 0px 15px 0px 15px;
  font-size: 14px;
  background-color: #EDE6DD;
}

.header .contenedor .logo{
  float: left;
  padding-left: 30px;
}
.header .contenedor .top-menu{
  float: right;
  padding-top: 30px;
  padding-right: 30px;
}
.header .contenedor .top-menu ul{
  list-style: none;
}
.header .contenedor .top-menu ul li{
float: left;
font-size: 18px;
}
.header .contenedor .top-menu ul li a{
text-decoration: none;
color: #363940;
padding: 10px 30px;
display: inline-block;
}
.header .contenedor .top-menu ul li a:hover{
  color: #d62140;
}

/*INDEX*/

/*MAIN*/

/*Banner*/

.main .banner{
  padding: 0;
}
.main .banner .contenedor .banner-principal{
  width: 100%;
}
.main .banner .contenedor .banner-principal img{
  width: 100%;
}

/*BLOG*/
/*Secciones nones*/
#linea{
  z-index:92;
  width:96px;
  height:4px;
  background-color:#FFFFFF;
  margin-left:525px;
  margin-top:7px;
  margin-bottom: 7px;
  position:relative;
}
#linea2{
  width:96px;
  height:4px;
  background-color:#d62140;
  margin-top:7px;
  margin-bottom: 15px;
  position:relative;
}
#linea3{
  z-index:92;
  width:96px;
  height:4px;
  background-color:#FFFFFF;
  margin-left:5px;
  margin-bottom: 7px;
  position:relative;
}
p{
  font-family: 'Cardo', serif;
}
h3{
  font-weight:lighter;
  font-family: 'Baloo Paaji 2', cursive;
  font-size: 25px;
}
.blog .contenedor{
  width: auto;
  padding: 2% 10% 2% 10%;
  overflow: hidden;
  background-image: url('/~celestinagraphic/css/BG.png');
  background-repeat: repeat-y;
  background-size: contain;
}
.blog .contenedor a{
  background-color: #d62140;
  color:white;
  font-family: 'Cardo', serif;
  text-decoration: none;
  display: inline-block;
}
.blog .contenedor h2{
  color:#d62140;
  font-size:30px;
  font-family: 'Baloo Paaji 2', cursive;
}
.blog .contenedor h4{
  font-size: 20px;
  font-family: 'Baloo Paaji 2', cursive;
}

/*Secciones nones*/

.blog .contenedor .secciones .texto{
  float: left;
  text-align: justify;
  width: 45%;
  margin: 0% 3% 0% 0%;
  line-height: 2.0;
}
.blog .contenedor .secciones .aside{
  float: right;
  width: 40%;
  margin: 0% 7% 0% 0%;
}

.blog .contenedor .secciones .aside img{
  width: 100%;
}

/*Secciones pares*/

.blog .contenedor-par{
  background: #d62140;
  padding: 60px;
  overflow: hidden;
}
.blog .contenedor-par p{
  font-family: 'Cardo', serif;
  font-size: 18px;
}
.blog .contenedor-par h2{
  font-size:28px;
  font-family: 'Baloo Paaji 2', cursive;
}
.blog .contenedor-par a{
  color:#d8d5d5;
  font-family: 'Baloo Paaji 2', cursive;
}
.blog .contenedor-par .secciones .texto{
  text-align: right;
  float: left;
  color: #ffffff;
  width: 40%;
  margin: 10px;
  line-height: 2.0;
}

.blog .contenedor-par .secciones .widget .youtube-embed{
  float: left;
  align-content: right;
  width: 50%;
  margin: 10px;
}

.blog .contenedor-par .secciones .aside{
  float: right;
  align-content: center;
  width: 40%;
  margin: 10px;
}

.blog .contenedor-par .secciones .aside .texto{
  text-align: left;
  float: right;
  color: #ffffff;
  width: 100%;
  margin: 10px;
  line-height: 2.0;
}

.blog .contenedor-par .secciones .aside .widget .youtube-embed{
  float: right;
  align-content: center;
  width: 50%;
  margin: 10px;
}

.texto-seccion{
  font-weight: lighter;
  font-variant-ligatures: normal;
  line-height: 2.0;
}

/*ARTICULO*/
/*Contenedor*/

.articulo .contenedor{
  width: 100%;
  padding: 2% 10% 2% 10%;
  overflow: hidden;
  background-image: url('/~celestinagraphic/css/BG.png');
  background-repeat: repeat-y;
  background-size: contain;
}
.articulo .contenedor .secciones .resumen{
  text-align: left;
  line-height: 2.0;
}
.articulo .contenedor .secciones .resumen h2{
  color: #d62140;
  text-align: left;
  font-size: 30px;
}
.articulo .contenedor .secciones .resumen .imagenes{
  display: block;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.articulo .contenedor .secciones .resumen .imagenes img{
  height: 200px;
  margin: 30px;
}
.articulo .contenedor .secciones .resumen .imagenes p{
  text-align: center;
}

/*Contenedor 2*/

.articulo .contenedor-2{
  width: auto;
  background: #d62140;
  padding: 60px;
  overflow: hidden;
}
.articulo .contenedor-2 p{
  font-family: 'Cardo', serif;
  font-size: 18px;
}
.articulo .contenedor-2 h3{
  font-size:20px;
  font-family: 'Baloo Paaji 2', cursive;
  color: #000000;
}
.articulo .contenedor-2 a{
  color:#d8d5d5;
  font-family: 'Baloo Paaji 2', cursive;
}
.articulo .contenedor-2 .secciones .texto{
  text-align: center;
  align-items: center;
  color: #ffffff;
  line-height: 2.0;
}

/*Contenedor 3*/

.articulo .contenedor-3{
  padding: 60px;
  overflow: hidden;
}
.articulo .contenedor-3 .secciones .texto{
  float: left;
  text-align: left;
  display: inline-block;
  padding:40px;
  width: 50%;
  margin: 10px;
  line-height: 2.0;
}
.articulo .contenedor-3 .secciones h3{
  font-size:20px;
  font-family: 'Baloo Paaji 2', cursive;
  color: #000000;
}
.articulo .contenedor-3 .secciones h4{
  display: inline-block;
  font-size:15px;
  text-align: center;
  font-family: 'Baloo Paaji 2', cursive;
  color: #000000;
  margin: 0 40px;
}
.articulo .contenedor-3 .secciones .imagenes{
  float: right;
  width: 48%
}
.articulo .contenedor-3 .secciones img{
  margin: 10px;
  height: 400px;
  text-align: center;
}
.articulo .contenedor-3 .secciones .imagenes p{
  text-align: left;
}
.articulo .contenedor-3 .texto img{
  margin: 10px;
  height: 600px;
  text-align: center;
}
.articulo .contenedor-3 .imagenes-2 img{
  height: 300px;
  text-align:center;
  display: inline-block;
  margin-top: 40px;
}
/*Contenedor 4*/

.articulo .contenedor-4{
  padding: 60px;
  overflow: hidden;
  background-color: #f0f0f0;
}
.articulo .contenedor-4 .secciones .texto{
  float: right;
  text-align: left;
  display: inline-block;
  padding:60px;
  width: 50%;
  margin: 10px;
  line-height: 2.0;
}
.articulo .contenedor-4 .secciones .texto h3{
  font-size:20px;
  font-family: 'Baloo Paaji 2', cursive;
  color: #000000;
}
.articulo .contenedor-4 .secciones .imagenes{
  float: left;
  text-align: center;
  width: 48%
}
.articulo .contenedor-4 .secciones .imagenes img{
  width: 500px;
}
.articulo .contenedor-4 .secciones .imagenes p{
  display: inline-block;
  padding-left: 70px;
  padding-right: 70px;
  text-align: left;
  font-family: 'Baloo Paaji 2', cursive;
  font-size: 12px;
  font-weight: bold;
}

/*Contenedor 5*/

.articulo .contenedor-5{
  padding: 60px;
  overflow: hidden;
  background-color: #000000;
}
.articulo .contenedor-5 .secciones .texto{
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 80px;
  line-height: 2.0;
}
.articulo .contenedor-5 .secciones .texto h3{
  display: inline;
  font-size:20px;
  font-family: 'Baloo Paaji 2', cursive;
  color: #ffffff;
}
.articulo .contenedor-5 .secciones img{
  height: 300px;
  margin:10px;
}
.articulo .contenedor-5 .secciones p{
  text-align: center;
  color: #ffffff;
}

/*Contenedor 6*/

.articulo .contenedor-6{
  width: auto;
  background: #fed877;
  padding: 60px;
  overflow: hidden;
}

.articulo .contenedor-6 h3{
  font-size:20px;
  font-family: 'Baloo Paaji 2', cursive;
  color: #000000;
}
.articulo .contenedor-6 a{
  color:#000000;
  font-family: 'Baloo Paaji 2', cursive;
}
.articulo .contenedor-6 .secciones .texto{
  text-align: left;
  float: right;
  color: #000000;
  width: 50%;
  margin: 30px;
  line-height: 2.0;
}
.articulo .contenedor-6 .secciones .imagenes{
  float: left;
  text-align: center;
  width: 40%;
}
.articulo .contenedor-6 .secciones img{
  width: 300px;
  display: inline-block;
  margin-top:150px;
}

/*INVESTIGACION*/

.investigacion .contenedor{
  width: auto;
  padding: 2% 10% 2% 10%;
  overflow: hidden;
  background-image: url('/~celestinagraphic/css/BG.png');
  background-repeat: repeat-y;
  background-size: contain;
}
.investigacion .contenedor .secciones .resumen{
  text-align: center;
  width: 100%;
  margin: 10px;
  line-height: 2.0;
}
.investigacion .contenedor .secciones .resumen h2{
  color: #d62140;
  font-size: 30px;
}

.investigacion .contenedor .secciones .resumen img{
  width: 30%;
}

.investigacion .contenedor-2{
  padding: 60px;
  overflow: hidden;
  background-color: #d62140;
}
.investigacion .contenedor-2 .secciones {
  text-align: center;
  width: 100%;
  margin: 10px;
  line-height: 2.0;
}
.investigacion .contenedor-2 .secciones h2{
  color: #ffffff;
  font-size: 30px;
}
.investigacion .contenedor-3{
  padding: 60px;
  overflow: hidden;
  background-color: #f0f0f0;
}
.investigacion .contenedor-3 .secciones {
  text-align: center;
  width: 100%;
  margin: 10px;
  line-height: 2.0;
}
.investigacion .contenedor-3 .secciones h2{
  color: #d62140;
  font-size: 30px;
}
/* EXTRAS */

.blog .contenedor-3{
  background-image: url('/~celestinagraphic/css/BG.png');
  background-repeat: repeat-y;
  background-size: contain;
  padding: 60px;
  overflow: hidden;
  height: 300px;
}
.blog .contenedor-3 .secciones-centro .texto{
  text-align: center;
}

.boton{
  background-color: #d62140;
  display: inline-block;
  padding: 10px 20px;
}
.boton a{
  text-decoration:none;
  font-family: 'Baloo Paaji 2', cursive;
  font-weight:bold;
  color: #ffffff;
}

.boton-white{
  background-color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
}
.boton-white a{
  color: #d62140;
  text-decoration:none;
  font-family: 'Baloo Paaji 2', cursive;
  font-weight:bold;
}
/*FOOTER*/
.footer{
  padding: 30px;
  overflow:hidden;
  text-align:center;
  background-image: url('/~celestinagraphic/css/BG.png');
  background-repeat: repeat-y;
  background-size: contain;
}
.footer h3{
  font-weight: bold;
}
