@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    background-color: #99ff85;

}
/*#container{
    width: 80%;
    height: auto;
    border: solid 2px #ff0000;
    margin: auto;
}*/
#container h1{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 2em;
    text-align: center;
    color: rgb(255, 255, 255);
    background-image: url('xmas.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
header{
    width: 100%;
    height: 150px;
    background-image: url('xmas.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 20px;
    position: relative;
}

header nav{
    width: 100%;
    height: auto;
    background-color: rgb(255, 0, 0);
    position: absolute;
    bottom: 0px;
}
header nav ul li{
    width: 33.333333%;
    background-color: rgb(255, 0, 0);
    display: inline-block;
}
header nav ul li a{
    text-decoration: none;
    display: block;
    background-color: rgb(0, 132, 255);
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 10px 0 10px 0;
    border-right: 1px solid #5a3737;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 1em;
    transition: background 1s;
}
h2{
    text-align: center;
    font-size: 1.5em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
table{
    border: solid 2px #457ffc;
    text-align: center;
    width: 60%;
    margin: auto;
}
td,th{
    border: 1px solid #ff0000;
    padding: 10px;
}
img{
    display: block;
    margin: auto;
}
p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.2em;
    color: blue;
    text-align: center;
}
h3{
    text-align: center;
}
ul li{
    display: block;
    margin-bottom: 5px;
    color: blue;
    text-decoration: dotted;
    text-align: center;
}

h4{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 3em;
}

form{
    width: 60%;
    height: auto;
    background: rgb(0, 183, 255);
    margin: 20px auto;
    padding: 20px;
}

label{
    display: block;
    margin-top: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 0.9em;
    color: black;
    background-color: rgb(0, 183, 255);
}

strong{
    background-color: #808080;
}

select{
    background-color: rgb(255, 255, 255);
}

option{
    background-color: white;
}

input{
    width: 60%;
    height: 20px;
    background: rgb(255, 255, 255);
    border: none;
    color: rgb(138, 138, 138);
}

textarea{
    width: 60%;
    height: 70px;
    background: rgb(255, 255, 255);
    border: none;
}

#boton{
    width: 30%;
    height: 25px;
    background: #808080;
    display: block;
    color: rgb(0, 0, 0);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: medium;
}

h6{
    background-color: rgb(0, 183, 255);
    font-size: medium;
    font-family: 'Courier New', Courier, monospace;
}