@charset "UTF-8";
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
 html {
    height: 100%;
   }
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: #555555;
	font-family: Arial, TerbuchetMS, Georgia, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 100%;
	text-align: justify;
}

.easySiteCSS #limites {
	min-height: 100%;
	position: relative;
	width: 100%;
	/*background-color: #ffffff;*/
}
:link img {
  border: none;
}
.easySiteCSS #container {
	overflow: hidden;
	width: 100%;
	padding-bottom: 120px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img-layout/fundoContainer.jpg);
	background-repeat: repeat-x;
	/* [disabled]background-position: center top; */
	/* [disabled]box-shadow: 3px 5px 16px #999; */
	/* [disabled]-webkit-box-shadow: 3px 5px 16px #999; */
	/* [disabled]-moz-box-shadow: 3px 5px 16px #999; */
}
.easySiteCSS #headerBar {
	background-color: #333333;
	text-align: center;
}
.easySiteCSS #header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	width: 960px;
	margin-left: auto;
}
.easySiteCSS #logo {
	text-align: center;
	float: left;
	height: 120px;
	width: 360px;
	padding-top: 14px;
	position: relative;
	padding-left: 20px;
}
.easySiteCSS #slogan {
	text-align: center;
	float: right;
	height: 130px;
	width: 480px;
	padding-top: 46px;
	position: relative;
	font-size: 18px;
	font-style: italic;
	color: #999;
	vertical-align: middle;
	font-weight: lighter;
}
.easySiteCSS #menu {
	vertical-align: middle;
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* [disabled]-webkit-border-radius: 5px 5px 5px 5px; */
	/* [disabled]-moz-border-radius: 5px 5px 5px 5px; */
	-khtml-border-radius: 5px 5px 5px 5px;
	/* [disabled]border-radius: 5px 5px 5px 5px; */
	height: 42px;
	/* [disabled]background-color: #FF1016; */
	background-image: url(img-layout/men.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.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;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.easySiteCSS #mainContent {
	color: #1F1F1F;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	width: 960px;
	/* [disabled]background-color: #FFF; */
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}
.easySiteCSS #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #2E3536;
	/*background-image: url(img-layout/fundo-rodape.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	/*display: block;*/
	/*position: absolute;*/
	text-align: center;
	height: 120px;
}
.easySiteCSS #footer p {
	font-size: 9px;
	font-family: Arial, TerbuchetMS, Georgia, Helvetica, sans-serif;
	text-align: right;
	vertical-align: middle;
	color: #596C6C;
	padding-right: 12px;
	margin-bottom: 0;
	margin-left: 0;
}
.easySiteCSS #footerLink {
	color: #596C6C;
	text-decoration: none;
}
.easySiteCSS #footer-content {
	color: #CCC;
	text-decoration: none;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.easySiteCSS #admin {
	background: #DDDDDD;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-size: 14px;
	color: #444444;
	margin: auto;
	text-align: center;
	position: fixed;
	top: 0px;
	left: auto;
	width: 100%;
	right: auto;
	z-index: 500;
}
.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: #444444;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
tr {
	font-size: 15px;
	color: #555555;
	text-align: justify;
	line-height: 18px;
}
p {
}
.titulo16 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.subtitulo12 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.titulo14 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
td {
	font-family: Arial, TerbuchetMS, Georgia, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 18px;
}
.celulaTracejada {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: left;
}
.celulaTracejadaDupla {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: thin;
	border-top-style: dotted;
}
h1 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	color: #16A4FF;
	/*background-color: #F3F3F3;*/
	padding: 0px;
	margin: 0px;	/*-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;
	*/
}
h2 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	/*color: #2a3492;
	background-color: #F3F3F3;*/
	padding: 0px;
	margin: 0px;	/*-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;
	*/
	color: #16A4FF;
}
h3 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	/*color: #2a3492;
	background-color: #F3F3F3;*/
	padding: 0px;
	margin: 0px;	/*-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;
	*/
}
lista {
	list-style-image: url(img-layout/bulet.png);
}

.easySiteCSS #topic {
	vertical-align: top;
	background-color: #f5f5f5;
	margin-top: 0px;
	margin-bottom: 0px;
	/*background-image: url(img-layout/topic.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: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 16px;
	color: #555555;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
*display:inline;
}
