/* Reset */
*{
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Generales ----------------------------------------
-------------------------------------------------- */
img {
    width: 100%;
    height: auto;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.4;
	padding-bottom: 25px;
	text-align: left;
}

h2 {
	font-family: 'Anton', sans-serif;
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h3 {
	font-family: 'Anton', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
}

h4 {
	font-family: 'Anton', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 20px;
	text-align: center;
	line-height: 1.3;
}

iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

a {
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

a:hover {
	color: #000;
}

span {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 1.4;
	padding-bottom: 25px;
	text-align: left;
}

/* Específicos ----------------------------------------
-------------------------------------------------- */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: rgb(250, 250, 250);
	z-index: 8;
	border: solid; 
	border-width: 0px 0px 1px 0px;
}

#logo {
	max-width: 300px;
	height: 40px;
	background-color: #ed1b24;
	padding-left: 100px;
	float: left;
}

#img_logo {
	max-width: 130px;
}

#redes {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

#logo_bitcoin {
	width: 150px;
	position: fixed;
	left: 0;
	top: 0;
	margin-top: 100px;
	z-index: 10;
}

#pixel {
	width: 50%;
	float: left;
	height: 600px;
	background-color: #fff;
	padding-top: 5%;
}


#amarillo {
	width: 50%;
	float: right;
	height: 600px;
	background-color: #f4e606;
	margin-bottom: 150px;
	padding-top: 5%;
}

#titular {
	width: 60%;
	margin-left: 20%;
	margin-top: 10%;
}

.cuerpo_texto {
	max-width: 700px;
	margin: auto;
}

.cuerpo_texto > img {
	margin-bottom: 25px;
}

#capitular {
	max-width: 250px;
	float: left;
	margin-right: 60px;
	margin-bottom: 60px;
	margin-top: 60px;
}

.video_int {
	padding-top: 56.25%;
}

.video_ext {
	display:block;
	margin: auto;
	position: relative;
	max-width: 1100px;
	margin-top: 20px;
	clear: right;
	margin-bottom: 70px;
}

.float_left {
	float: left;
	max-width: 350px;
	background-color:#f6f6f6;
	margin-left: 10%;
	padding: 5px;
	margin-right: 20px;
}

.left_head {
	background-color: #f4e606;
	padding: 20px;
	margin-bottom: 5px;
}

.monedas {
	float: left;
	width: 150px;
	border: solid;
	border-width: 1px;
	border-color: #999;
	margin:10px;
	padding-bottom: 5px;
}

.monedas > img {
	width: 50px;
	margin: auto;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

.monedas > p {
	font-size: 12px;
	padding-bottom: 0px;
	text-align: center;
}

.float_right {
	float: right;
	max-width: 375px;
	background-color:#fff;
	margin-right: 10%;
	padding: 5px;
	margin-left: 20px;
}

.right_caja {
	margin-bottom: 25px;
}

.frase > h3 {
	text-align: left;
	margin-top: 15px;
}

.frase > h4 {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 1.4;
	margin: 0px;
}

.personas {
	width: 100px;
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

#paises {
	max-width: 500px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 30px;
	background-color:#f6f6f6;
}

#paises_sum {
	margin: 10px;
	border: solid;
	border-width: 0px 0px 1px 0px ;
}

#paises_cont {
	margin: 30px;
	
}

/* media queries ------------------------------------
-------------------------------------------------- */
@media screen and (max-width: 800px){

#pixel {
	height: 400px;
	width: 300px;
	margin-left: 20px;
}

#amarillo {
	height: 400px;
	max-width: 1000px;
	margin-bottom: 70px;
}

#logo_bitcoin {
	display: none;
}
.float_right {
	float: none;
	margin: auto;
}

#capitular {
	max-width: 150px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.cuerpo_texto {
	max-width: 700px;
	margin: 40px;
	clear: left;
	clear: right;
}
}

@media screen and (max-width: 650px){
#logo {
	max-width: 300px;
	height: 40px;
	background-color: #ed1b24;
	padding-left: 20px;
	padding-right: 10px;
}

#pixel {
	display: none;
}

#amarillo {
	width: 100%;
	margin-bottom: 100px;
}

#titular {
	width: 300px;
	margin-left: 25%;
	margin-top: 5%;
}
.float_left {
	float: none;
	margin: auto;
}

.monedas {
	float: none;
	width: 95%
}
}

@media screen and (max-width: 500px){
#capitular {
	max-width: 70px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-top: 0px;
}
#titular {
	float: none;
	max-width: 300px;
	margin: 40px;
}
.cuerpo_texto > img {
	display: none;
}
}
