/* CSS Document */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header {
    padding-top: 0px;
    margin-top: 0px;
    /* Gris para el resto */
    background-color: #F2F2F2;
}

body {
    /* Gris para el resto */
    background-color: #F2F2F2;
}

footer {
    /* Gris para el resto */
    background-color: #F2F2F2;
}

.sidenav {
    width: auto;
    position: fixed;
    top: 15%;
    left: 0;
    background-color: #003399;
    overflow-x: hidden;
}

.sidenav a {
    text-decoration: none;
    display: block;
}

.topnav {
    overflow: hidden;
    background-color: #E9E9E9;
}

.topnav .search-container {
    float: right;
}

.topnav input[type=text] {
    padding: 6px;
    margin-top: 6px;
    font-size: 15px;
    border: none;
}

.topnav .search-container label {
    padding: 6px;
    margin-top: 6px;
    font-size: 15px;
    border: none;
}

.topnav .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 6px;
    margin-right: 16px;
    background: #DDDDDD;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

.topnav .search-container button:hover {
    background: #CCCCCC;
}

@media screen and (max-width: 600px) {
    .topnav .search-container {
        float: none;
    }
    .topnav input[type=text],
    .topnav .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
    .topnav input[type=text] {
        border: 1px solid #CCCCCC;
    }
}

.social {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 2000;
}

.social ul {
    list-style: none;
}

.social ul li a {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social ul li .icon-facebook {
    background: #3b5998;
    font-size: 22px;
}

.social ul li .icon-twitter3 {
    background: #00abf0;
    font-size: 22px;
}

.social ul li .icon-google {
    background: #d95232;
    font-size: 22px;
}

.social ul li .icon-mail2 {
    background: #666666;
    font-size: 22px;
}

.social ul li a:hover {
    padding: 10px 30px;
    background: #000;
}

aside {
    background: #0CF;
}

.color5 {
    background: #003366;
}

nav {
    background-color: #009A92;
    color: #0CF;
}

.color-dirm {
    background-color: #0a933b;
    color: #0CF;
}

.tex1 {
    color: #FFFFFF;
    /*blanco*/
    text-align: center;
}

.tex2 {
    color: #2BF5EB;
    /*verde claro*/
    text-align: center;
}

.tex3 {
    color: #000000;
    /*negro*/
    text-align: center;
}

.tex4 {
    color: #FAB113;
    /*amarillo*/
    text-align: center;
}

.tex5 {
    color: #FFFFFF;
}

.tex6 {
    color: #000000;
    background-color: #FFFFFF;
}

h4,
h5,
h6 {
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
}

.fila5 {
    /* este es para poner los pdf*/
    display: flex;
    justify-content: center;
    width: 100%;
    float: center;
}

iframe {
    width: 100%;
}

@media screen and (max-width:480px) {
    .social {
        position: fixed;
        float: right;
        top: 100px;
        z-index: 2000;
    }
    .social ul li .icon-facebook {
        background: #3b5998;
        font-size: 9px;
    }
    .social ul li .icon-twitter3 {
        background: #00abf0;
        font-size: 9px;
    }
    .social ul li .icon-google {
        background: #d95232;
        font-size: 9px;
    }
    .social ul li .icon-mail2 {
        background: #666666;
        font-size: 9px;
    }
    .tex2 {
        color: #2BF5EB;
        text-align: left;
        font-size: 18px;
    }
}