﻿
/* ESTILO 650px */
.estilo650 > .noticias { width:645px;}
.estilo650 > .noticias .header { width:645px;height:30px;line-height:30px;padding-left:5px;font-size:18px;background-color:#e7e3e4;}
.estilo650 > .noticias .noticias-left { width:320px;overflow:hidden;float:left;}
.estilo650 > .noticias .noticias-right { width:320px;overflow:hidden;float:right;}
.estilo650 > .noticias .noticia { width:320px;overflow:hidden;float:left;margin-top:10px;margin-bottom:5px;padding-bottom:10px;cursor:pointer;}
.estilo650 > .noticias .noticia .titular { display:block; width:100%;float:left; font-size:16px;font-weight:bold; }
.estilo650 > .noticias .noticia .titular a { text-decoration:none; color:#22292E; }
.estilo650 > .noticias .noticia .imagen { width:140px; height:100px;margin-top:5px;float:left;}
.estilo650 > .noticias .noticia .imagen img { width:140px; height:100px;}
.estilo650 > .noticias .noticia .text { width:160px;margin-top:5px;float:right;}
.estilo650 > .noticias .noticia .text .fecha { font-size:11px; color:#ff6600;}
.estilo650 > .noticias .noticia .text .entradilla { display:block;width:100%; margin-top:5px;}

/* ESTILO 320px */
.estilo320 > .noticias { width:310px;padding:5px;}
.estilo320 > .noticias .header { width:100%;height:25px;line-height:25px;font-size:14px;font-weight:bold;border-bottom:solid 1px gray;}
.estilo320 > .noticias .noticia { display:block;width:310px;overflow:hidden;margin:0 auto;margin-top:10px;margin-bottom:10px;padding-bottom:10px;cursor:pointer;}
.estilo320 > .noticias .noticia .titular { display:block; width:100%;font-size:14px;font-weight:bold; }
.estilo320 > .noticias .noticia .titular a { text-decoration:none; color:#22292E; }
.estilo320 > .noticias .noticia .imagen { width:140px; height:100px;margin-top:5px;float:left;}
.estilo320 > .noticias .noticia .imagen img { width:140px; height:100px;}
.estilo320 > .noticias .noticia .text { width:160px;margin-top:5px;float:right;}
.estilo320 > .noticias .noticia .text .fecha { font-size:11px; color:#ff6600;}
.estilo320 > .noticias .noticia .text .entradilla { display:none;}


