﻿.bordes
{
    border: 1px solid #900;
}

#div_borde
{
    /*width: 100%;*/
    min-width: 580px;
        
    margin: 0px;
    padding: 4px;
    padding-top: 0px;
        
    text-align: left;    
    height: 100%;        
}

#div_header
{
    width: 100%;
    min-height: 50px;   
}

#div_titulo
{
   height: 30px;   
}



#div_menu
{    
    width: 100%;
    /*height: 30px;*/
   padding-top: 0px;
    
}

.oeste
{    
    /*min-width: 0px;
    max-width: 210px;*/
	width: 0px;
	overflow: visible;
}
.central
{
    min-width: 600px;
        
}

.este
{
    width: 0px;
	overflow: visible;
}

.divisor
{
    width: 3px;
    background-color: #7EBD54;
   /* background-image: url(../img/fondo/separadores_menu.jpg);
    background-repeat: repeat-y;*/
}

.divisor:hover
{    
    cursor: pointer;
   background-color: #0080E5;
    /* background-image: url(../img/fondo/separadores_menu_over.jpg);
    background-repeat: repeat-y;*/
}




#div_titulo
{
    width: 100%;
    height: 26px;
        
    /*margin: 5px;
    padding:3px;*/
}

#cuerpo
{
    width: 100%;
    height: auto;
    /*overflow:visible;*/
        
    /*margin: 5px;
    padding:3px;*/
}
.contenido
{
    min-height: 400px;
    margin-top: 10px;
}

#footer
{
    width: 100%;
    height: 44px;
    padding-top: 6px;
        
}

.div_seccion
{
    padding: 10px;
}


.div_botones
{
    margin: 6px;    
}

.div_campos
{
    margin: 6px;        
    text-align:center;
    
}

.div_grillas
{
    margin: 6px;
    
    text-align: center;
    
}




