/*
 *	Theme Name: Mexillon de Galicia
 * Description: Tema para sitio mexillondegalicia.org. Estilos Footer
 *	Author: Cancrexo / Acuarel
 *	Version: 1.0
 *	@package mexillondegalicia
 * Text Domain: mexillondegalicia
 */



/*Footer*/
footer{
	display:block;
	position:relative;
	width:100%;
	clear:both;
	float:left;
	min-height: 62px;
	background:#00adaa;
	border:0px solid #f90;
}

footer h3{
	display:block;
	margin:10px auto;
	text-align:center;
	font-weight:normal;
	font-size:14px;
	color:#fff
}

ul.footer-links {
	width:100%;	
	text-align:center;
}

ul.footer-links li {
  display: inline;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #bfbab1;
  color: #fff;
  font-size: 12px;
}

ul.footer-links li:last-child {
	border:0;
}

ul.footer-links li a, ul.footer-links li a:visited{
	text-decoration:none;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

ul.footer-links li a:hover, ul.footer-links li a:active{
	text-decoration:none;
	color: #111;	
}

footer img.logotipos{
	display:block;
	position:absolute;
	right:40px;
	top:22px;	
	width:163px;
	height:23px;
}