﻿body 
{
background-image:url(../img/gene/text_fondo.jpg);
padding-top:20px;
}

#cuerpo 
{background-color: transparent;
 height:500px;
 width:780px;
    }

#cabecero 
{
width:780px; 
height:96px;
background-image:url(../img/gene/Cabecero.gif); 
background-repeat:no-repeat;
    }
#cabeceroB 
{
width:780px; 
height:96px;
background-image:url(../img/gene/CabeceroB.gif); 
background-repeat:no-repeat;
    }

#contenido 
{
    width:780px;
    height:330px;
    background-image:url(../img/gene/Cuerpo.gif); 
    background-repeat:no-repeat;
    }
#contenidoB 
{
    width:780px;
    height:330px;
    background-image:url(../img/gene/CuerpoB.gif); 
    }
    
#framecont 
{
    height:330px;
    width:755px;
    }
    
#pie 
{
    width:780px; 
    height:91px; 
    background-image:url(../img/gene/pie.gif); 
    background-repeat:no-repeat; 
    padding-top:4px;
    }
#pieB 
{
    width:780px; 
    height:91px; 
    background-image:url(../img/gene/pieB.gif); 
    background-repeat:no-repeat; 
    padding-top:4px;
    }
    
.imgmenu 
{
    cursor: pointer;
    }

#txpie
{
    font-family:Arial;
    font-size:10px; 
    font-weight:bold; 
    }
