#module_container {
  width: 630px;
  background-color: #A81114;
  color: #FFF;
  padding: 2px;
}

#module_header {
  background-image: url('./../images/images/cms_spacer.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
}

#module_header_left {
  padding: 0px 0px 0px 10px;
  width: 150px;
  float: left;
  height: 35px;
  text-align: left;
  line-height: 35px;
  color: #FFF;
  font-weight: bold;
}

#module_header_middle {
  float: left;
  width: 300px;
  margin-left: 10px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

#module_header_middle .module_sites {
  line-height: 35px;
  text-align: center;
}

.module_sites a.module_sites_on:link,
.module_sites a.module_sites_on:active,
.module_sites a.module_sites_on:visited {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
.module_sites a.module_sites_on:hover {
  font-weight: bold;
  color: #CCC;
  text-decoration: none;
}

#module_header_right {
  width: 100px;
  float: right;
  height: 30px;
  text-align: right;
  padding-top: 5px
}

#module_footer {
  background-image: url('./../images/images/cms_spacer.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  padding: 10px 0px 5px 0px;
}

/* LISTA */

ul#module_list {
  list-style-type: none;
  padding: 5px 0px;
  margin: 0px;
}

ul#module_list li.module_list_item {
  padding: 4px;
}

.module_item_A {
  background-color: #8E9193;
  padding: 2px;
}
.module_item_B {
  background-color: #C7CBCF;
  padding: 2px;
}

.module_list_image {
  float: left;
  border: 1px solid #4B4E51;
  margin: 5px 5px 5px 5px;
}


.module_item_label {
  font-weight: bold;
  padding: 0px 0px 0px 5px;
  float: left;
}

.module_item_label a:link,
.module_item_label a:active,
.module_item_label a:visited {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.module_item_label a:hover {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

.module_item_more {
  float: right;
}

.module_item_content {
  clear: right;
  text-align: justify;
  padding: 0px 5px 5px 5px;
}

#module_content {
  background-color: #DADCDE;
  padding: 5px 10px 10px 10px;
  margin: 10px 0px;
  text-align: justify;
}
#module_content p {
  padding-bottom: 10px;
}
#module_content ul {
  list-style-type: square;
  padding: 5px 5px 5px 20px;
}
#module_content a:link,
#module_content a:active,
#module_content a:visited {
  color: #000;
  text-decoration: none;
}
#module_content a:hover {
  color: #000;
  text-decoration: underline;
}

#module_content table {
  width: 500px;
  margin: 0px auto;
  border-width: 1px 1px 0px 1px;
  border-color: #999;
  border-style: solid;
}
#module_content table td{
  padding: 2px;
  vertical-align: top;
  border-bottom: 1px solid #999;
  background-color: #BFBFBF;
  text-align: left;
}

.module_item_image {
  float: left;
  border: 1px solid #4B4E51;
  margin: 10px 10px 1px 0px;
}

#module_item_title {
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  text-decoration: underline;
}

#module_item_content {
  text-align: justify;
}

#module_empty {
  text-align: center;
  padding: 50px 0px;
  font-weight: bold;
  color: #000;
}