@media (min-width: 1200px) {
	#contenedor_pie {
		width: 100%;
		height: 420px;
		background-color: #3B3B3B;
		color: #DDDDDD;
		font-size: 1em;
	}

	#sub_contenedor_pie {
		width: 1100px;
		height: 100%;
		margin-right: auto;
		margin-left: auto;
		position: relative;
	}

	#sub_contenedor_pie h3{
		font-size: 1.5em;
		color: #F0B823;
		max-width: 580px;
		border-bottom: 2px solid #515151;
	}

	.menu_pie {
		position: absolute;
		top: 10%;
		left: 50px;
	}
	.menu_pie ul {
		margin-top: -5px;
		margin-left: -45px;
	}

	.menu_pie li {
		padding: 5px;
		list-style-type: none;
	}

	.menu_pie li a {
		text-decoration: none;
		color: #FFFFFF;
	}

	.menu_pie li a:hover {
		text-decoration: underline;
	}


	.datos_pie {
		position: absolute;
		top: 10%;
		left: 200px;
		width: 600px;
	}

	.datos_pie .datos p {
		margin-left: 0;
	}

	.datos_pie .datos span {
		font-weight: bold;
		color: #FFFFFF;
	}

	.datos_pie .telefono{
		font-size: 2em;
		font-weight: bold;
	}

	.logo_pie {
		position: absolute;
		top: 20%;
		right: 50px;
	}

	.logo_pie img {
		width: 200px;
		height: auto;
	}

	.info_pie {
		width: 80%;
		position: absolute;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		bottom: 10px;
		border-top: 1px solid #515151;
		font-size: 0.9em;
	}
	.info_pie p {
		text-align: center;
	}
}
@media (max-width: 1199px) {
	#contenedor_pie {
		width: 100%;
		height: auto;
		background-color: #3B3B3B;
		color: #DDDDDD;
		font-size: 1em;
	}

	#sub_contenedor_pie {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		position: relative;
	}

	#sub_contenedor_pie h3{
		font-size: 1.5em;
		color: #F0B823;
		width: 100%;
		border-bottom: 2px solid #515151;
	}

	.menu_pie,.logo_pie,.logo_pie img {
		display: none;
	}

	.datos_pie * {
		text-align: center;
		width: 100%;
	}

	.datos_pie .datos span {
		font-weight: bold;
		color: #FFFFFF;
	}

	.datos_pie .telefono{
		font-size: 1.3em;
		font-weight: bold;
	}

	.info_pie {
		width: 100%;
		border-top: 1px solid #515151;
		margin-top: 20px;
		font-size: 0.7em;
	}
	.info_pie p {
		text-align: center;
	}
}