/**
 * index.css
 * Algunos estilos adicionales para el indice.
*/
#content {
    width: 73%
}

.content{
    overflow: hidden;
    height: 1%;
}

p{
    text-align: justify;
}

.cat-icons, .cat-panel{
    float: left;
    border: #ccc 1px dashed;
}

.cat-icons{
    width: 110px;
}

.cat-panel{
    width: 560px;
    margin-left: 10px;
}

.cat-image {
    cursor: pointer;
    margin: 5px;
}

.cat-content {
    display: none;
}

.mask {
    z-index: 1000;
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.focus-block {
    z-index: 1001;
    position: relative;
}

.cat-desc{
    width:90%;
    margin: 0 auto;
}

