/*----------------------------------------------------
######################################################
======================================================
      Hospita da Ordem Terceira
======================================================
######################################################
----------------------------------------------------*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  color: #333333;
  margin: 0px;
}

img {
  border: none;
}

p {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
}

div, form, br, ul, li {
  margin: 0px;
  padding: 0px;
}

div#geral {
  background-image: url(/images/body_bg.jpg);
  background-repeat: repeat-y;
  width: 670px;
  margin: auto;
}

div#site {
  width: 650px;
  margin: auto;
}

.tit_pag {
    font-size: 1.8em;
    color: #982018;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

div.cont_pag {
    margin-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tit_artigo {
    /*color: #0080c1;*/
    color: #982018;
    border-bottom: 1px solid #8ba9b8;
    padding-bottom: 2px;
    margin-bottom: 20px;
    font-weight: bold;
}

.tit_artigo a {
    color: #0080c1;
    text-decoration: none;
}

.data_artigo {
    color: #999999;
    font-style: italic;
    font-size: 0.9em;
    font-weight: normal;
}


/*----------------------------------------------------
======================================================
      Topo - Menu
======================================================
----------------------------------------------------*/

div#topo {
  width: 650px;
  height: 160px;
  margin-bottom: 4px;
}

div.logotipo {

/*  background-image: url(/images/logo_hot.jpg);
  background-repeat: no-repeat;*/

  width: 150px;
  height: 160px;
  float: left;
}

div.logotipo h1 {
  visibility: hidden;
}

div.banner {
  width: 495px;
  height: 160px;
  float: right;
}


/*--------- Menu Principal ------------*/

div#menu {
  width: 650px;
  height: 30px;
  background-color: #982018;
  margin-bottom: 4px;
}

/*
div#menu ul {
  width: 640px;
  height: 25px;
  padding-top: 5px;
  padding-left: 10px;
}

div#menu ul li {
  float: left;
  list-style: none;
  font-size: 1.3em;
  margin-left: 10px;
  margin-right: 8px;
}

div#menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
*/

/*----------------------------------------------------
======================================================
      Centro
======================================================
----------------------------------------------------*/

div#centro {
  background-image: url(/images/site_bg.jpg);
  background-repeat: repeat-y;
  float: left;
  margin-bottom: 4px;
}


/*--------- Centro Esquerdo ------------*/

div#centro_esq {
  width: 150px;
  float: left;
}

.pesquisa_form {
  width: 150px;
  text-align: center;
  border-bottom: 1px dotted #ffffff;
  padding-bottom: 10px;
  padding-top: 10px;
}

.searchbox {
  width: 124px;
  height: 14px;
  border: 1px solid;
  font-size: 1.0em;
  padding: 2px;
}

.searchbutton {
  width: 130px;
  height: 20px;
  padding: 2px;
  font-size: 1.1em;
  color: #f0aa3f;
  background-color: #982018;
  border: 1px solid #982018;
  margin-top: 4px;
}

div.menu_lateral {
  width: 150px;
  margin-top: 10px;
  border-bottom: 1px dotted #ffffff;
  padding-bottom: 10px;
}

div.menu_lateral ul {
  margin-left: 25px;
}

div.menu_lateral ul li {
  margin-bottom: 6px;
}

div.menu_lateral ul li a {
  color: #982018;
  text-decoration: none;
}

div.menu_lateral ul li a:hover {
  color: #982018;
  text-decoration: underline;
}

div.menu_lateral_botoes {
  width:100%;
}

div.menu_lateral_botoes a{
  margin:0;
  padding:0;
  margin-left:11px;
}

div.menu_lateral_botoes a img{
  border:0;
  margin:0;
  padding:0;
}

div.menu_lateral_botoes a.bt_newsletter img{
  margin-top:-2px;
}


/*--------- Centro Direito ------------*/

div#centro_dir {
  width: 455px;
  margin-left: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #f0aa3f;
  border-bottom: 1px solid #f0aa3f;
  float: right;
}

table tr td p{
	width:100%;
	text-align:center;
	}

div#centro_dir a {
  color: #982018;
}

div.noticia_home {
  padding-bottom: 20px;
  border-bottom: 1px dotted #999999;
}

div.noticia_home2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

div.noticia_home img, div.noticia_home2 img {
  float: left;
}

div.noticia_home p, div.noticia_home2 p {
  margin-left: 140px;
}

.tit {
  font-size: 1.4em;
  color: #336699;
  font-weight: bold;
}


/*----------------------------------------------------
======================================================
      Rodape
======================================================
----------------------------------------------------*/

div#rodape {
  width: 650px;
  height: 22px;
  background-color: #982018;
  padding-top: 8px;
  font-size: 0.9em;
  color: #ffffff;
  text-align: center;
  clear: both;
}

div#rodape .copyright
{
  float: left;
  width: 70%;
  border: 0px solid black;
  text-align: center;
}

div#rodape .mapa
{
  float: left;
  width: 29%;
  border: 0px solid black;
  padding-top: 0px;
}

div#rodape a {
  color: #ffffff;
  text-decoration: none;
}

div.linhaVazia
{
  clear: both;
}

div.itemEsq
{
  float:left;
}

div.itemDir
{
  float:right;
}

/** Errors*/
.form_error
{
  padding-left: 25px;
  color: #d8732f;
}
/** end Errors*/
