@import url("css/font-awesome-4.6-1.3/css/font-awesome.css");
@import url("css/header.css");
@import url("css/content.css");
@import url("css/footer.css");
@import url("css/juantrece/imagenes.css");
@import url("css/juantrece/videos.css");
@import url("css/juantrece/compartir.css");
@import url("css/juantrece/estilo.css");

* {
	margin: 0; /*!important;*/
	padding: 0;
	box-sizing: border-box;
}

body {
	background: #FFFFFF;
	color: #656E7F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
}

.contenedor {
	margin: 0 auto;
	max-width: 60em;/*960px a 16px*/
}

.go_top {
	border-radius: 50%;
	position: fixed;
	text-decoration: none;
	color: #FFFFFF;
	background: #F45145;
	font-size: 16px;
	padding: 1em;
	display: none;
}

.go_top_posicion {
	bottom: 2em;
	right: 2em;
}

.go_top:hover {
	background: #B1E8E6;
	color: #000000;
}

@media screen and (max-width: 600px){
	.go_top_posicion {
		bottom: 0.5em;
		right: 0.5em;
	}
}