

body {
    margin:0;
    padding:0;
    text-align:center;
    background-color:#222222;
  }


#contenido {
    text-align:left;
    margin:auto;
    background-color:#222222;
    width:800px;
  }


#cabecera {
    background-color : #222222;
    height : 250px;
    width : 800px;
  }


#columnas {
    width:800px;
    float:left;
    background-color:#222222;
  }


#izquierda {
    background-color : #ffffff;
    background-image : url('izq-fondo.jpg');
    float : left;
    width : 465px;
  }


#izq-sup {
    background-image : url('izq-sup.jpg');
    height : 15px;
    overflow : hidden;
  }


#izq-inf {
    background-image : url('izq-inf.jpg');
    height : 15px;
    overflow : hidden;
  }


#derecha {
    background-color : #ffffff;
    background-image : url('der-fondo.jpg');
    float : right;
    width : 335px;
  }


#der-sup {
    background-image : url('der-sup.jpg');
    height : 15px;
    overflow : hidden;
  }


#imagen_movil {
    background-image : url('der-fondo.jpg');
    text-align : right;
  }


#der-inf {
    background-image : url('der-inf.jpg');
    height : 15px;
    overflow : hidden;
  }


.pueblos {
    font-family : Verdana, Arial, sans-serif;
    font-size : 18px;
    margin-left : 25px;
    margin-right : 15px;
  }


.resoluciones {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
  }


#pie {
    background-color : #ffffff;
    background-image : url('pie-fondo.jpg');
    width : 800px;
  }


#pie-sup {
    background-image : url('pie-sup.jpg');
    height : 15px;
    overflow : hidden;
  }


#pie-inf {
    background-image : url('pie-inf.jpg');
    height : 15px;
    overflow : hidden;
  }


.nota {
    font-family : Verdana, Arial, sans-serif;
    font-size : 13px;
    margin-left : 25px;
    margin-right : 15px;
  }


a {
    color : #0000ff;
    text-decoration : none;
  }


a:hover {
    text-decoration : underline;
  }


.subraya_pueblos {
    margin-left : 5px;
    margin-top : 0px;
  }

