/* FOOTER */
footer {
	width:94%;
	background-color:#214b65;
	background-image: -moz-linear-gradient(top center, #214b65, #1c3f55);
    background-image: -o-linear-gradient(top, #214b65, #1c3f55);
    background-image: linear-gradient(top, #214b65, #1c3f55);
    position:relative;
	line-height:1.2em;
	bottom:0;
	padding:1em 3% 2em 3%;
	font-size:13px;
	border-top: 4px solid #00a6eb;
}
footer h3 {
	color:#FFF;
	font-size:1.8em !important;
	text-align: left !important;
	margin:0.7em 0;
}
footer p {
	margin-bottom: 8px;
}
/* Firma */
.firma {
	color:#FFF;
}
/* Especies en adopción */
.bot-especies a {
	text-decoration:none;
	color:#FFF;
}
.bot-especies a:hover {
	color:#00a6eb;
}
.bot-especies i {
	color:#00a6eb;
	font-size:1em;
	margin-right:5px;
}
/* Teléfono de contacto */
.contact {
	color:#FFF;
}
.contact i {
	color:#00a6eb;
	font-size:1.5em;
	margin-right:5px;
}
#ssl-secured-gif{
	margin-top: 1em;
}

/* LAYOUT */
@media screen and (min-width: 30em){
footer .grid .col-1-4 {
	width:100%;
}
}

@media screen and (min-width: 45em){
footer .grid .col-1-4 {
	width:28%;
}
.bot-especies, .contact {
	margin-left:5%;
}
	.bot-info, .contact {
	margin-left:5%;
}
}

@media screen and (min-width: 57.5em){
footer .grid .contact {
	margin-left:0%;
	width:30%;
}
}

.firma2 {
	color:#FFF;
	margin-top: 2em;
}
