/* CSS Document */
body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin:0;  
  }
h1 {
  background:url(fondo_titulo.png);
  background-repeat:repeat-x;
  font-size:16px;
  height:25px;
  color:#FFFFFF;
  text-align:center;
  width:765px;
  border-bottom:#000000 solid 1px;  
  }
h2 {
  margin:4px;
  font-size:11px;
  text-align:left;
  }
h3 {
  font-size:14px;  
  color:#8c0101;
  text-align:left;
  }
  
h4 {
  background:#990000;
  color:white;
  text-align:center;
  }
h5 {
  font-size:10px;
  text-align:center;
  color:#fff;
  }

h1,h3, h4, h5 {
  margin:0;
  }
h2, h3 {
  margin:2px 5px 2px 10px;
  line-height:1.3;
  }
hr {
  background-color:#999999;
  color:#999999;
  margin:10px;
  }
#pagina {
  width:765px;
  margin-left:100px;
  background-color:#B6B6B6;
  }
#pagina-completa {
  background:white;
  margin:5px;  
  }
#contenido {
  font-size:11px;
  text-align:justify;
  margin:0 10px 10px 10px;
  line-height:1.4;
  }  

.imagen-der, .imagen-izq {  
  background:#CCCCCC;
  padding:5px 5px 10px 5px;
  border:1px solid #999999;    
}
.imagen-der img.acostada, .imagen-izq img.acostada {
  width:300px;
  height:200px;
  }
.imagen-der img.parada, imagen-der img.parada {
  width:200px;
  height:300px;
  }  
.imagen-der {  
  float:right;
  margin:0 0px 10px 10px;
}

.imagen-izq {
  float:left;
  margin:5px 10px 10px 10px;
  }
#contenido-izq {
  width:580px;
  float:left;
  margin: 5px;
  background-color:white;
  }
#contenido-der {
  width:160px;
  margin:5px 5px 0 0;
  float:right;
  background:#fff;
    
  }
#footer {
  clear:both;
  }
#noticiasA {
  width:100%;  
  }
#noticiasA p , #noticiasCon, #noticiasA, #noticiasA img {
  margin:0;
  padding:0;
  }
#noticiasCon p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;
  font-weight:bold;
  padding:0 5px 5px 5px;
  margin:0;
  text-align:center;
  line-height:1.2;
  }
#noticiasCon {
  background-image:url(images/Noticias_Anteriores_02.gif);
  background-repeat:repeat-y;
  }
#noticiasCon img {
  margin:0 0 0 4px;
  }
#noticiasCon img.acostada {
  width:150px;
  height:100px;
  }
#noticiasCon img.parada {
 width:100px;
  height:150px;
  }
#noticiaspie {
  background-image:url(images/Noticias_Anteriores_04.gif);
  background-repeat:no-repeat;
  color:#FFFFFF;
  text-align:center;
  height:37px;
  padding:8px 0 0 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  }