a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
ol {
  list-style: none;
}

li {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

body {
  font: 13px / 1.5 font-family:'Myriad Pro', 'PT Sans', sans-serif;;
}

pre,
code {
  font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
html, body {
    height:100%;
}
body {
  background: black;
  color: #333;
  text-align: center;
	}

a {
  color: blue;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  padding-top: 20px;
}

.example-block {
  background: #eee;
  font-size: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

.grid-container {
  padding-bottom: 20px;
}

.grid-container > hr {
  margin-left: 10px;
  margin-right: 10px;
}

div[class*="push-"] section {
  background: #dec;
}

div[class*="pull-"] section {
  background: #fcd;
}

.dynamic-px-width {
  display: block;
}
#header {
	position:absolute; left:0; top:0; right:50%; bottom:0;
	min-height:700px; 

}
#content{
	position:relative;
	width:324px; max-width:70%;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}
#content img{
	max-width:100%;
}
#data {
	position:absolute;
	top:40%;
}
#data a{opacity:0.65}
#data a:hover{opacity:1}
#footer{
	position:absolute; left:0; right:0; bottom:0; height:55px;
	background:#c3b490; padding-top:5px;
}
#footer a{
	font-family:'Myriad Pro','PT Sans';
	color:#FFFFFF;
}
#banner {
	position:absolute; left:50%; top:0; right:0; bottom:0;
	min-height:700px;
}
#banner img{
	float:left; 
	border-left:#808285 8px solid;
	border-right:#808285 8px solid;
	height:100%; width:auto;
}
@media (max-width: 768px) {
	#banner {
		position:absolute; left:0; top:0; right:0; bottom:0;
		min-height:700px; z-index:1; opacity:0.2;
		background:url(../images/foto.jpg) center center no-repeat;
		background-size:cover 
	}
	#banner img{
		display:none
	}

	#header {
		position:absolute; left:0; top:0; right:0; bottom:0;
		min-height:700px; z-index:2 
	}

}