﻿body {
}

/*ICONOS MENU PRINCIPAL */
.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    xbox-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.ch-thumb {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    box-shadow: inset 0 0 0 7px #deedf7;
    -webkit-transform-origin: 95% 40%;
    -moz-transform-origin: 95% 40%;
    -o-transform-origin: 95% 40%;
    -ms-transform-origin: 95% 40%;
    transform-origin: 95% 40%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .ch-thumb:after {
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        border-radius: 50%;
        top: 40%;
        left: 95%;
        margin: -4px 0 0 -4px;
        xbackground: rgb(14,14,14);
        background: radial-gradient(ellipse at center, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
        Xbox-shadow: 0 0 1px #308DCB;
    }

.ch-img-1 {
    background-image: url(../images/mainsip.png);
    z-index: 12;
}

.ch-img-2 {
    background-image: url(../images/maindir.png);
    z-index: 11;
}

.ch-img-3 {
    background-image: url(../images/mainpro.png);
    z-index: 10;
}

.ch-img-4 {
    background-image: url(../images/mainsol.png);
    z-index: 12;
}

.ch-img-5 {
    background-image: url(../images/mainemp.png);
    z-index: 11;
}

.ch-img-6 {
    background-image: url(../images/mainsup.png);
    z-index: 10;
}

.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #c9512e url(../images/MainNoise.png);
    xbox-shadow: inset 0 0 0 5px rgba(0,0,0,0.05);
}

    .ch-info h3 {
        color: #EFF8FB;
        position: relative;
        letter-spacing: 0;
        font-size: 12px;
        margin: 0 20px;
        padding: 23px 0 0 0;
        height: 85px;
        font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
    }

    .ch-info p {
        color: #0404B4;
        padding: 2px 2px;
        font-style: Verdana;
        margin: 0 30px;
        font-size: 12px;
        border-top: 1px solid rgba(255,255,255,0.5);
    }

        .ch-info p a {
            display: block;
            width: 55px;
            height: 55px;
            background: #deedf7;
            border-radius: 50%;
            color: #308DCB;
            text-transform: lowercase;
            font-size: 10px;
            letter-spacing: 1px;
            padding-top: 18px;
            margin: 7px auto 0;
            font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
            font-style: italic;
            font-weight: bold;
            opacity: 1;
            -webkit-transition: -webkit-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
            -moz-transition: -moz-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
            -o-transition: -o-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
            -ms-transition: -ms-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
            transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
            -webkit-transform: translateX(60px) rotate(90deg);
            -moz-transform: translateX(60px) rotate(90deg);
            -o-transform: translateX(60px) rotate(90deg);
            -ms-transform: translateX(60px) rotate(90deg);
            transform: translateX(60px) rotate(90deg);
            -webkit-backface-visibility: hidden;
        }

            .ch-info p a:hover {
                background: #fff;
            }

        .ch-info p:hover {
            text-decoration: underline;
            cursor: pointer;
        }

.ch-item:hover .ch-thumb {
    box-shadow: inset 0 0 0 7px #deedf7, 0 1px 3px rgba(0,0,0,0.2);
    -webkit-transform: rotate(-110deg);
    -moz-transform: rotate(-110deg);
    -o-transform: rotate(-110deg);
    -ms-transform: rotate(-110deg);
    transform: rotate(-110deg);
}

.ch-item:hover .ch-info p a {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

* /*TODA LA PAGINA*/ {
    moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    * #mainApl {
        padding: 0px 10px 10px 10px;
    }

        * #mainApl .AreaGrupo {
            padding: 10px 0px 0px 0px;
        }

.ch-grid {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

    .ch-grid:after,
    .ch-item:before {
        content: '';
        display: table;
    }

    .ch-grid:after {
        clear: both;
    }

    .ch-grid li {
        padding: 0px;
        width: 154px;
        height: 154px;
        display: inline-block;
        margin: 0px 0px 0px 0px;
    }
