/*****************************************************************/
/* FOOTER*/
/*****************************************************************/
  
footer {
  /*background-color: #11171a;
  color: #FFF;*/
  border-top: 3px solid #1867B7;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
  /*position: absolute;
  bottom: 0;
  height: 13rem;            /* Footer height */
}

/****   Footer Map    ****/
#block-footermap{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-top:20px;
}
#block-footermap > nav{
	display: table;
    margin: 0 auto;    
}
#block-footermap .footermap-header{
    display: flex;
    /*padding: 0;*/
}
#block-footermap a{
    color:#000;
    font-size: small;
}
#block-footermap li.footermap-item--depth-1{
    border-left: 1px solid #ddd;
    padding-left: 5px;
    margin-right: 5px;
}

#block-footermap li.footermap-item--depth-1 > a{
    font-weight: bold;
    text-decoration: none;    
}

/****   Footer Others    ****/
#footer_others{
	border-top: 1px solid #1867B7;
}
.region-footer-first a, .region-footer-second a, .region-footer-third a, #copyright{
    color: #000;
    font-size: small;
}
/*#block-piedepagina2 .last{ Mapa Web
	display: none;
}*/
#footer-images{
    text-align: center;
    padding: 25px 0px 25px 0px;
}
#block-footersocial, 
#block-formularioexpuestovw-busqueda-apipage-1{
	text-align: right;
}
#footer-social{    
    padding: 10px 0px 0px 0px; 
}
#footer-social svg  {    
    margin-left: 15px; 
}
#copyright{
    border-top: 1px solid rgba(255, 255, 255, 0.2);   
    padding: 5px 0px 5px 0px;
    text-align: center;
}
#footer-images img {    
    margin-left: 15px;
    margin-right: 15px;  
    margin-bottom: 15px;  
}