/*
// Cabecera                            // Centro
 ---------------------------------      ---------------------------------
| contenedorCabecera              |    | contenedo                       |
|                                 |    |                                 |
|  -----------------------------  |    |  -----------------------------  |
| | header / headerF (cabecera) | |    | | contenedorCentro            | |
| |                             | |    | |                             | |
| |  -------------------------  | |    | |  -------------------------  | |
| | | header2 / header2F      | | |    | | | center                  | | |
| | | usado para alto e img iz| | |    | | |                         | | |  
| |  -------------------------  | |    | | |                         | | |
| |  -------------------------  | |    | | |                         | | |
| | | menuSup                 | | |    | | |                         | | |
| | |                         | | |    | | |                         | | |
| |  -------------------------  | |    | |  -------------------------  | |
|  -----------------------------  |    | |  -------------------------  | |
 ---------------------------------     | | | left                    | | |
                                       | | |                         | | |
// Pie                                 | |  -------------------------  | |
 ---------------------------------     |  -----------------------------  |
| contenedorPie                   |     ---------------------------------
|                                 |
|  -----------------------------  |
| |                             | |
| |                             | |
| |  -------------------------  | |
| | | footer                  | | |
| | |                         | | |
| |  -------------------------  | |
|  -----------------------------  |
 ---------------------------------

 */

/* # secciones ###############################################*/  
    * { margin:0;    padding:0; }
	

    #center { /* Usado en contenedorCentro */       
		/*background : #FFF url("img/fond2.gif") repeat-x ; */   	
		/*background:#FFF;*/
		background:#F7F7F7;
		width:100%;   	
        float: right;		
		margin:8px 0% 15px 0%;		
        padding: 0px;    		
		;			
		/*HEIGHT: 600%;
			padding-bottom: 1000px;
			margin-bottom: -1000px;
			min-height:600px;*/
    }
      
    #left {
        background:#F7F7F7;   	
        width:0%;	
		margin:8px 0% 0px 0%;	
        float: left;   
        overflow: hidden;               
		padding: 0px;    
    }


	
	