﻿/* Headers  */
.site-header.inicio {
    height: 200px;
}
.contenedor {
    margin: 0 40px 0 40px;
    border-bottom-style: double;
    border-color: black;
}

.contenedorPrincipal {
    display: flex;
    flex-direction: column;
    max-width: 150rem;
    width: 33.33%;
    justify-content: space-between;
    align-content: center;
}
.contenedorLineas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}
.barra {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 40px;
}
.topNav {
    overflow: hidden;
    position: relative;
}
.topNav a {
    float: right;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
}

/*  Navegacion  */
.navegacion a {
    color: red;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    margin-right: 20px;
}
.navegacion a:hover {
    color: black;
    text-decoration: none;
}
.navegacion a:last-of-type {
    margin-right: 0;
}

/*  Iconos Redes Sociales */
.iconos {
    float: right;
    padding: 0 20px;
}
.iconos.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/*  Fondos  */
.fondoImagenes {
    background-color: #d6d6c2;
    border-radius: 20px;
}

/*  Utilitarios */
.formatoPanelError {
    align-items: center;
    max-width: 5rem;
    width: 5rem;
    background-color: red;
}