.clear {
  clear:both;
}

#container {
  position:center;
  background:#fff;
  width:100%;
  margin:0px auto;
}

#cabecera {
  position:relative;
  width:100%;
  height:190px;
}

  #top {
    position:relative;
    background:#666 url(../images/top_bg.png) 0 0 repeat-x;
    height:40px;
    width:100%;
    
  }
  
  #banner_superior {
    float:left;
    position:relative;
    width:100%;
    height:217px;
    background:#f2f2f2;
  }
    
    #marca_pais {
      position:absolute;
      top:0;
      left:0;
      z-index:1000;
    }
    
    #institucion {
      position:absolute;
      top:30px;
      left:180px;
      color:#000;
      z-index:1000;
    }
    
    #sector {
      position:absolute;
      bottom:45px;
      left:180px;
      color:#000;
      z-index:1000;
    }
    
    #fecha {
      position:absolute;
      left:16px;
      bottom:10px;
    }
    
    #busqueda {
      position:absolute;
      right:16px;
      bottom:16px;
      /*width:135px;*/
      height:18px;
    }
    
    #login {
      position:absolute;
      top:5px;
      right:16px;
    }
  
  #botonera_principal {
    clear:both;
    position:relative;
    float:left;
    width:100%;
    /*height:40px;*/
    background:url(../images/botonera_principal.png) 0 0 repeat-x;
  }

#wrapper {
  clear:both;
  position:relative;
  padding-top:10px;
}

#cuerpo {
  clear:both;
  float:left;
  width:80%;
}

  #breadcrumb {
    clear:both;
    margin:10px;
    width:770px;
    font-size:11px;
  }
  
  #banner_central {
    clear:both;
    margin:15px 10px;
    width:auto;
  }
        
        #banner_secundario {
                clear:both;
                margin:15px 10px;
                padding:5px;
                width:770px;
                border:1px solid #c7c7c7;
        }
                #titulo {
                        color:#fff;
                        background-color:#c93;
                        padding:3px 5px;
                        margin:5px 0 10px 0;
                }
        
                #enlaces_civil {
                        float:left;
                        width:164px;
                        margin:0 5px 0 0;
                }
                
                #enlaces_civil p{
                        margin:0 0 5px 0;
                }
                
                #banner_civil {
                        float:left;
                        width:619px;
                }
  
  #destacado {
    clear:both;
    width:790px;
    height:auto;
  }
  
    #eventosdest {
      clear:both;
      margin:5px;
      padding:5px;
      float:left;
      width:100%;
    }
    
    /*#serviciosdest {
      margin:5px;
      padding:5px;
      float:left;
      width:50%;
    }*/
  
  #contenido {
    clear:both;
    margin:10px;;
    width:790px;
  }

#banner_lateral {
  float:left;
  width:170px;
  padding:10px;
}

#pie_pagina {
  position:relative;
  width:1000px;
  background-color:#4a4a4a;
  color:#cccccc;
  font-size:10px;
}

  #direccion {
    width:180px;
    padding:10px;
    float:left;
  }
  
  #politicas {
    width:580px;
    padding:10px;
    float:left;
  }
  
  #validacion {
    width:180px;
    padding:10px;
    float:left;
  }