html, body{height:100%}

#contenedor{
             background-color:#DDD;
    		 width:960px;
			 margin:0 auto;
			 height:auto !important;
			 height:100%;
			 min-height:100%;}

#cabezal{ 
         margin:left; 
         height:360px;
         background-image:
		 url(interfaz/fondoCabezal.jpg)
		 }
#menu ul{
	height:40px;
	border: 1px solid red;/*lo puse para ver si está correcta la propiedad y el html*/
	} 
#menu{height:40px;
background-color:#CCC;}
#menu li {
	        float:left;
	        width:119px;
	        list-style-type:none;
	        height:40px;
			position:relative;}
#datos01{with: 260px;
         height:502px;
		 background-color:#FFF;
		 background-repeat:no-repeat;
	
		 }			
#datos01 .col1{
	float:left;
	width:253px;
	height:400px;
	background-image:url(interfaz/titulos2.jpg);
	background-repeat:no-repeat;}	

#datos02 {
      height:502px;
      width:668 px;
      background-color:red;}
	  
	  #datos02 .col1 {
     background-color: #fff;
     float:left;
     width:340px;
     height:191px;
}
	  

	
#pie{
	height:35px;
	background-color:#CCC;
	margin-top:-35px;
	width:960px;
	margin:0 auto;
	}
.restaurador{
	clear:both;
	height:0;
	}		 
#restaurador_final{clear:both;
	         height:50px;
			  }
