/*
ZET Arts&Facts
Versión 1.0
Date: 9 - Enero - 2009
*/

/*This are the basics style sheet. We use it in all sites */
/*@import "/css/print.css";*/

/*
Style Sheet
This Style contains all the css imports and the basics id-class to manage all the site css
*/
html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/img/repeat/back.png);
	background-repeat: repeat;
	background-position: top;
	font-size: 11px;
	line-height: 17px;
}

#container {
	width: 100%;
	/*	margin-right:auto; */
	margin-left:auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
	background-image: url(/img/repeat/back_mini.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#container_sub {
	width: 912px;
	/*	margin-right:auto; */
	margin-left:auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
}
#content {
	padding-bottom:10px;   /* Height of the footer */
	float: left;
	background-image: url(/img/repeat/hojas.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#content_sub {
	width: 854px;
	float: left;
	background-color: #fafafa;
	border: 3px solid #e1e1e1;
	padding-top: 12px;
	padding-right: 17px;
	padding-left: 23px;
	margin-left: 6px;
	background-image: url(/img/repeat/hojas.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 25px;
	margin-bottom: 10px;
}

#footer {
	padding-bottom: 20px;
	position: relative;
	bottom: 0px;
	height: 60px;
	width: 100%;
	float: left;
}
#footer_sub {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 105px;
}
#footer_sub ul{
	float: right;
	margin-right: 20px;
}
#footer_sub ul li{
	float: left;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#footer p {
	color: #999999;
	font-size: 11px;
	line-height: 16px;
}
#footer a{
	color:#333333;
	text-decoration:none;
}
a.zet {
	background-image: url(/img/CSS_sprite.png);
	background-position: -775px -50px;
	display: block;
	height: 23px;
	width: 35px;
	margin-right: 15px;
	margin-bottom: 15px;
	clear: both;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-indent: -999em;
}



/*
playback timings (ms):
  LoadShardBlock: 189.974 (3)
  esindex: 0.009
  captures_list: 210.955
  CDXLines.iter: 13.448 (3)
  PetaboxLoader3.datanode: 186.974 (4)
  exclusion.robots: 0.324
  exclusion.robots.policy: 0.303
  RedisCDXSource: 3.389
  PetaboxLoader3.resolve: 957.976
  load_resource: 972.222
*/