.noticiaDestacada {
  margin-top: 10px;
  width: 100%;
}

.noticiaDestacada h1{
  font-weight: normal;
  font-size: 1em;
  text-transform: uppercase;
  background: url(/resources/img/cuadritoNoticia.gif) center left no-repeat;
  padding: 0 0 0 11px;
  border-bottom: 1px dotted #902C1F;
}

.noticiaDestacada .contenido{
  border: 1px solid black;
  padding: 10px;
}

.noticiaDestacada h2{
  font-size: 1em;
  margin: 0 0 10px 0;
  padding: 5px;
  background-color: #E6E2D0;
}

.noticiaDestacada img{
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid black;
}

.noticiaDestacada .texto{
  padding: 5px;
}

.noticiaDestacada .verMas{
  display: block;
  text-align: right;
  clear: both;
}

.listadoNoticias {
  margin-top: 10px;
  width: 100%;
}

.listadoNoticias h1{
  font-weight: normal;
  font-size: 1em;
  text-transform: uppercase;
  background: url(/resources/img/cuadritoNoticia.gif) center left no-repeat;
  padding: 0 0 0 11px;
  border-bottom: 1px dotted #902C1F;
}

.listadoNoticias .contenidos{
  border: 1px solid black;
  padding: 10px 10px 5px 10px;
  margin: 0;
  list-style-type: none;
}

.listadoNoticias .paginacion{
  border: 1px solid black;
  background-color: #E6E2D0;
  clear: both;
  margin: 10px;
  padding: 3px 20px;
  text-align: center;
}

.noticiaListado {
  padding: 5px;
  margin-top: 5px;
  background-color: #E6E2D0;
  border: 1px solid #E6E2D0;
  width: 395px;
}

.noticiaListado img{
  border: 1px solid black;
  float: left;
  margin-right: 5px;
}

.noticiaDetalle {
  margin-top: 10px;
  width: 100%;
}

.noticiaDetalle h1{
  font-weight: normal;
  font-size: 1em;
  text-transform: uppercase;
  background: url(/resources/img/cuadritoNoticia.gif) center left no-repeat;
  padding: 0 0 0 11px;
  border-bottom: 1px dotted #902C1F;
}

.noticiaDetalle .contenido{
  border: 1px solid black;
  padding: 10px;
}

.noticiaDetalle h2{
  font-size: 1em;
  margin: 0 0 10px 0;
  padding: 5px;
  background-color: #E6E2D0;
}

.noticiaDetalle img{
  /*float: left;*/
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid black;
}

.noticiaDetalle .texto{
  font-size: 1.1em;
}

.noticiaDetalle .volver{
  background-color: #eee;
  margin-top: 5px;
  display: block;
  padding: 5px;
  clear: both;
}