@charset "ISO-8859-1";
	
   html, body {
		margin:0; 
		padding:0; 
		border:0;
		height:100%; 
		overflow:hidden; /* para no mostrar scrollbars */
	}
	
	#box0{	
		margin:0; 
		padding:0; 
		border:0;
		width:100%;
		border-bottom: 1px solid #6c6;
		background: url(../images/bg-deg2bottom.png) repeat-x bottom; /* sin background-color para que sea transparente */
			
	}	
	
	ul#tabnav{
		border-bottom: 0; /*1px solid #6c6;  set border COLOR as desired */
		padding-bottom:3px;
	}