/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-oct-2017, 11:52:06
    Author     : mvillacis
*/
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
}
#contenido{
    margin: 15px;
    /*min-height: 100%;*/
    display: block;
}
video {
    position: fixed;
    bottom: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    opacity: 0.45;
}
video[poster]
{
    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
#header {
    margin: 15px;
    /*padding: 10px;*/
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 1px 4px rgba(240,248,255,0.5);
    font-family: 'Dosis', sans-serif, fantasy;
    font-weight: bold;
}
#footer {
    padding: 10px 0px;
    font-family: 'Dosis', sans-serif, fantasy;
    font-style: italic;
    font-weight: bold; 
    font-size: 16px;
    width: 100%;
    text-align: center;
    text-shadow:0 1px 4px rgba(0,0,0,.2);
    position: fixed;
    bottom: 15px;
    margin: 15px;
}
ul {
    display: table;
    margin: 0 auto;
    max-width: 700px;
    /*width: 100%;*/
    text-align: center;
    list-style-type: none;
}
li {
    vertical-align: middle;
    display: inline-block;
}
a{
    text-decoration: none;
}
#enlace{
    margin: 15px;
    padding: 15px;
    text-align: center;
}
li a img{
    max-width: 130px;
    max-height: 130px;
    width: 100%;
    height: 100%;
    margin: 5px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 7px;
}
li a img:hover{
    border-radius:7px;
    -webkit-box-shadow: 0px 0px 16px 4px rgba(167,194,233,0.5);
    -moz-box-shadow: 0px 0px 16px 4px rgba(167,194,233,0.5);
    box-shadow: 0px 0px 16px 4px rgba(221,240,28,0.74);
    background: rgba(73,155,234,0.5);
    transition-property:background-color;
    transition-duration:0.5s;
}
#enlace a{
    font-family: 'Dosis', sans-serif, fantasy;
    color: black;
    font-weight: bold;
}
#version{
    bottom: 5px;
    right: 5px;
    position: fixed;
    border: none;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
}
#version img{
    padding: 0;
    margin: 0;
    height: 25px;
}
#informacion{
    background: rgba(255,255,255,0.5);
    border-radius: 7px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Dosis', sans-serif, fantasy;
    position: fixed;
    bottom: 45px;
    right: 5px;
    font-weight: bold;
}
#version:hover{
    height: 35px;
}