.terminosDiv{
    position: fixed;
    width: 100%;
    height: 300px;
    z-index: 10000;
    top: 50px;
}
.terminosDiv .terminosWrapper{
    width: 800px;
    height: 350px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
}
.terminosDiv .terminosWrapper .parrafoTerms p{
    height: 350px;
    overflow: scroll;
    text-align: center;
}
.terminosDiv .cerrarWinDiv{
    height: 10px;
    width: 870px;
    margin: 0 auto;
}
.terminosDiv .cerrarWinDiv .cerrarWin{
    float: right;
    cursor: pointer;
}