
.centralizar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 180px;
    margin-top: -90px;
    margin-left: -250px;
}

body {
    text-align: center;
    background: #000;
    font-family: 'Open Sans',sans-serif;
    color: #fff;

}


h1 {
    display: block;
    width: 500px;
    height: 91px;
    text-indent: -9999px;
    background: url("../img/st-logo.png") center center no-repeat;
}

p {
    display: block;
    width: 500px;
    font-size: 0.8em;
}


small {
    display: inline-block;
    height: 30px;
    margin: 25px 0 15px 0;
    font-size: 1.3em;
    float: left;
    vertical-align: bottom;
    
}

p > small:nth-child(2) {
	float: right;
}


small > span {
    font-size: 1.2em;
    font-weight: bold;
    color: #f97c2b;
}

small > strong {
    font-weight: bold;
    color: #f97c2b;
}

.cprght {
	clear: both;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.8em;
}

.cprght strong {
    font-size: 0.9em;
    font-weight: bold;
}