@charset "UTF-8";
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
.formZero {
	margin: 0px;
	padding: 0px;
}
.letra10 {
	font-size: 10px;
}
body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
:link img {
  border: none;
}
.easySiteCSS #container {
	width: 980px;
	background-image: url(img-layout/fundo-header-home.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.easySiteCSS #containerPag {
	width: 980px;
	background-image: url(img-layout/fundo-header-pag.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.easySiteCSS #headerBar {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #C3C3C3;
	color: #666666;
	font-style: italic;
	padding-right: 20px;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.easySiteCSS #header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #960;
	width: 980px;
}
.easySiteCSS #headerLink {
	color: #666;
	text-decoration: underline;
}
.easySiteCSS #menu {
	width: 865px;
	text-align: right;
	background-position: top;
	height: 38px;
	vertical-align: top;
	margin: 0px;
	float: right;
}
.easySiteCSS #nav {
	vertical-align: top;
	background-color: #E5E5E5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-image: url(img-layout/nav.jpg);
	background-repeat: repeat-x;
	background-position: top;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.easySiteCSS #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.easySiteCSS #mainContent {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	width: 980px;
	background-color: #FFFFFF;
}
.easySiteCSS #footer {
	width: 980px;
	margin: auto;
}
.easySiteCSS #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	text-align: right;
	vertical-align: text-top;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #333;
}
.easySiteCSS #admin {
	background: #DDDDDD;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-size: 14px;
	color: #333333;
	margin: auto;
	text-align: center;
}
.easySiteCSS #Adminlinkof {
	color: #999999;
	text-decoration: none;
}
.easySiteCSS #AdminlinkOn {
	color: #0000CC;
	text-decoration: none;
}
.easySiteCSS #Adminlinkdestacado {
	color: #0000CC;
	text-decoration: blink;
}
a:visited {
	color: #666666;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
tr {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}
p {
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

