
/* ==================================================
   FOOTER
================================================== */

#footer{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}

#footer h5{
	margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.columna-logo{
	width: 25%;
	float: left;
}

.columna-info{
	width: 75%;
	float: left;
}

ul#footerButtons {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#footerButtons {
    list-style: none;
    display: inline;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

#footerButtons li {
    float: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    margin-left: 40px;
    padding: 10px 2px;
	/* Firefox */
	width: -moz-calc(50% - 44px);
	/* WebKit */
	width: -webkit-calc(50% - 44px);
	/* Opera */
	width: -o-calc(50% - 44px);
	/* Standard */
	width: calc(50% - 44px);
}

#footerButtons a {
    display: block;
    color: #999999;
}

#footerButtons a:hover {
    color: #666666;
}


/* ==================================================
  COPYRIGHT
================================================== */

#copyright{
	background-color: #4cbebf;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright-info{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
	text-align: center;
}

.copyright-info a{
	color: #ffffff;
}

.copyright-info a:hover{
	color: #213036;
}



/* ==================================================
   MEDIA
================================================== */

@media only screen and (max-width: 600px) {

#footerButtons li {
    width: -moz-calc(100% - 44px);
    width: -webkit-calc(100% - 44px);
    width: -o-calc(100% - 44px);
    width: calc(100% - 44px);
}

}

@media only screen and (max-width: 420px) {

#footer h5 { margin-left: 0px;}
#footerButtons li {
    margin-left: 0px;
	width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: calc(100% - 0px);
}

}

