/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *  #09a2e5
 * Designed and built with all the love in the world by @mdo and @fat.
 *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* */
@media(max-width:767px){

.padding-col {	padding-right: 30px;
				padding-left: 30px;	}
}

/*! Pagina.php Slider !*/
 .carousel-inner-pag {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner-pag > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner-pag > .item > img,
.carousel-inner-pag > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner-pag > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner-pag > .item.next,
  .carousel-inner-pag > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner-pag > .item.prev,
  .carousel-inner-pag > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner-pag > .item.next.left,
  .carousel-inner-pag > .item.prev.right,
  .carousel-inner-pag > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner-pag > .active,
.carousel-inner-pag > .next,
.carousel-inner-pag > .prev {
  display: block;
}
.carousel-inner-pag > .active {
  left: 0;
}
.carousel-inner-pag > .next,
.carousel-inner-pag > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner-pag > .next {
  left: 100%;
}
.carousel-inner-pag > .prev {
  left: -100%;
}
.carousel-inner-pag > .next.left,
.carousel-inner-pag > .prev.right {
  left: 0;
}
.carousel-inner-pag > .active.left {
  left: -100%;
}
.carousel-inner-pag > .active.right {
  left: 100%;
}
.carousel-control-pag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=70);
  opacity: .7;
}
.carousel-control-pag.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control-pag.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control-pag:hover,
.carousel-control-pag:focus {
  color: #FFF;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control-pag .icon-prev,
.carousel-control-pag .icon-next,
.carousel-control-pag .glyphicon-chevron-left,
.carousel-control-pag .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control-pag .icon-prev,
.carousel-control-pag .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control-pag .icon-next,
.carousel-control-pag .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control-pag .icon-prev,
.carousel-control-pag .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control-pag .icon-prev:before {
  content: '\2039';
}
.carousel-control-pag .icon-next:before {
  content: '\203a';
}
@media screen and (min-width: 768px) {
  .carousel-control-pag .glyphicon-chevron-left,
  .carousel-control-pag .glyphicon-chevron-right,
  .carousel-control-pag .icon-prev,
  .carousel-control-pag .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control-pag .glyphicon-chevron-left,
  .carousel-control-pag .icon-prev {
    margin-left: -15px;
  }
  .carousel-control-pag .glyphicon-chevron-right,
  .carousel-control-pag .icon-next {
    margin-right: -15px;
  }
}
 /*! Pagina.php Slider !*/

 /*! ------------------------------------------------------------------------------- !*/



/* Pagina */
.pagina-top-color {
	color: #fff;
	background-color: #337ab7;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
	display: block;
	height: 25px;
	padding-top: 3px;

}
.pagina-cuerpo h3 {
    font-size: 2.0rem;
    line-height: 2.3rem;
    font-weight: 200;
    font-style: normal;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: justify;
    margin-top: 3%;
}
.pagina-cuerpo h2 {
    font-size: 3.7rem;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: left;
    margin: 0;
	margin-top: 1%;
	line-height: 3.7rem;
    font-weight: 800;
    letter-spacing: .01em;
    word-spacing: -0.1em;
}

.pagina-cuerpo p {
    font-size: 1.7rem;
    line-height: 2.2rem;
    font-weight: 200;
    font-style: normal;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: justify;
    margin-top: 3%;
}
.pagina-cuerpo-kicker a{
    font-size: 1.510rem;
    font-weight: 500;
    font-style: normal;
    font-family: nyt-franklin;
    margin-bottom: 3%;
    margin-top: 2%;
}
.pagina-cuerpo-time {
    font-size: 1.510rem;
    font-weight: 500;
    font-style: normal;
    font-family: nyt-franklin;
    margin-top: 4%;
    color: #999;
    text-align: left;
}
.pagina-imagen-credit {
    font-size: 1.125rem;
    line-height: 0.625rem;
    font-weight: 400;
    font-style: normal;
    font-family: "nyt-franklin",arial,helvetica,sans-serif;
    padding-top: 8px;
    padding-right: 2%;
    font-style: italic;
    text-align: right;
    color: #7B7B7B;
}
.pagina-extra h3{
	padding-bottom:2%;
    font-size: 1.825rem;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: left;
	margin-top: 1%;
	line-height: 1.825rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: .01em;
    word-spacing: -0.1em;
}
.pagina-extra h4{
    color: #999;
    font-size: 1.325rem;
    font-family: "nyt-franklin",arial,helvetica,sans-serif;
    text-align: left;
	margin-top: 1%;
	line-height: 1.375rem;
    font-weight: 700;
    letter-spacing: .01em;
    word-spacing: -0.1em;
}
.pagina-extra h5 {
    font-size: 1.225rem;
    font-weight: 500;
    font-style: normal;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    margin-top: 4%;
    color: #999;
    text-align: left;
}


/* otros */
.list-group-item-top-menu {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #ddd;
}
.list-group-item-top-menu:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item-top-menu:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.a.list-group-item-top-menu {
  color: #fff;
  font-weight:600;
}

.secondary-menu-top{
	margin-bottom:2px;
  float: right;
}
.secondary-menu-top2{
  margin-bottom:2px;
  float: left;
}

.pub_lateral_index {
	max-height: 530px;
	position: relaive;
    overflow: hidden;
    margin-bottom: 1%;
	
}
.papel-der {
	min-height: 1100px;
	border-right: solid 3px rgba(9,162,229, .5);
	border-top: solid 3px rgba(9,162,229, .5) ;
	border-bottom: solid 3px rgba(9,162,229, .5) ;
	background-color: #fbfbfb;
	box-shadow: 0px 0px 5px #c3c3c3;
	font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;	
}


.papel-der img{
padding-bottom:5%;

}

.papel-der h4{
	padding-bottom:2%;
    font-size: 1.825rem;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: left;
    margin: 0;
	margin-top: 1%;
	line-height: 2rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: .01em;
    word-spacing: -0.1em;
}
.papel-der p{
    font-size: 1.225rem;
    text-align: justify;
	margin-top: 1%;
	line-height: 2rem;
}
.papel-izq {
	min-height: 1100px;
	background-color: #fbfbfb;
	box-shadow: 0px 0px 5px #c3c3c3;
    padding-bottom: 5%;
    border: solid 3px #c3c3c3;

}
.seccion-der {
	min-height: 1100px;
	background-color: #fbfbfb;
	box-shadow: 0px 0px 5px #c3c3c3;
	font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;	
}
.seccion-izq {
	min-height: 1100px;
	background-color: #fbfbfb;
	box-shadow: 0px 0px 5px #c3c3c3;
    padding-bottom: 5%;

}
.seccion-izq-nombre {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;

}
.noticia-seccion {
		border-top: solid 2px #3F87C5;
		padding-top: 2%;
		margin-top: 2%;
}
.noticia-seccion h2 {
    font-size: 2.525rem;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: left;
    margin: 0;
	margin-top: 1%;
	line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: .01em;
    word-spacing: -0.1em;
}

.noticia-seccion p {
    font-size: 1.525rem;
    line-height: 2rem;
    font-weight: 200;
    font-style: normal;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: justify;
    margin: 0;
    margin-top: 3%;
}
.noticia-seccion img{
	margin-top: 3%;
	min-height: 140px;
}

.seccion-horoscopo {
		border-top: solid 2px #3F87C5;
		padding-top: 2%;
		margin-top: 2%;
}
.seccion-horoscopo h2 {
    font-size: 2.525rem;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: left;
    margin: 0;
	margin-top: 1%;
	line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: .01em;
    word-spacing: -0.1em;
}

.seccion-horoscopo p {
    font-size: 1.525rem;
    line-height: 2rem;
    font-weight: 200;
    font-style: normal;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: justify;
    margin: 0;
    margin-top: 3%;
}
.seccion-horoscopo img{
	margin-top: 3%;
	width: 100px;
}
.noticia-1 img{
    height: 50%;
    float: auto;
    margin-top: 2%;
}

.noticia-1 h1 {
	font-size: 3.7rem;
	line-height: 3.7rem;
    text-align: center;
    font-weight: 900;
    color: #484848;
    text-shadow: 1px 0px 4px #fff;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
}

.noticia-1 p {
	font-size: 16px;
    text-align: justify;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    margin-top: 2%;
    text-align: justify;
    line-height: 2rem;
}

.noticia-2 {

}
.noticia-2 h2 {
    font-size: 2.525rem;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: left;
    margin: 0;
	margin-top: 1%;
	line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: .01em;
    word-spacing: -0.1em;
}

.noticia-2 p {
    font-size: 1.525rem;
    line-height: 2rem;
    font-weight: 200;
    font-style: normal;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: justify;
    margin: 0;
    margin-top: 2%;
}
.noticia-2 img{
	margin-top: 3%;
	min-height: 130px;
}


/* Secciones  // Hojas */
.kicker {
	/* font-size: 11px; */
    font-size: 1.110rem;
    /* line-height: 11px; */
    line-height: .6875rem;
    font-weight: 400;
    font-style: normal;
    font-family: nyt-franklin;
    margin-bottom: 3%;
    margin-top: 2%;
}
.time {
	/* font-size: 11px; */
    font-size: 1.110rem;
    /* line-height: 11px; */
    font-weight: 500;
    font-style: normal;
    font-family: nyt-franklin;
    margin-top: 4%;
    color: #999;
    text-align: left;
}
.credit {
	/* font-size: 10px; */
    font-size: 1.125rem;
    /* line-height: 10px; */
    line-height: 1.125rem;
    font-weight: 400;
    font-style: normal;
    font-family: "nyt-franklin",arial,helvetica,sans-serif;
    /* max-width: 580px; */
    padding-top: 8px;
    padding-right: 2%;
    font-style: italic;
    text-align: right;
    color: #7B7B7B;
}
.left_1 {
	min-height: 960px;
	background-color: #fbfbfb;
	box-shadow: 0px 0px 5px #c3c3c3;
	padding-top: 2%;
	font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;

}
.right_1 {
	min-height: 960px;
	background-color: #fbfbfb;
	box-shadow: 0px 0px 5px #c3c3c3;
	padding-top: 2%;
	font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;

}
.seccion {
	background-color: #273A84;
	padding: 0.2%;
	margin-bottom: 2px;

}
.seccion h1{
	color: white;
    font-size: 2.125rem;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: center;
    font-weight: 900;
    letter-spacing: .01em;
    word-spacing: -0.1em;
    padding-top: 1%;
}

/* Formatos */
.not-md-12 h4{
	padding-bottom:2%;
    font-size: 1.600rem;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: left;
	margin-top: 1%;
	line-height: 1.6rem;
    font-weight: 700;
    letter-spacing: .01em;
    word-spacing: -0.1em;
}
.not-md-12 h2 {
    font-size: 2.525rem;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: left;
    margin: 0;
	margin-top: 1%;
	line-height: 1.9rem;
    font-weight: 800;
    letter-spacing: .01em;
    word-spacing: -0.1em;
}

.not-md-12 p {
    font-size: 1.525rem;
    line-height: 1.5rem;
    font-weight: 200;
    font-style: normal;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: left;
    margin: 0;
    margin-top: 3%;
}
.not-md-12 img{
	margin-top: 3%;
}
.not-md-4 h2 {
    font-size: 1.525rem;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: left;
    margin: 0;
	margin-top: 1%;
	line-height: 1.9rem;
    font-weight: 800;
    letter-spacing: .01em;
    word-spacing: -0.1em;
}
.not-md-4 img{
	margin-top: 3%;
}
.fun-md-4 h4{
    padding-bottom:2%;
    font-size: 1.600rem;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    text-align: left;
    margin-top: 1%;
    line-height: 1.6rem;
    font-weight: 700;
    letter-spacing: .01em;
    word-spacing: -0.1em;
}
.del-md-6 img {

    margin-bottom: 2%;
     border: solid 2px #c3c3c3;

}
.delivery {
    background-color: rgba(35,144,60, .8);
}
