body {
	text-align: center;
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #4c6772 url(i/bgrepeat.jpg) repeat-x top left;
}
img {
    border: 0px;
}
a {
    text-decoration: none;
    color: #175a76;
}

a:hover{
    text-decoration: underline;
}
#texto {
    color: #175a76;
    line-height: 150%;
    text-align: justify;
    padding: 0px 30px 20px 30px;
}
table tr td .textoConsorcio {
    color: #175a76;
    float: left;
    line-height: 120%;
    text-align: justify;
    padding: 0px 30px 20px 20px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#todo {
      /*border: 1px solid red;*/
      margin: auto;
      text-align: center;
      background-color: #FFF;
      width: 990px;
}
#header {
        width: 990px;
	height: 213px;
	margin: 0 auto;
	background: #FFFFFF url(i/header.jpg) no-repeat top left;
}
#logo {
        float: left;
        width: 140px;
	height: 125px;
	padding-left: 27px;
	padding-top: 25px;

}
#contenedor {
	float: left;
	margin: 0;
        background: #FFF url(i/bgcontenido.jpg) repeat-y top left;
	width: 990px;
}
#menuLeftColumn {
	float: left;
        background: #cfc3b0 url(i/leftMenuBg.jpg) repeat-y top left;
	width: 198px;
        margin: 0;
}
#menuLeftColumn ul {
  width: 198px;
  margin: 0; padding: 0;
  list-style-type: none;
  color: #175a76;
  text-align: left;
  font-size: 12px;
  background-color: #FFF;
}
#menuLeftColumn ul li {
  border-bottom: 1px solid #CFC3B0;
  margin: 0;
  padding: 8px 0px 8px 25px;
}
#menuLeftColumn ul li a {
  color: #26647f;
  display: block;
  margin: 0px;
  text-decoration: none;
}
#menuLeftColumn ul li a:hover {
  background-color: #ece7df;
  padding: 0;
  text-decoration: none;
}
#contenido {
	float: left;
        background-color: #FFF;
	width: 570px;
        margin: 0;
}
#contenido .empresa {
  margin-left: 35px;
  margin-right: 35px;
  border-bottom: 1px solid #cfc2b1;
  margin-bottom: 2em;
}
#contenido .empresa .tituloempresa {
  font-weight: bold;
  color: #175a76;
  text-align: left;
}
#contenido .empresa .imagenempresa {
  float: left;
  width: 150px;
  text-align: center;
}
#contenido .empresa .textoempresa {
  text-align: justify;
  margin-left: 155px;
  /*margin-right: 20px;*/
  color: #175a76;
}
#pie {
  margin-top: 3em;
  width: 100%;
  background: #ebe6de url(i/pie.jpg) no-repeat bottom right;
  height: 48px;
}

#latestNews {
	float: left;
        width: 220px;
        margin: 0;

}
.newstitle {
        text-align: left;
        font-weight: bold;
        color: #175a76;
        font-size: 12px;
        margin-left: 25px;
        margin-top: 10px;
}
.newssubtitle {
        text-align: left;
        color: #175a76;
        margin-left: 45px;
        font-size: 10px;

}
.newscontent {
        text-align: left;
        color: white;
        font-size: bold;
        margin-top: 5px;
        margin-left: 45px;
        margin-right: 25px;
        font-size: 10px;
}
#private{
        float: right;
        display: inline;
        background: url(i/arrow.jpg) no-repeat center right;
        color: white;
        font-weight: bold;
        margin-right: 5px;
        padding: 10px 20px 10px 0px;
}
#private a{
         text-decoration: none;
         color: white;
}
#titulonoticia {
        text-align: left;
        font-weight: bold;
        color: #175a76;
        font-size: 14px;
        padding: 15px 35px 10px 35px;

}
#contenidonoticia {
        text-align: left;
        color: #666;
        font-size: 12px;
        line-height: 150%;
        padding: 10px 35px 10px 35px;

}


