.notaDestacada {
  margin-top: 10px;
  width: 100%;
}

.notaDestacada 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;
}

.notaDestacada .contenido{
  border: 1px solid black;
  padding: 10px;
}

.notaDestacada h2{
  font-size: 1em;
  margin: 0 0 10px 0;
  padding: 5px;
  background-color: #E6E2D0;
}

.notaDestacada img{
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid black;
}

.notaDestacada .texto{
  padding: 5px;
}

.notaDestacada .verMas{
  display: block;
  text-align: right;
  clear: both;
}

.listadoNotas {
  margin-top: 10px;
  width: 100%;
}

.listadoNotas 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;
}

.listadoNotas .contenidos{
  border: 1px solid black;
  padding: 10px 10px 5px 10px;
  margin: 0;
  list-style-type: none;
}

.listadoNotas .paginacion{
  border: 1px solid black;
  background-color: #E6E2D0;
  clear: both;
  margin: 10px;
  padding: 3px 20px;
  text-align: center;
}

.notaListado {
  padding: 5px;
  margin-top: 5px;
  background-color: #E6E2D0;
  border: 1px solid #E6E2D0;
  width: 395px;
}

.notaListado img{
  border: 1px solid black;
  float: left;
  margin-right: 5px;
}

.notaDetalle {
  margin-top: 10px;
  width: 100%;
}

.notaDetalle 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;
}

.notaDetalle .contenido{
  border: 1px solid black;
  padding: 10px;
}

.notaDetalle h2{
  font-size: 1em;
  margin: 0 0 10px 0;
  padding: 5px;
  background-color: #E6E2D0;
}

.notaDetalle img{
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid black;
}

.notaDetalle .texto{
  font-size: 1.1em;
}

.notaDetalle .volver{
  background-color: #eee;
  margin-top: 5px;
  display: block;
  padding: 5px;
  clear: both;
}
