﻿@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(Lato.woff) format('woff');
}

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(Pacifico.woff) format('woff');
}

.docCont {
    font-family: 'Lato', 'Arial', 'sans-serif';
    background-color: #fefefe;
    padding: 3em;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #f9f8f8;
}
    .docCont .content {
        position: absolute;
        top: 25%;
        left: 50%;
        padding: 27px;
        background-color: #fff;
    }
    .docCont .title {
        font-size: 5.5em;
        line-height: 1.75em;
        font-family: 'Pacifico', 'Times';
        font-weight: 100;
        text-align: center;
        text-shadow: 0px 2px 2px #2c2c2c;
        margin: 0;
    }
.content .TMSTituloImg {
    height: 80px;
    width: 160px;
    position: absolute;
    right: 0;
    top: 0;
}

.content code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.content code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/*
*::-moz-selection {
    background-color: #ffffff;
    color: #1b528e;
    opacity: 1;
}

*::selection {
    background-color: #ffffff;
    color: #1b528e;
    opacity: 1;
}

.docCont article {
    width: 720px;
    margin: auto;
    margin-top: 70px;
}

.docCont h1 {
    color: #1b528e;
    font-size: 5.5em;
    line-height: 1.75em;
    font-family: 'Pacifico', 'Times';
    font-weight: 100;
    text-align: center;
    text-shadow: 0px 2px 2px #2c2c2c;
}

.docCont h2 {
    color: #2c2c2c;
    width: 600px;
    margin: auto;
    font-size: 2em;
    line-height: 1.25em;
    font-family: 'Lato', 'Arial', 'sans-serif';
    font-weight: 100;
    text-align: center;
}

.docCont hr {
    border: 0;
    border-bottom: 2px dashed #ccc;
}

.docCont p {
    font-size: 1.15em;
    line-height: 1.1em;
    letter-spacing: 2px;
    font-weight: 100;
    text-align: justify;
}

    .docCont p#ll {
        padding: 2%;
        width: 46%;
        float: left;
        text-indent: 1em;
    }

    .docCont p#rr {
        padding: 2%;
        width: 46%;
        float: right;
        text-indent: 1em;
    }

.docCont .form {
    width: 300px;
    background-color: transparent;
    border: 2px dashed #ccc;
    margin: 0px;
    padding: 5px;
    font-size: 1.2em;
    font-family: 'Lato', 'Arial', 'sans-serif';
}

    .docCont .form:focus {
        outline: 0px;
    }

.docCont textarea {
    border-top: 0px !important;
    border-bottom: 0px !important;
    height: 120px;
}

.docCont input[type="submit"] {
    background-color: #888888;
    color: #f4f4f4;
    border: 0px;
    width: 313px;
}

.docCont input[type="submit"] {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    transition: .2s linear;
}

    .docCont input[type="submit"]:hover {
        background-color: #1b528e;
        color: #ffffff;
    }

.docCont p#links {
    text-align: center;
    margin-bottom: 90px;
    margin-top: 10px;
}

.docCont p#alt {
    padding: 2%;
}

.docCont br.clear {
    clear: both;
}

.docCont a {
    border: 0px !important;
}

    .docCont a:hover {
        opacity: 0.5;
    }

.docCont img {
    border: 0px !important;
}

.docCont dt {
    font-weight: bold;
}
*/