/* Configuracion Body */
body{
margin:0;
padding:0;
width:100%;
height:100%;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
background-color: #000000;
/* background-image: url(img/fondo.jpg);
background-attachment: fixed
*/
}

#todo {
position:absolute;
width:100%;
height:100%;
top:0; left:0;
overflow:auto;
z-index:2;
}

#Global{
        font-family: Times, serif;
        background: #000000;
        background-color: transparent;
        margin: 0 auto 0 auto;
        width: 1024px;
        margin-top: 0px;
        margin-bottom: 0px;
        border: 0px solid gray;
        margin-left: auto;
        margin-right: auto;
        padding: 1px;
        text-align: left;
        }

#FondoGlobal{
           margin:0;
           margin-top: 0px;
           margin-bottom: 0px;
           margin-left: 0px;
           margin-right: 0px;
           padding: 0px;
           position:absolute;
           right:0%;
           z-index:-1;
           width:100%;
           height:100%;
}

.transparente{
      filter:alpha(opacity=40);
      -moz-opacity:.40;
      opacity:.40;
      }
      
/* Configuracion De Links */
a:link{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
color: #3AB537;
text-decoration: none;
font-weight: bold;
}
/*
color: ;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a:visited{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a:active{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a:hover{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
color: #2FAE55;
text-decoration: none;
font-weight: bold;

/* Fin Configuracion De Links */

/* Configuracion De Tablas */
.logo {
/*background-color: #000000;
background-image: url(img/flogo.jpg);   */
}

.banner {
background-color: #000000;
/* background-image: url(img/flogo.jpg); */
}

.contenido {
background-image: url(img/fcontenido.jpg);
}

.footer {
/*background-image: url(img/abajo.jpg); */
}

.tbtitulo {
background-image: url(img/bg.gif);
}

.tbcontenido {
/*background-image: url(img/ftbcontenido.jpg); */
}

