﻿#cont_artefacto {
    display:table;
}

.separador {
    width:20px;
    display:table-cell;
}

.menu_secciones {
    width:160px;
    display:table-cell;
    vertical-align:top;
    padding:15px;
    background-color:#000;
    position:relative;
    
}

.menu_secciones a{
    text-decoration:none;
    font-weight:bold;
    color:#FFF;
    width:100%;
    float:left;
    margin-bottom:1.5em;
    padding:0.5em 0;
    clear:both;
    text-align:center;
}

.menu_secciones a:hover{
    background-color:#fdbb64;
}

.menu_secciones .selected{
    background-color:#f38a00;
}

.menu_secciones .no_selected{
    background-color:#767171;
}

.contenido_secciones {
    overflow:hidden;
    position:relative;
    width:700px;
    display:table-cell;
    margin-bottom:5em;
}

.contenido_secciones a{
    width:171px;
    margin:2px;
    float:left;
    color:#FFF;
    text-decoration:none;
    background-color:#000;
    text-align:center;
    font-weight:bold;
}

.contenido_secciones a:hover{
    background-color:#f38a00;
}

.contenido_secciones a div{
    width:171px;
    height:171px;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

.contenido_secciones a p{
    padding:0.5em;
}