@charset "UTF-8";
/* CSS Document */
body {
	background: #333333;
	margin-top: 25px;
	margin-right: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-left: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 700px;
	height: 15px;
	background: #e50278;
	margin-right: 25px;
	margin-left: 25px;
}
.oneColFixCtrHdr #main_header {
	width: 700px;
	height: 125px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e50278;
}
.oneColFixCtrHdr #logotipo {
	width: 325px;
	padding-left: 15px;
	float: left;
	letter-spacing: 1px;
}
.oneColFixCtrHdr #menu {
	width: 325px;
	float: right;
}
#menu_link {
	font-family: "Trebuchet MS";
	font-size: 11px;
}
#menu_linkIT {
	font-style: italic;
}
#menu_link ul {
	padding-right: 0px;
}
#menu_link ul li {
	text-align: right;
	vertical-align: middle;
	display: block;
	/*height: 14px;*/
	margin-bottom: 1px;
}
#menu_link ul li a {
	color: #E5E5E5;
	background-color: #333333;
	text-decoration: none;
	border-left: #333333 solid 5px;
	border-right: #333333 solid 5px;
}
#menu_link ul li a:hover {
	color:  #333333;
	background-color: #E5E5E5;
	border-right: #E5E5E5 solid 5px;
	border-left: #E5E5E5 solid 5px;
}
#link_seleccionado {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:  #333333;
	background-color: #E5E5E5;
	border-right: #E5E5E5 solid 5px;
	border-left: #E5E5E5 solid 5px;
}
#link_seleccionadoIT {
	font-style: italic;
}
.oneColFixCtrHdr #main_content {
	width: 700px;
	height: 400px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
}
.oneColFixCtrHdr #imagemCAPA {
	width: 325px;
	float: left;
	padding-left: 30px;
	padding-top: 10px;
}
.oneColFixCtrHdr #textoESQ {
	width: 325px;
	height: 400px;
	float: left;
	padding-left: 10px;
}
.oneColFixCtrHdr #texto {
	width: 325px;
	height: 400px;
	float: right;
	overflow: auto;
	padding-right: 10px;
}
.oneColFixCtrHdr #outrasED {
	width: 670px;
	float: left;
	padding-left: 30px;
	overflow: auto;
	height: 400px;
}
.oneColFixCtrHdr #estabelecimentos {
	width: 680px;
	float: left;
	padding-left: 10px;
	overflow: auto;
	height: 400px;
}
#texto {
	color:  #333333;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: justify;
	line-height: 11pt;
	font-weight: bold;
}
#texto2 {
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: justify;
	line-height: 11pt;
	font-weight: normal;
}
#textoIT {
	color:  #666666;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: justify;
	font-style: italic;
	line-height: 11pt;
	font-weight: normal;
}
#textoPequenoB {
	color:  #333333;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}
#textoPequeno {
	color:  #666666;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: left;
	font-weight: normal;
}
#textoPequenoIT {
	color:  #666666;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: left;
	font-style: italic;
	font-weight: normal;
}
#textoPequeno2 {
	color:  #333333;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}
#textoPequenoIT2 {
	color:  #666666;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
#textoROSA {
	color:  #e50278;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: justify;
	font-weight: bold;
}
#textoestabelecimentos {
	color:  #666666;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
.estabelecimentoslink {
	color:  #666666;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
.estabelecimentoslink:visited {
	color:  #666666;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
.estabelecimentoslink:hover {
	color:  #e50278;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
.oneColFixCtrHdr #footer {
	width: 700px;
	height: 25px;
	background: #e50278;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
}
.oneColFixCtrHdr #copyrights {
	width: 750px;
	height: 25px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: center;
	color: #666666;
}
.oneColFixCtrHdr #copyrightsIT {
	font-style: italic;
}
.oneColFixCtrHdr #linha {
	width: 310px;
	height: 1px;
	background: #e50278;
}
.oneColFixCtrHdr #linha2 {
	width: 300px;
	height: 1px;
	background: #666666;
}
