/* 
    Document   : sentmenatbici.css
    Created on : 24-ene-2010, 8:17:54
    Author     : Administrador
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body
{
    background-color:#282828;
    background-image:url('./img/fondo.jpg');
    background-repeat:repeat-y;
    background-position:center
}

.principalTabla
{
    width:740px;
}

/*Links*/
a:link,a:visited,a:active
{
    color:white;
    font-family: Arial;
    font-size: 13px;
    font-weight: lighter;
    text-decoration: none;
    cursor:default;
}
a:hover
{
    color:#808080;
    cursor: pointer;
}
/*Menu*/
.menuTabla
{
    width:100%;
    background-image:url('./img/fondo_menu.jpg');

}
.menuBtnOn,.menuBtnOut
{
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    width: 10%;
    height: 35px;
}
.menuBtnOut
{
    color:white;
    cursor: default;
}
.menuBtnOn
{
    color:#808080;
    cursor: pointer;
}

/*Título*/
.tituloTabla
{
    width:100%;
    background-image: url('./img/fondo_titulo.jpg');
}
.tituloTexto
{
    text-align: left;
    font-family: arial;
    font-size: 28px;
    font-weight: bold;
    height: 55px;
    color:white;
}

/*Seccion*/
.seccionTabla
{
    width:100%;
    border-width: 0px;
}
.seccionSeparador
{
    border-right: 1px solid #808080;

}

.seccionCabecera
{
    text-align: left;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    color:#F9F900;
    height:30px;
    vertical-align: top;
}
.seccionDestacado
{
    text-align: justify;
    font-family: arial;
    font-size: 12px;
    color:#FFCC1C;
}
.seccionContenido
{
    text-align: justify;
    font-family: arial;
    font-size: 12px;
    color:#808080;
}

/*Formularios*/
.formularioControl
{
    border: 1px solid #808080;
    color: white;
    background-color: #282828;
}

/*Pantallas de Gestión*/
.gestionLista
{
    border-left:1px solid #808080;
    border-right:1px solid #808080;
    border-top:1px solid #808080;
    border-bottom:1px solid #808080;
}

