/*
ZET Arts&Facts
Versión 1.0
Date: 9 - Enero - 2009
*/

/*This are the basics style sheet. We use it in all sites */
@import "reset.css";

@import "header_and_menus.css";
@import "forms.css";
@import "ie.css";
@import "links.css";
@import "typography.css";
@import "position.css";
@import "fx.css";
@import "modulos.css";
@import "custom.css";

/*This are the basics style sheet. We use it in all sites */
/*@import "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/background.png);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	width: 960px;
	/*	margin-right:auto; */
	margin-left:auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
}
#content {
	padding-bottom:160px;   /* Height of the footer */
	width: 100%;
	float: left;
}

#footer {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	margin-top: 30px;
	padding-bottom: 20px;
	width: 960px;
	position: absolute;
	bottom: 0px;
	height: 150px;
}
#footer_sub {
	background-image: url(/img/body/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	margin-top: 30px;
	padding-bottom: 20px;
	width: 920px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	bottom: 0px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
}
#footer p {
	color: #FFFFFF;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer .menu {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer .menu li {
	float: left;
	list-style-type: none;
}
#footer .menu li a {
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-right: 10px;
}
#footer .menu li a:hover {
	font-weight: bold;
}
.comercial {
	background-image: url(../img/body/logo_comercial.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	float: left;
	height: 45px;
	width: 118px;
}
a.feiya {
	background-image: url(../img/body/logo_feiya.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	float: right;
	height: 59px;
	width: 253px;
}
a.zet {
	background-image: url(../img/body/logo_zet.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	float: right;
	height: 26px;
	width: 36px;
}


