*{margin:0px;padding:0px;}
html{
	height: 100%;
}
body{
	font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	background:url(../images/fondo_cabecera.gif) top left repeat-x;
}
#web{
	margin:0 auto;
	width:773px;
	min-height:100%;
	height:auto;
	_height:100%;
}

	#cabecera_menu{
		height:55px;
		width:100%;
	}
	#cabecera{
		width:100%;
		height:215px;	
	}
	#contenidos{
	margin-bottom:30px;
	}
		#centro{
			width:580px;			
			float:left;
		}
		#categorias{
			width:188px;
			float:right;
			background-color:#12ABD8;
			background-image:url(../images/fondo_categoria.gif);
			background-position:top left;
			background-repeat:repeat-y;
		}
	#pie{
		clear:both;
		width:100%;
		height:229px;
		background-image:url(../images/fondo_inferior.jpg);
		background-position:left;
		background-repeat:repeat-x;
	}
