/* 
    Document   : main
    Created on : 22-feb-2010, 17:21:15
    Author     : onosenday
    Description: Hoja de estilos para la pantalla de visitante

*/
body {
    font-family: Verdana;
    font-size: 12px;
    color: #1146c5;
    background-color: #6FA2FF;
    margin: 0px;
    padding: 0px;
}
/* Estilos para el layout de la pantalla */
div.wrapper {
    margin: 0 auto;
    width: 100%;
}

div.header {
    height:85px;
    width: 100%;
    float: left;
    background-image:url("logo.gif");
    background-repeat: no-repeat;
    background-color: #2F79B6;
}
div.menu {
    height:30px;
    width: 100%;
    float: left;
    background-image: url('menu4.gif');
}
div.body {
    float: left;
    min-height: 100%;
    width: 100%;
    display: inline;
    margin-top: 10px;
    text-align: center;
}
/* FIN Estilos para el layout de la pantalla */
span.ficha_pequena{
    background-color:#CFCFCF;
    display:inline-block;
    margin-left:10px;
    margin-bottom:5px;
    margin-top:5px;
    padding:2px;
    width:154px;
    height: 170px;
    float:left;
    cursor: pointer;
}

.urgente{
    border:2px solid red;
}
.normal{
    border:2px solid blue;

}

/* Estilos para las noticias */
.noticia-wrapper {
    background-color:#cfcfcf;
    width:600px;
    margin:10px;
    border: 1px solid #909090;
}
.noticia-titular {
    background-image: url("menu4.gif");
    font-size: 18px;
    text-align: left;
    padding-left: 10px;
    color:#1146c5;
}
.noticia-fecha {
    float:right;
    font-size: 9px;
    margin-right: 5px;
    margin-top: 10px;
}
.noticia-texto {
    margin-top:5px;
    margin-bottom:15px;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 10px;
    font-family: Verdana;
    font-size: 12px;
    color:#1146c5;
}
.noticia-linea {
    width: 590px;
    color: #909090;
}

.boton {
    background-image: url("menu4.gif");
    text-align: center;
    color:#1146c5;
    text-decoration: none;
    padding: 2px 4px;
    border:1px solid #605A4E;
    display: block;
    font-weight: bold;

}
.boton:hover {
    color:#ff0000;
}

ul.lista-enlaces li a {
    color:#1146c5;
    text-decoration: none;
}
ul.lista-enlaces li a:hover {
    color:#000;
}
/*.gallery_demo{width:702px;margin:0 auto;}
/*.gallery_demo li{width:68px;height:50px;border:3px double #111;margin: 0 2px;background:#000;float:left;}
.gallery_demo li div{left:240px}
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}

#main_image{margin:0 auto 60px auto;height:438px;width:600px;background:transparent;}
#main_image img{margin-bottom:10px;width: 500px;}*/


