html {
	background: url(../img/fondo-sitio.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	color: white;
	font-family: 'Roboto-Medium';
}

ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

header {
	text-align: center;
	margin: 25px 50px;
}

header ul {
	margin: 0 auto;
}

header ul li {
	display: inline-block;
	padding: 10px 40px;
	border-right: 1px solid white;
	text-align: center;
	width: 200px;
}

header ul li:last-child {
	border: none;
}

h1 {
	font-family: 'EDosz';
}

h2 {
	font-family: 'Bebas-Bold';
	font-size: 4em;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

h1,h2 {
	text-transform: uppercase;
}

section {
	width: 100%;
	max-width: 1020px;
	margin: auto;
}

.titulos {
	text-align: center;
}

.titulos p {
	text-transform: uppercase;
}

.dinamica {
	text-align: center;
	text-transform: uppercase;
}

.dinamica li {
	display: inline-block;
	width: 50%;
	max-width: 250px;
	text-align: center;
	vertical-align: top;
}

.dinamica li h3 {
	font-weight: lighter;
	font-size: 1.1em;
	margin-top: -15px;
}

.dinamica li p {
	font-size: 0.8em;
}

.dinamica a {
	display: inline-block;
	margin: 25px auto;
}

#status {
	text-align: center;
	width: 80%;
	max-width: 650px;
	margin: auto;
	margin-top: 25px;
}

#status .thumbProfile {
	float: left;
	border-radius: 50%;
	margin-right: 50px;
}

#status .textsmall {
	font-size: 0.8em;
}

#status .codigo-pulsera {
	background-color: white;
	text-align: center;
	width: 80%;
	max-width: 300px;
	margin: auto;
	margin-top: 20px;
	border-radius: 25px;
	color: black;
	font-size: 1.1em;
	border: none;
	padding: 5px;
}

#status .cerrar-sesion {
	background-color: green;
	text-align: center;
	width: 80%;
	max-width: 150px;
	padding: 10px;
	border-radius: 25px;
	color: white;
	text-decoration: none;
	display: block;
	margin-top: 25px;
	border: none;
	margin: 20px auto;
}

#btnLoginFacebook {
	margin: 25px auto;
}

footer {
	text-align: center;
	text-transform: uppercase;
}

footer a {
	color: white;
	text-decoration: none;
}

.fb-like {
	float: right;
	margin-top: 15px;
}

@media ( max-width : 800px) {
	header ul li {
		border: none;
	}
	header ul li img {
		display: block;
	}
}

@media ( max-width : 600px) {
	.dinamica li {
		margin: 25px 0;
		max-width: 45%;
	}
	#status {
		text-align: center !important;
	}
	#status .thumbProfile {
		float: none;
		margin: auto;
		display: block;
		margin-bottom: 25px;
	}
}

#status-avatar {
	margin-top: 25px;
}

.photolog h2 {
	text-align: center;
	font-size: 3em;
	margin: 25px auto;
}

#my-dropzone {
	width: 100%;
	border: none;
	background-color: rgba(255, 255, 255, 0.4);
	color: black;
	height: 100%;
	position: absolute;
}

#my-dropzone label {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: black;    
	max-width: 300px;
    margin: auto;
}

#my-dropzone #pulsera {
	width: 300px;
	margin: auto;
	display: block;
	border: none;
	padding: 10px;
	text-align: center;
}