body
{
    background: url(/usuario_pagina/estilo01/fondo.png) #666666;
    background-position: center;
    background-repeat: repeat-y;
    
    /* Barra de desplazamiento (solo para explorer) */
	scrollbar-face-color: #808080; 
    scrollbar-highlight-color: #808080; 
    scrollbar-3dlight-color: #FFFFFF; 
    scrollbar-darkshadow-color:#008080; 
    scrollbar-shadow-color: #000000; 
    scrollbar-arrow-color: #FF9900; 
    scrollbar-track-color: #F2F2F2;
    
    font-family: verdana;
    font-size: 12px;
    color: black;   
}

table
{
    font-family: verdana;
    font-size: 12px;
    color: black;     
}

/* Enlaces */
a:link
{
    font-family: verdana;
    font-size: 13px;
    text-decoration: underline;
    color: #0000FF;
}

a:hover
{
    font-family: verdana;    
    font-size: 13px;
    text-decoration: none;
    color: #0055AA;
}

a:active
{
    font-family: verdana;    
    font-size: 13px;
    text-decoration: underline;
    color: #00CCFF;
}

a:visited
{
    font-family: verdana;    
    font-size: 13px;
    text-decoration: underline;
    color: #000000;
}

/* Tipos de fuente */
.fuente_negra
{
    font-family: verdana;
    font-size: 12px;
    color: black;    
}

.fuente_blanca
{
    font-family: verdana;
    font-size: 12px;
    color: white;    
}

.pestana
{
    background: url("/usuario_pagina/estilo01/pestana.png") repeat-x #0000FF;
    border: 1px solid #33CCCC;
    font-family: arial;
    font-size: 14px;
    color: white;
    padding:5px;    
    font-weight: bold; 
}

.caja
{
    background: url("/usuario_pagina/estilo01/caja.png") repeat-x white;
    border: 1px solid #0000FF;
    border-top:0;
    font-family: arial;
    font-size: 14px;
    color: black;
    padding:5px;     
}

.titulo_pagina
{
    font-family: arial;
    font-size: 18px;
    color: #333399;       
}

.descripcion_pagina
{
    font-family: arial;
    font-size: 18px;
    color: #FF6600;       
}
