footer {
	width:100%;
	background:#55555b;
	border-top:30px solid #4b4b52;
	margin-top:25px;
	position:relative;
	z-index:7777;
}
footer .container_pie {
	width:100%;
}
footer ul  {
	margin:12px 0 0 0;
}
footer .navbar-nav > li  {
    border-right: none !important;
	display:inline-block;
}
.page-template-portadilla_negocios footer .navbar-nav a,
.page-template-portadilla_vivir footer .navbar-nav a,
.page-template-portadilla_viaja footer .navbar-nav a,
.page-template-portadilla_estudia footer .navbar-nav a,
footer .navbar-nav > li > a {
    border-right: 1px solid #707074;
    color: #848484;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
    padding:15px 14px 10px 14px;
	height:41px;
	font-size:16px;
}
footer .navbar-nav a:hover {
	color:#fff;
}
footer .navbar-nav li:first-child a {
	padding:15px 14px 10px 4px;
}
footer .navbar-nav li:last-child a {
	border-right: 0 none;
}
footer .col_pie_a {
	float:left;
	width:188px;
}
footer .col_pie_b {
	float:left;
}
footer .redes_footer {
    margin: 20px 0;
    width: 100%;
}
footer .separador {
	background: none repeat scroll 0 0 #707075;
	height: 38px;
	width: 1px;
}
footer .cc{
	color:#78787d;
	font-size:11px;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	float:left;
}	 
footer .texto_footer{
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#bab8b8;
	float:left;
	margin-bottom:20px;
}
footer .texto_footer a {
	color:#bab8b8;
}
footer .texto_footer a:hover {
	color:#bab8b8;
	text-decoration: underline;
}
footer .texto_footer span{color:#fff;}
		 
footer .logo_footer{
	float:right;
	margin-top:35px;
	text-align:center;
}
footer .logo_footer img{
	width:75%;
}
.linea_colores {
	background:url(home2015/img/linea_colores.png) no-repeat top left;
	height:4px;
	position:absolute;
	bottom:0px;
	z-index:7777;
	width:96px;
}
footer .redes_footer a img {
	width:25px;
}
/* responsive shits */
@media (min-width:748px) {
	footer .col_pie_b {
		float:right;
		width:200px;
	}
	.linea_colores {
		right:14px;
	}
}
@media (min-width: 992px) {
	footer .col_pie_b {
		float:right;
		width:200px;
	}
	.linea_colores {
		right:14px;
	}
}
@media (min-width:1200px){
	footer .texto_footer{
		float:right;
	}
	footer .col_pie_a {
		float:left;
		width:800px;
	}
	footer .container_pie{
		margin:0 auto 0 185px;
		width:1060px;
	}
	.page-template-index2015 footer .container_pie {
		margin:0 auto 0 auto;
		width:1060px;
	}

}