/* CSS Document */

@media only screen and (max-width: 600px) {
	.titPrincipal{
		margin-bottom: 35%!important;
		margin-right: 0%!important;
		font-size: 24px!important;
	}
	.columnaFooter{
		margin-left: -50%!important;
	}
	.parrafoHome{
		font-size: 16px!important;
		margin-bottom: 5%!important;
	}
	#botonHome{
		margin-top: 50%!important;
	}
	#imagenHome,#recuadroHome{
		margin-top: 80%!important;
	}
	#SliderFondo{
		height: 130%!important;
	}
	#home-1{
		margin-top: 15%;
	}
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
	.titulo{
		margin-bottom: 20%!important;
		margin-right: -50%!important; 
	}
	.columnaFooter{
		margin-left: -70%!important;
	}
}
/*		NAVBAR		*/


.top_bar_left.clearfix {
	padding:0 80px;
	box-sizing:border-box;
}

#Top_bar .menu > li > a span:not(.description) {
	padding:0 15px;
	border:none;
}

