.orbiter {
    cursor: url(cursor.cur) 15 15, url(cursor.cur), url(css/cursor.cur), w-resize;
}

.orbiter .orbiter-feature {
    background: transparent;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid #CCCCCC;
    border: 1px solid rgba(32, 32, 32, 0.4);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.orbiter .orbiter-feature:hover {
    background: transparent;
    background: rgba(255, 255, 255, 0.5);
}
 
.orbiter .orbiter-feature .feature-tool-tip {
    left: 5px;
    right: 5px;
    padding: 3px 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: white;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    zoom: 1;
}
body{
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
}
h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: 300;
}
h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 400;
}
h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.wrapper{
    width: 900px;
    margin: 0 auto;
    text-align: center;
}
.text-container{
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}
.spacer{
    width: 900px;
    height: 30px;
    border-bottom: 1px solid #aeaeae;
    margin: 5px;
}
.boton{
    padding: 20px;
    background-color: red;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 30px;
    text-decoration: none;
}
.top{
    width: 100%;
    height: 100px;
    text-align: center;
    background-color: red;
    padding: 20px 0px 0px 0px;
}