/* CSS Document */
@charset utf-8;
body {
	background:#000;
}
.clear {
	clear:both;
	float: none;
}
#main {
	width:100%;
	height:auto;
}
#footer {
	width:960px;
	background:#fff;
}
#footer p {
	font-family:'Muli', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:center;
	padding:10px 0 0 0;
}
#logo {
	position:absolute;
	top:46px;
	left:42px;
	width:876px;
	height:68px;
	z-index:2;
}
#header {
	margin:0 auto;
	position:relative;
	width:960px;
	height:262px;
	background:url(../img_web/bg-header.png) no-repeat;
	z-index:1;
}
#content {
	margin:0 auto;
	position:relative;
	width:960px;
	height:auto;
	min-height:485px;
	background:url(../img_web/bg-content.png) no-repeat;
	z-index:1;
}
#content .sx {
	position:relative;
	width:738px;
	height:auto;
	padding:10px 0 0 31px;
	float:left;
}
#content .sx p {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	line-height:160%;
	text-align:justify;
	padding:0 0 10px 0;
}
#content .sx p a {
	text-decoration:underline;
	color:#000;
}
#content .sx p a:hover {
	text-decoration:none;
	color:#666;
}
#content .sx p img {
	vertical-align:middle;
	margin:0 8px 0 0;
}
#content .sx h2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	font-weight:700;
	padding:6px 0;
	border-bottom:1px solid #000;
}
#content .sx h3 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:400;
	padding:6px 0 15px 0;
}
#content .sx h4 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:400;
	padding:8px 0;
}
#content .sx h4 img, #content .sx h3 img {
	vertical-align:middle;
}
#content .sx h4 a {
	color:#000;
	text-decoration:underline;
}
#content .sx .star {
	color:#999;
}
#content .dx {
	position:relative;
	width:170px;
	height:auto;
	margin:500px 0 0 20px;
	float:left;
}
#content .dx .box {
	position:relative;
	width:70px;
	height:auto;
	float:right;
}
/******** form *********/
#modulo .button 
{
    font-family:Arial, Helvetica, sans-serif;
    padding:4px;
    background:#fff;
    border:1px solid #000;
}
#modulo .button:hover
{
    color:#666;
    border:1px solid #666;
    cursor:pointer;
}
#modulo .text 
{
    font-family:Arial, Helvetica, sans-serif;
    padding:4px;
    background:#fff;
    border:1px solid #000;
}
#modulo .multiples 
{
    font-family:Arial, Helvetica, sans-serif;
    padding:4px;
    background:#fff;
}
#modulo .multiples label
{
    margin:0 10px 0 2px;
}
#modulo div {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	line-height:160%;
	text-align:justify;
	padding:0 0 10px 0;
	border-bottom:1px dotted #000;
	margin:0 0 10px 0;
}
/******** menu *********/
#menu {
	position:absolute;
	top:228px;
	left:32px;
	width:737px;
	height:30px;
}
#menu ul {
	text-align:center;
	list-style:none;
	/*margin:0 auto;
	width:640px;*/
}
#menu ul li {
	display:inline-block;
	margin:0 10px;
}
#menu ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-weight:700;
}
#menu ul li a:hover, #menu ul li a.selected {
	color:#fff;
	text-decoration:underline;
}

