
/* =Nueva landing noticias - css
-------------------------------------------------------------- */

/* =Contenedor general
-------------------------------------------------------------- */
#intro{
  width: 980px;
  margin: 0 auto;
}

.newsHead {
  position: absolute; 
  display: block; 
  top: 22px; 
  left: 27px
}

.newsHead  h1, .newsHead  h2{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.newsHead  h1{
  font-size: 14px;
  color: #69CBEF;
  margin:0;
}

.newsHead  h2{
  font-size: 18px;
  color: #fff;
  margin: 5px 0 0;
}

/* =Bloque noticias
-------------------------------------------------------------- */
#landNews {
  width: 710px;
  overflow:hidden; 
  float:left;
  margin: 0 0 0 15px;
}

#landNews h2{
  font: bold 19px/34px "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 0 0 30px 54px;
  color: #333;
  margin: 0;
  display:table;
}

#landNews h2.LastNews {
  background: url('/img/newsLastnewsIcon.png') 8px 0 no-repeat;
}

#landNews h2.programacion {
  background: url('/img/newsDestacadosIcon.png') 8px 0 no-repeat;
}

#landNews h2.deportes {
  background: url('/img/newsDeportesIcon.png') 8px 0 no-repeat;
}

#landNews h2.comunicados {
  background: url('/img/newsComunicadosIcon.png') 8px 0 no-repeat;
}

#landNews h2.responsabilidad {
  background: url('/img/newsEventosIcon.png') 8px 0 no-repeat;
}

#landNews h2.eventos {
  background: url('/img/newsEventosIcon.png') 8px 0 no-repeat;
}

#landNews h2.concursos {
  background: url('/img/newsConcursosIcon.png') 8px 0 no-repeat;
}

#landNews h2.promociones {
  background: url('/img/newsPromocionesIcon.png') 8px 0 no-repeat;
}

#landNews img {
  float: left;
  margin: 0 20px 0 0;
  border:0;
}

#landNews article h3 { 
  color: #0076BF;
  font: bold 14px/16px  "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

#landNews article h4 { 
  font: bold 12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #333;
  display: block;
  margin: 0 0 8px 0;
}

#landNews article h1, #landNews article h2{
  padding: 0;
}

div.content-news {
  width: 690px;
  overflow: hidden;
  padding: 0 0 35px 0;
}

div.content-news .supera-alto-img {
  width: 393px;
  float: right;
}
.content-news p {
  margin: 0 0 5px;
  font: 12px/17px Arial, Helvetica, sans-serif;
}
.content-news p sup {
  line-height:0;
}

.content-news a {
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #00ABE3;
  padding: 4px 0 0 0;
  text-decoration: none;
}

.content-news a:hover {
  text-decoration: underline;
}
.content-news a:hover.title-h3 {
  text-decoration: none;
}

-content {
  float:left;
  width: 350px; 
  padding: 0;
}
 
.content-news .legal {
  color: #666;
  font-size: 10px;
  line-height: 12px;
  margin: 8px 0 0;
}

.content-news .legal-content p.legal a {
  font: bold 10px Arial, Helvetica, sans-serif;
  color: #00ABE3;
  text-decoration: none;
}

.content-news .caja_contenido p.legal a {
    font: bold 10px Arial, Helvetica, sans-serif;
    color: #00ABE3;
    text-decoration: none;
}
.caja_contenido {
  display: none;
}

/* =Generales
-------------------------------------------------------------- */
article {
  background: #fff;
  border: 1px solid #F2F2F2;
  margin: 0 0 48px;
  padding: 18px 9px 0;
  float: left;
}

article.bg-des {
  background: #F2FCFF;
}

section {
  background: #fff url('/img/newsHeadBg.jpg') 0 0 no-repeat;
  float: left;
  overflow:hidden;
  width: 980px;
  padding: 150px 0 0;
  position: relative;
}

.separadores {
  clear: both;
}

/* =Targetter
-------------------------------------------------------------- */
#rightCol {
  float: right;
  width: 230px;
  overflow: hidden;
} 

#rightCol .content p {
  font-weight: normal;
}