﻿body {
    font-family: Segoe UI;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background-color: #FBFBFB;
}

.contenedor {
    width: 1000px;
    height: 500px;
    background-color: transparent;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .contenedor td {
        width: 50%;
    }

.Logo {
    width: 400px;
    height: auto;
    text-align: center;
}

h1 {
    font-size: 24px;
    text-align: center;
    color: #4800ff;
}
