html{
margin: 0;
padding: 0;
background-color: #BBBBBB;
background-image: url("../images/punto.png");
}
body{
min-height: 962px;
min-width: 1283px;
max-width: 1283px;
max-height: 962px;
width: 90%;
margin: 0 auto;
background-color: #BBBBBB;
height: 100%;
overflow: auto;
}

header{
position: absolute;
width: 100%;
text-align: center;
z-index:1;
top: 0px;
left: 0;
height: 0px;

}

header img{
position: relative;
top: 0;

}
header h1, header h3{
/*background-color: rgba(28,152,202,0.8);
font-family: sans-serif, Arial ;
display: inline-block;
padding: 10px;
border-radius: 10px;*/
text-indent: -9999px;
line-height: 0;
margin: 0;
padding: 0;
}
h3:hover, p:hover{
cursor: default;
}
