/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#FFFFFF;
 color: #333333;
 }	 
	 
#izq{
 position:absolute;
 top:137px;
 left:0;
 width:158px;
 z-index:3;
 background:#ffffff;
 background-color:transparent;
 color: #333333;}

#der{
 position:absolute;
 top:137px;
 right:0;
 width:158px;
 z-index:2;
 background:#c0c0c0;
 color: #333333;}

#c-block {
 top: 137px;
 width:100%;
 z-index:1;
 background:#c0c0c0;
 color: #333333;
 height:100%;}

#cabecera{
 height:135px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#e0e0e0;
 color: #333333; 
 margin:0;
  }

#c-col{
 margin:0 160px 0 160px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 }

#pie {
 width:100%;
 height:120px;
 border: solid #000000; 
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }
 
