﻿div#noticiaDestacada
{
    float: left;
    width: 300px;
    height: 310px;
    margin:0 auto;
    margin-right:15px;
    text-align:left;
    border-bottom:solid 1px #cecfcf;
}

div#noticiaDestacada a.titulo
{
   font-weight:bold;
   font-size:1.2em;
}

div#noticiaDestacada a.titulo hover
{
    font-weight:bold;
}

div#fotoNoticiaDestacada
{
    width:300px;
    height:200px;
    margin:5px 0 5px 0;
}

div#fotoNoticiaDestacada img.foto
{
    max-width:300px;
    max-height:200px;
    margin:0 auto;
    text-align:center;
}

div.pieFoto
{
    font-size: 0.8em;
    color:#9c9c9c;
}

div#noticiaDestacada div#textoNoticia
{
    margin-top:8px;   
}

div#noticias
{
    float: left;
    width: 290px;
    height: 310px;
    margin-right:15px;
    text-align:left;
}

div#noticias div.noticia
{
    height:60px;
    border-bottom:solid 1px #cecfcf;
    margin:0 0 0 0;
    padding:6px 0 0 6px;
}

div#noticias div.noticia:hover
{
    height:60px;
    background-color:#f5f5f5;
    margin:0 0 0 0;
    padding:6px 0 0 6px;
}

div#noticias div.noticia div.pieFoto
{
    margin-bottom:10px;
}

div#noticias div.fotoNoticia
{
    width:68px;
    height:48px;
    margin:0 auto;
    margin:2px 10px 5px 0;
    float:left;
}

div#noticias a.titulo
{
   font-weight:bold;
   font-size:1em;
}

div#noticias a.titulo hover
{
    font-weight:bold;
}

div.fotoNoticia img.foto
{
    width:68px;
    height:48px;
}

div.noticia div.datosNoticia
{
    font-size: 0.8em;
    color:#9c9c9c;
    margin-bottom:7px;   
}

div#mesNoticies
{
    text-align:right;
    font-size:0.9em;
    padding-top:6px;
}

 a.mesNoticies{}

/**************************/
/******** AGENDA **********/
/**************************/

div#agenda
{
    float: right;
    width: 240px;
    /*height: 383px;*/
    text-align:left;
}

.agendaPanel
{
    /*width: 100%;*/
    overflow: auto;
    /*height: 366px;*/
    height: 300px;
    border: solid 1px #cecfcf;
    background:url(../Img/backgroundAgenda.png) repeat-x bottom;
}


div#banners
{
    float: left;
}

div.banner
{
    float: left;
    width: 290px;
    height: 59px;
    margin:15px 15px 15px 5px;
    /*background: url(../Img/banner1.jpg) center;*/
    border: solid 1px #cecfcf;
    text-align: center;
}

div.banner2
{
    float: left;
    width: 231px;
    height: 59px;
    margin:15px 5px 15px 5px;
    border: solid 1px #cecfcf;
    text-align: center;
}

div.banner2 img
{
    width: 231px;
}


.cabeceraEvento
{
    font-size: 0.8em;
    padding: 3px 5px 3px 10px;
    background-color: #9c9c9c;
    color: #FFF;   
    margin:4px 4px 6px 4px;
}

div.textosEvento
{
    width:150px;
    float:left;
    margin: 1px 0 15px 0;
    padding-left:10px;
}

p.textoEvento
{
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom:5px;
    line-height:12px;
}

p.lugarEvento
{
    font-size: 0.8em;
    margin-bottom:5px;
}

div.hora
{
    font-size: 0.9em;
    padding-left: 10px;
    color:#9c9c9c;
    float:left;
    width:40px;
}
