/*
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 "forms.css";
@import "ie.css";
@import "links.css";
@import "typography.css";
@import "grid.css";
@import "layouts.css";
@import "header_and_menus.css";
@import "modulos.css";
@import "position.css";
@import "fx.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{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body {
	font-family: "Trebuchet MS", Arial;
}

#container {
	width: 940px;
	/*	margin-right:auto; */
	margin-left:auto;
	margin-right: auto;
	font-family: Tahoma, Verdana;
	display: block;
	position: relative;
	vertical-align: top;
}
#footer {
	text-align:center;
	clear: both;
	margin-bottom: 30px;
}
#footer p {
	color: #CCCCCC;
}
#footer a{
	color:#83cddf;
	text-decoration:none;
}
#footer a.hover{
	color:#999999;
	text-decoration:underline;
}

