.news-demo {
  background: #fff;
  padding: 20px;
}

.news-demo h1 {
  text-align: center;
  font-family: Arial, sans-serif;
  color: #777;
  margin-bottom: 40px;
}

.news-demo .p {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 22px;
  margin-top: 70px;
}

.news-demo .p ~ p {
  margin-top: 0;
}

.news-demo .p a {
  text-decoration: underline;
}

.news-demo .p a:hover {
  color: red;
}



.news-holder p {
    margin-bottom: 12px;
    position: relative;
    top: -320px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 24px;
	text-align:justify;
}

p.txt_mitad {
    margin: 0px; 
    position: static;
    top: -310px;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    width: 65%;
	text-align:left;
}


.news-holder {
    width: 100%;
    margin: 0 auto;
    font-family: Verdana, sans-serif;
    font-size: 13px;
}

.news-holder {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

span.titulo {
  color: #db131d;
  font-family: 'OpenSansLight';
  font-size:20px;
}

.news-headlines {
  list-style: none;
  position: relative;
}

  .news-headlines li {
    border-bottom: 1px solid #eee;
    padding: 5px 20px 5px 24px;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 20;
    color: #515151;
    font-size: 15px;
    height: 87.5px;
}

.news-headlines li:first-child {
    margin-top:10px;
}

	.img_chica{
	    width: 35%;
    position: absolute;
    top: 0;
    right: 0;
	    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.img_chica_nocambio{
	    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: absolute;
    top: 0;
    right: 0;
}
  .nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .news-headlines li:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #888;
    vertical-align: middle;
    margin-left: -12px;
    margin-right: 7px;
  }

  .news-headlines li:hover, a:hover {
      cursor: pointer;
  }
  
  
  .news-headlines .highlight {
     width: 100%;
     
     border: 0;
     border-right: 6px solid #db131d;
     border-bottom: 0;
     position: absolute;
     
     right: -6px;
     z-index: 10;
  }

.news-headlines li:first-child.highlight {
     margin-top: 10px;
  }

  .news-headlines .highlight:before {
    display: none;
  }

.news-headlines {
   float: left;
   width: 35%;
   margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-preview {
   float: left;
   border: 0;
   width: 65%;
   background: #fff;
   position: relative;
   z-index: 5;
   min-height: 304px;
   position: relative;
}

  .news-preview img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto 5px auto;
  } 

.news-content {
    position: absolute;
    background: #fff;
    z-index: 10;
    padding: 10px 0 10px 10px;
    top: 0;
    right: 0;
    display: none;
	max-height: 400px;
}

.top-content {
    display: block;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}