
/*MENU DE BOTONES CUADRADOS PARA DIFERENTES SECCIONES DE LAS PAGINAS DE CECYTEBC*/

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('/librerias/creative_menu/css/websymbols/websymbols-regular-webfont.eot');
    src: url('/librerias/creative_menu/css/websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/librerias/creative_menu/css/websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('/librerias/creative_menu/css/websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('/librerias/creative_menu/css/websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ca-menu{ padding:0; padding:20px auto; width: 900px; }
.ca-menu li{ width: 156px; height: 200px;  overflow: hidden; position: relative; float:left; background: #CDCDCD; margin: 0px 0 20px 20px;    -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear;   transition: all 300ms linear; }
.ca-menu li:last-child{ margin-right: 0px; }
.ca-menu li a{ text-align: left; width: 100%; height: 100%; display: block; color: #333; position: relative; }
.ca-icon{ font-family: 'WebSymbolsRegular', cursive; font-size: 70px; color: #333; text-shadow: 0px 0px 1px #333; line-height: 120px; position: absolute; width: 100%; height: 50%; left: 0px; top: 0px; text-align: center; }
.ca-content{ position: absolute; left: 0px; width: 100%; top: 50%; }
.ca-main{ font-size: 13px; opacity: 0.8; height:30px; text-align: center; padding:5px 5px 0 5px; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; -ms-transition: all 200ms linear; transition: all 200ms linear; }
.ca-sub{ text-align:center; font-size: 11px; color: #666; line-height: 11px; opacity: 0.8; padding:3px; -webkit-transition: all 200ms linear;-moz-transition: all 200ms linear; -o-transition: all 200ms linear; -ms-transition: all 200ms linear; transition: all 200ms linear; }
.ca-menu li:hover{ background-color: #DDCBA4; }
.ca-menu li:hover .ca-icon{ color: #333; font-size: 70px; }
.ca-menu li:hover .ca-main{ color: #333; font-size: 15px; }
.ca-menu li:hover .ca-sub{ color: #333; }
@-webkit-keyframes moveFromLeftRotate{
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -webkit-transform: translateX(0%) rotate(0deg);
    }
}
@-moz-keyframes moveFromLeftRotate{
    from {
        -moz-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -moz-transform: translateX(0%) rotate(0deg);
    }
}
@-ms-keyframes moveFromLeftRotate{
    from {
        -ms-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -ms-transform: translateX(0%) rotate(0deg);
    }
}
@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
