﻿
/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    color: #4cff00;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: #ffffff;
}

body {
    display: -ms-flexbox;
    /*display: flex;*/
    color: #000;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}


.aire {
    margin-left: 0px;
    margin-bottom: 1px;
    padding-bottom: 15px;
    margin-right: 0px
}