html {
	height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333;
	background-color:#fff;
	height:100%;
}

a { outline:0;  } 
* { margin:0px; padding:0px;  }
form { border:0px; padding:0px; margin:0px; }
input { height:18px; border:none; font-size:11px; }
textarea,select{ border:none;  font-size:11px; }

#principal{ position:relative; top:0px; left:0px; width:100%;  margin:0px; padding:0px; }

	#cabecera{ position:relative; left:0px; margin-top:0px; width:996px; height:124px; background:url(images/fondo_cabecera.png) right top no-repeat;  border:none; }
		#cabecera_logo{ position:absolute; left:3px; top:0px; width:252px; height:102px; background:url(images/ico4.png) left top no-repeat;  }
		#cabecera_banner{ display:none; }
	
	#cuerpo{ position:relative; width:100%; min-height:522px;  border:none; }
	* html #cuerpo{ height:522px; }
	
		#cuerpo_izq{ display:none; }
					
		#cuerpo_der{ position:relative; float:none;  width:100%; min-height:522px; border:none; }
		* html #cuerpo_der{ height:522px; }
		
		#cleaner{ position:relative; clear:both; width:100%; height:1px; border:1px solid #fff; overflow:hidden; }
		
		
	#pie{ position:relative; clear:both;  width:100%; height:42px; }

	#pie_creditos{ position:relative; padding-top:27px; text-align:center;  }
	
	
	

	
	
	