

/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0; 
 background:black;
 color: #333333;
 z-index:0;
 }	 
	 
#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:black;
 color: #333333;}

#c-block {
 top: 137px;
 width:100%;
 z-index:1;
 background:black;
 color: #333333;
 height: 100%; }
 
#cabecera{
 height:135px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:white;
 color: #333333; 
 margin:0;
  }
  
#c-col{
 margin:0 160px 0 160px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 }
 
#pie{
 width:100%;
 height:185px;
 border: solid #000000; 
 border-width:1px 0;
 background:#ccff99;
 color: #333333;
 margin:0;
}