		HTML {
			overflow:hidden;
		}
		BODY {
			margin-top: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			background-color: #999;
			font: normal 14px "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
			text-align: center;
			overflow:hidden;
		}
		#pagina{
			overflow:hidden;
			text-align: left;
			clear:both;
			width:750px;
			display:table;
			height:98%;
			margin: auto;
		}
		#pagina2{
			_position: absolute;
			_top: 50%;
			text-align: left;
			display: table-cell;
			vertical-align: middle;
			width:750px;
		}
		#pagina3{
			_position: relative;
			_top: -50%;
			text-align: left;
			background-color:e0e0e0;
			border-style:solid;
			border-width:2px;
			background-color: #000;
			border-color:#999;
		}
		#cabecera{
			width:750px;
			height:76px;
			text-align:left;
			background-image: url("images/zz-cab.jpg");
			background-repeat: no-repeat;
			background-position: top center;
		}
		#menu{
			width:750px;
			height:29px;
			text-align:left;
			background-image: url("images/zz-menu.jpg");
			background-repeat: no-repeat;
			background-position: top center;
			font: normal 1px Arial, Helvetica, sans-serif;
		}
		#contenido{
			width:750px;
			text-align:left;
			background-color:#000;
			color:#fff;
			display:block;
		}
		#marcas{
			clear:none;
			float:left;
			background-color:#000;
			width:100px;
			text-align:center;
			margin-top:5px;
			margin-bottom:5px;
			margin-left:10px;
		}
		#marcas IMG{
			margin-bottom:5px;
		}
		#texto{
			background-color:#000;
			clear:none;
			float:right;
			width:600px;
			height:275px;
			overflow:auto;
			padding-top:0px;
			padding-left:0px;
			padding-right:0px;
			padding-bottom:0px;
			margin-top:10px;
			margin-left:15px;
			margin-right:5px;
			margin-bottom:10px;
		}
		#texto A{
			color:#F90;
		}
		#texto A:hover{
			color:#F00;
		}
		#pie{
			width:750px;
			height: 15px;
			text-align:right;
			background-image: url("images/zz-pie.gif");
			background-repeat: no-repeat;
			background-position: top center;
		}
		.mini{
			font: normal 10px Arial, Helvetica, sans-serif;
		}
		.mini A{
			font: normal 10px Arial, Helvetica, sans-serif;
		}