/* PLANTILLA*/
/* enlaces */
footer{margin-top:70px;width:100%;/*min-width:950px*/padding-top:40px;border-top:4px solid #f5f5f5}
footer .sep-pie{width:100%;height:2px;background-color:var(--corp-color)}
footer .enlaces{display:table;width:100%;}
footer .enlaces .cols{display:table-row;}
footer .enlaces .cols .left{width:67%;margin-top:40px;}
footer .enlaces .cols .left .col{width:31%;float:left;}
footer .enlaces .cols .left .col{width:31%;float:left;}
footer .enlaces .cols .right{width:33%;border-left:1px solid #dcdcdc ;padding-left:2%;margin-top:40px;min-width:343px}
footer .enlaces .cols .right .col{width:49%;float:left}
footer .enlaces .cols .col h2{font-size:18px;font-weight:normal;margin-bottom:15px;color:var(--corp-color)}
footer .enlaces .cols .right .col h2:nth-child(2){margin-bottom:25px}
footer .enlaces .cols .col ul{list-style:none;padding:0;margin:0}
footer .enlaces .cols .col li{margin-bottom:15px;line-height:16.8px}
footer a{color:#505050;text-decoration:none;font-size:14px}
footer a:hover{text-decoration:underline;}

/* contactar */
footer .contactar {font-size:14px;color:#505050;margin-bottom:5px;width:100%;height:25px;padding-bottom:12px}
footer .contactar .contacto{display:inline}
footer .contactar .contacto .sobre_g_claro{width:25px;height:20px;display:inline-block;background-size:100%;vertical-align: bottom;}
footer .contactar .comite{display:inline}
footer .contactar .comite .gente_g_claro{width:33px;height:20px;display:inline-block;background-size:100%;margin-left:30px;vertical-align: bottom;}

/* copy y logos */
footer .copy-logos{padding-top:15px;padding-bottom:50px;margin-top:15px}
footer .copy-logos{padding-top:15px;padding-bottom:50px;margin-top:15px}
footer .copy-logos .copy{float:left;font-size:12px;line-height:12px;color:#505050;}
footer .copy-logos .copy a{font-size:12px;}
footer .copy-logos .logos{float:right;text-align:right}
footer .copy-logos .logos .logo-elsevier-g-b{width:140px;height:21px;background-size:cover}
footer .copy-logos .logos .logo-relx{width: 140px;height: 21px;background-size: 115px 21px;margin-top: 10px;clear: both;display: block;background-position: right;}

@media (min-width:280px) and (max-width: 575px){
	/* PLANTILLA*/
	footer{padding-top:0}
	footer a{font-size:18px;color:#737373}
	footer .copy-logos{display:flex;flex-wrap:wrap}
	footer .copy-logos .copy{order:2;width:100%;line-height:14px;margin-left:8px;margin-right:8px}
	footer .copy-logos .logos{order:1;width:100%;;display:block;flex-wrap:nowrap;float:none;margin-bottom:25px;margin-left:8px;margin-right:8px }
	footer .copy-logos .logos .logo-elsevier-g-b{float:left;width:140px;display:inline-block;}
	footer .copy-logos .logos .logo-relx{float:right;width:140px;margin-top:0;display:inline-block;clear: none;}
	footer .enlaces .cols .right{border:none;width:100%;padding-left: 0;min-width:0}
	footer .enlaces .cols .right .col{width:100%;float:none}
	footer .enlaces .cols .col ul li{border-bottom:2px solid #dcdcdc;padding: 15px 0;margin:0;padding-left:8px}
	footer .enlaces .cols .col ul li:last-of-type{border:none}
}