﻿
* {
    padding: 0;
    font-family: 'Kanit', sans-serif;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

html, body {
    margin: 0px;
    height: 0%;
    width: 100%;
    font-family: 'Kanit', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}



.bodyinicio {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: -1;
    font-family: 'Kanit', sans-serif;
    font-size: 1em;
    background-image: url('/Imagenes/Pagina/Fondo_oscuro.jpg');
    background-repeat: no-repeat;
}

.logo {
    height: 89px;
    width: 403px;
    margin: 0 auto;
    left: 1%;
    font-family: Arial;
    font-weight: bold;
    font-size: 50px;
    position: absolute;
}
