@font-face {
    font-family: 'Orbitron Light';
    font-style: normal;
    font-weight: normal;
    src: local('Orbitron Light'), url('orbitron-light.woff') format('woff');
}

body{
    margin: 0px;
    padding: 0px;
    /*position: relative;*/
    /*background-color: black;*/
}
.main{
    position:relative;
    width: 1060px;
    /*background: #0000AE;*/
    margin: 0 auto;
}
.center{
    /*margin: 0 auto;*/
    float:none;
    margin-left: auto;
    margin-right: auto;
}

#mainlogo{
    position: relative;
    width: 50%;
    left: 25%;
}

#mainlogo img {
    width: 100%;
    height: auto;
    top: 20%;
}
.shape{
    position:absolute;
    width: 100%;
    height: auto;
    bottom: 0px; 
}
p{
    text-align: center;
    font-family: 'Orbitron Light';
    font-size: 25px;
}

.white{
    color:white;
}

.grey{
    color:grey;
}

/*.shape{width: 100%;background-size: 100% 100%;}
@media screen and (max-width:600px){.shape{background-image: url("../img/proceso2.png");}}
@media screen and (min-width:480px){.shape{background-image: url("../img/proceso.png");}}
@media screen and (min-width:1000px){.shape{background-image: url("../img/proceso.png");}}

*/
