/*
    Document   : solidarios
    Created on : 23-jul-2009, 20:11:19
    Author     : Fernando
    Description:
        Purpose of the stylesheet follows.
*/


/* Estilos generales */
body, td, th {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    overflow: hidden;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

a:link
{
    text-decoration:none;
    color: black;
    border: none;
    font-style: italic;
}

a:visited
{
    text-decoration:none;
    color: black;
    border: none;
    font-style: italic;
}

a:active
{
    text-decoration:none;
    color: black;
    border: none;
    font-style: italic;
}

a:hover
{
    text-decoration: none;
    color: orange;
    border: none;
}

a img
{
    border: none;
}

.fondo_logo {
    background-color: red;
}

a:link
{
    text-decoration:none;
    color: black;
    border: none;
    font-style: italic;
}

a:visited
{
    text-decoration:none;
    color: black;
    border: none;
    font-style: italic;
}

a:active
{
    text-decoration:none;
    color: black;
    border: none;
    font-style: italic;
}

a:hover
{
    text-decoration: none;
    color: orange;
    border: none;
}

/* Título bajo el logo */
.titulo {
    color: yellow;
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
    background-color: red;
}

/* Enlace para el nombre del usuario */
a.usuario:visited {
    text-decoration:none;
    color: black;
    border: none;
    font-weight: bold;
    font-style: normal;
}

a.usuario:active {
    text-decoration:none;
    color: black;
    border: none;
    font-weight: bold;
    font-style: normal;
}

a.usuario:link {
    text-decoration:none;
    color: black;
    border: none;
    font-weight: bold;
    font-style: normal;
}

a.usuario:hover {
    text-decoration:none;
    color: black;
    border: none;
    font-weight: bold;
    font-style: normal;
}

/* Estilos para pintar la tabla con rayas */
.tabla {
    background-color: #d0d0d0;
}

.fila {
    background-color: white;
}

.cabecera {
    font-weight: bold;
}

.pie {
    background-color: #f5f5f5;
    font-weight: bold;
}

.div_cuerpo {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.div_cuadro {
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-color: #d0d0d0;
    border-left-color: #d0d0d0;
    border-bottom-color: #d0d0d0;
    border-top-color: #d0d0d0;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

/* Estilos para las fichas de mantenimiento */
.letrero {
    font-weight: bold;
}

select {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
}

.textbox {
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;

    font-size: 10px;
    border-right-color: #ccccff;
    border-left-color: #ccccff;
    border-bottom-color: #ccccff;
    border-top-color: #ccccff;
}

.letra_peque {
    font-size: 9px;
    text-align: justify;
    margin-left: 5px;
    margin-right: 5px;
}

/* Estilos para los listados de noticias, proyectos, etc */
.titulo_listado {
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    color: red;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
}

.letrero_fechas {
    font-weight: bold;
}

.fila_fechas {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 0px;
}

.noticia_ampliada_resumen {
    font-style: italic;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 0px;
}

.noticia_resumida_resumen {
    font-style: italic;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
}

.texto {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
}

.enlaces {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.cab_comentario {
    font-weight: bold;
    font-size: 10px;
    color: #333333;
    background-color: #f3f2fb;
}

.textbox_comentario {
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;

    font-size: 10px;
    border-right-color: #d0d0d0;
    border-left-color: #d0d0d0;
    border-bottom-color: #d0d0d0;
    border-top-color: #d0d0d0;
}

.cuadro_comentario {
    background-color: #f1f1f1;
}

.noticia_cab_resumen {
    font-weight: bold;
    font-size: 11px;
    color: #555555;
    background-color: #dddddd;
}

.titulo_noticia_mto_comentarios {
    color: red;
    font-weight: bold;
}

.div_listado_noticias {
    padding-right: 0px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.div_ultimo_proyecto {
    padding-right: 5px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
}

/* Estilos para el menú que aparece a la izquierda en la web (no en el mantenimiento) */
.titulo_submenu {
    font-weight: bold;
    font-size: 14px;
    color: #555555;
    background-color: #dddddd;
}

.barra_encoger {
    background-color: #c0c0c0;
}
