﻿body, html, form
{
    font-family: Verdana, 'Trebuchet MS';
    font-size: 10px;
    color: #003366;
}
#topDiv
{
    background-color: #EBF3FF;
}
.topTitle
{
    background-image: url( '../../images/degradetitulo.png' );
    background-repeat: repeat-x;
}


fieldset
{
    -moz-border-radius: 8px;
}
legend
{
    font-family: Arial;
    font-size: 11pt;
    color: #336699;
    float: left;
    font-weight: bold;
}

#bottomDiv
{
    background-color: #D6D0C7;
}
.fondoPlomo
{
    background-color: #F9F8F7;
}
.colorGrupoMenu
{
    font-family: Arial;
    font-size: 10px;
    color: #002E8C;
}
.colorAplicacionMenu
{
    font-family: Arial;
    font-size: 10px;
    color: #4A4A4A;
    font-weight: bold;
    letter-spacing: 1px;
}
.colorAplicacionItem
{
    font-family: Arial;
    font-size: 9px;
    color: #0A548B;
    font-weight: normal;
    letter-spacing: 1px;
}
.colorFondoTreeviewMenu
{
    background-color: #F9F8F7;
}
a
{
    font-size: 10px;
    color: #3768CC;
    font-family: Verdana, 'Trebuchet MS';
}
a.selected
{
    font-size: 10px;
    color: #3768CC;
    font-family: Verdana, 'Trebuchet MS';
}
a.hover
{
    font-size: 10px;
    color: #00CC00;
    font-family: Verdana, 'Trebuchet MS';
}

.cabecera
{
    border-color: #fff;
    font-family: 'Trebuchet MS' , Verdana;
    font-size: 9pt;
    color: White;
    font-weight: bold;
}
.titulo
{
    font-family: Arial;
    font-size: 11px;
    color: Black;
    letter-spacing: 4pt;
}
.tituloCentral
{
    font-family: Arial;
    font-size: 11pt;
    color: #646464;
    font-weight: bold;
    letter-spacing: 4pt;
}
.subtitulo
{
    font-family: Arial;
    font-size: 11pt;
    color: #336699; /*background: url( 'images/fondoSubtitulo.gif' ) repeat-x;*/
    float: left;
    font-weight: bold; /*Pletter-spacing: 4pt;*/
}
.supertitulo
{
    font-family: Arial;
    font-size: 13pt; /*color: #454545;*/
    color: White;
    font-weight: bold;
    letter-spacing: 4pt;
    background: url( 'images/SuperTitulo.png' ) repeat-x;
    height: 35px;
}
.tituloblanco
{
    font-family: 'Trebuchet MS' , Verdana;
    font-size: 9pt;
    color: #fff;
}

.plainlink
{
    font-family: 'Trebuchet MS' , Verdana;
    font-size: 8pt;
    color: #567db0;
}
.plaintext
{
    font-family: 'Trebuchet MS' , Verdana;
    font-size: 8pt;
    color: #595959;
}

.contenedor
{
    border: solid 1px #6693cc;
}

.button
{
    margin: 2px;
    border: 1px solid;
    border-color: Black;
    background: url(images/BotonPenta.png) repeat-x;
    font-size: 11px;
    color: #1b4d94;
    padding: 2;
}
.fondo
{
    background: url(../../images/backgroundc.jpg) fixed repeat-x right top;
}
.fondob
{
    background: url(../../images/backgroundb.jpg) fixed repeat-x right top;
}
.TituloPagina
{
    font-size: 12px;
    font-weight: bold;
    border-bottom: solid 1px black;
}


.TopPage
{
    background: url(../../images/backgroundb.jpg) fixed repeat-x right top;
}

.LabelIdentificacion
{
    color: White;
    font-size: 12px;
    font-family: Trebuchet MS;
}

.Login
{
    color: White;
    font-size: 10px;
}

.FondoLogin
{
    background: #1b4d94 url(  'images/fondoLogin.png') repeat-x top;
}

.FondoInterior
{
    background: White url(   'images/FondoInterior.png' ) repeat-x top;
    height: 100%;
}



/* This is the transparent box */
.CajaTop
{
    margin-left: 5px;
    background: url( 'images/FondoBoxUser.png' ) repeat-x;
    border: 1px solid black;
    height: 63px; /*filter:alpha(opacity=50); opacity: 0.5; -moz-opacity:0.5;*/
    direction: ltr;
    float: left;
}
#transbox
{
    width: 300px;
    margin-left: 5px;
    background: url( 'images/FondoBoxUser.png' ) repeat-x;
    border: 1px solid black;
    height: 63px; /*filter:alpha(opacity=50); opacity: 0.5; -moz-opacity:0.5;*/
    direction: ltr;
    float: left;
}

/* This is the container which set text to solid color.
position: relative used for IE */
#transbox div
{
    padding: 2px;
    margin-left: 5px;
    font-weight: bold;
    color: #000;
    -moz-opacity: 1;
    position: relative;
}
.ImgPosition
{
    float: left;
    position: static;
    margin-right: 6px;
}

.LetrasCuerpo
{
    font-family: Arial;
    font-size: 13px;
    font-variant: normal;
}
 /*Para el control ajax loading panel*/
.module1
{
    background-color: #dff3ff;
    border: 1px solid #c6e1f2;
}
.loading
{
    background-color: #fff;
    height: 100%;
    width: 100%;
}

