 
@-webkit-keyframes bigAssButtonPulse{from{background-color:#749a02;-webkit-box-shadow:0 0 25px #333;}50%{background-color:#91bd09;-webkit-box-shadow:0 0 50px #91bd09;}to{background-color:#749a02;-webkit-box-shadow:0 0 25px #333;}}
//@-webkit-keyframes greenPulse{from{background-color:#749a02;-webkit-box-shadow:0 0 9px #333;}50%{background-color:#91bd09;-webkit-box-shadow:0 0 18px #91bd09;}to{background-color:#749a02;-webkit-box-shadow:0 0 9px #333;}}
@-webkit-keyframes greenPulse{
    from
    {
        background-color:#4B8A08;
        -webkit-box-shadow:0 0 9px #333;
    }
    50%{
        background-color:#91bd09;
        -webkit-box-shadow:0 0 18px #0404B4;
    }
    to{background-color:#4B8A08;
       -webkit-box-shadow:0 0 9px #333;}}

@-webkit-keyframes bluePulse{from{background-color:#007d9a;-webkit-box-shadow:0 0 9px #333;}50%{background-color:#2daebf;-webkit-box-shadow:0 0 18px #2daebf;}to{background-color:#007d9a;-webkit-box-shadow:0 0 9px #333;}}
@-webkit-keyframes redPulse{from{background-color:#bc330d;-webkit-box-shadow:0 0 9px #333;}50%{background-color:#e33100;-webkit-box-shadow:0 0 18px #e33100;}to{background-color:#bc330d;-webkit-box-shadow:0 0 9px #333;}}
@-webkit-keyframes magentaPulse{from{background-color:#630030;-webkit-box-shadow:0 0 9px #333;}50%{background-color:#a9014b;-webkit-box-shadow:0 0 18px #a9014b;}to{background-color:#630030;-webkit-box-shadow:0 0 9px #333;}}
@-webkit-keyframes orangePulse{from{background-color:#d45500;-webkit-box-shadow:0 0 9px #333;}50%{background-color:#ff5c00;-webkit-box-shadow:0 0 18px #ff5c00;}to{background-color:#d45500;-webkit-box-shadow:0 0 9px #333;}}
@-webkit-keyframes orangellowPulse{from{background-color:#fc9200;-webkit-box-shadow:0 0 9px #333;}50%{background-color:#ffb515;-webkit-box-shadow:0 0 18px #ffb515;}to{background-color:#fc9200;-webkit-box-shadow:0 0 9px #333;}}

.boton_prototype_1
{
    //position: absolute;
    //border-radius: 50%;
    border-radius: 4px;
    transition-property: background, border-radius;
    transition-duration: .2s, .3s;
    transition-timing-function: linear;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;    
    margin-right:0.5em;
    //border-radius:4px;
    background: none no-repeat;
    color: #fafafa;
    display: block;
    font: 13px/29px monospace;
    height: 115px;
    width: 115px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.boton_prototype_2
{
    //position: absolute;
    border-radius: 50%;
    //border-radius: 4px;
    transition-property: background, border-radius;
    transition-duration: .1s, .1s;
    transition-timing-function: linear;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;    
    margin-left:3.5em;
    //border-radius:4px;
    background: none no-repeat;
    color: #fafafa;
    display: block;
    font: 13px/29px monospace;
    height: 115px;
    width: 115px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.boton_prototype_3
{
    border-radius: 50%;
    transition-property: background, border-radius;
    transition-duration: .1s, .1s;
    transition-timing-function: linear;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;    
    //margin-left: -0.5em;
    color: #fafafa;
    display: block;
    font: 13px/29px monospace;
    height: 115px;
    width: 115px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.boton_prototype_4
{
    border-radius: 50%;
    transition-property: background, border-radius;
    transition-duration: .1s, .1s;
    transition-timing-function: linear;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;    
    margin-left:3.5em;
    color: #fafafa;
    display: block;
    font: 13px/29px monospace;
    height: 115px;
    width: 115px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.boton_prototype_1:hover
{
    //background: #ff7b29;
    border-radius: 50%;
    //border-radius: 4px;
    -webkit-transform: translate(0,-1.2em);
    -moz-transform: translate(0,-1.2em);
    -o-transform: translate(0,-1.2em);
    -ms-transform: translate(0,-1.2em);
    transform: translate(0,-1.2em);
}

.boton_prototype_2:hover
{
    //background: #ff7b29;
    //border-radius: 50%;
    //border-radius: 4px;

    -webkit-transform: translate(0,-1.2em);
    -moz-transform: translate(0,-1.2em);
    -o-transform: translate(0,-1.2em);
    -ms-transform: translate(0,-1.2em);
    transform: translate(0,-1.2em);
}

.boton_prototype_3:hover
{
    border-radius: 50%;
    -webkit-transform: translate(0,-1.2em);
    -moz-transform: translate(0,-1.2em);
    -o-transform: translate(0,-1.2em);
    -ms-transform: translate(0,-1.2em);
    transform: translate(0,-1.2em);
}

a.boton_prototype_1
{
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;        
}

a.boton_prototype_2
{
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;        
}

a.boton_prototype_3
{
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;  
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
}

a.icono
{
    background: url(../images/icons/icon-chat.png) no-repeat;
    background-position: 25px 20px;
}

a.boton_prototype_3.icono
{
    background: url(../images/icons/icon-chat.png) no-repeat;
    background-position: 25px 20px;
}

a.boton_prototype_3.password
{
    background: url(../images/big_icons/icon-key.png) no-repeat;
    background-position: 20px 20px;
}

a.boton_prototype_3.nota
{
    background: url(../images/big_icons/icon-files.png) no-repeat;
    background-position: 22px 20px;
}

a.boton_prototype_3.adscripcion
{
    background: url(../images/big_icons/icon-contact.png) no-repeat;
    background-position: 22px 20px;
}

a.boton_prototype_3.archivo
{
    background: url(../images/big_icons/icon-folder.png) no-repeat;
    background-position: 25px 20px;
}

a.boton_prototype_3.archivo
{
    background: url(../images/big_icons/icon-folder.png) no-repeat;
    background-position: 25px 20px;
}

a.boton_prototype_3.aviso
{
    background: url(../images/big_icons/icon-chat.png) no-repeat;
    background-position: 24px 20px;
}

a.boton_prototype_3.seccion
{
    background: url(../images/big_icons/icon-grid.png) no-repeat;
    background-position: 24px 20px;
}

a.boton_prototype_3.pnpc
{
    background: url(../images/big_icons/icon-filing-cabinet.png) no-repeat;
    background-position: 24px 20px;
}

a.boton_prototype_3.convocatoria
{
    background: url(../images/big_icons/icon-clipboard.png) no-repeat;
    background-position: 24px 20px;
}

a.boton_prototype_3.comentario
{
    background: url(../images/big_icons/icon-list3.png) no-repeat;
    background-position: 24px 20px;
}

a.boton_prototype_3.slider
{
    background: url(../images/big_icons/icon-pictures2.png) no-repeat;
    background-position: 24px 20px;
}

a.boton_prototype_3.agenda
{
    background: url(../images/big_icons/icon-address-book3.png) no-repeat;
    background-position: 24px 20px;
}

a.boton_prototype_3.rbac
{
    background: url(../images/big_icons/icon-unlock.png) no-repeat;
    background-position: 24px 20px;
}

a.boton_prototype_3.usuario
{
    background: url(../images/big_icons/icon-people3.png) no-repeat;
    background-position: 24px 20px;
}

a.boton_prototype_3.suscripcion
{
    background: url(../images/sistemas/suscripcion.png) no-repeat;
    background-position: 17px 17px;
}



/*Botones con iconos nuevos 05/01/2016*/
a.boton_prototype_3.nota-nvo
{
    background: url(../images/sistemas/notas.png) no-repeat;
    background-position: 13px 13px;
    background-size: 90px 90px;
}
a.boton_prototype_3.slider-nvo
{
    background: url(../images/sistemas/sliders.png) no-repeat;
    background-position: 13px 12px;
    background-size: 90px 90px;
}
a.boton_prototype_3.rbac-nvo
{
    background: url(../images/sistemas/rbac.png) no-repeat;
    background-position: 16px 12px;
    background-size: 90px 90px;
}
a.boton_prototype_3.adscripcion-nvo
{
    background: url(../images/sistemas/adscripcion.png) no-repeat;
    background-position: 13px 7px;
    background-size: 90px 90px;
}
a.boton_prototype_3.usuario-nvo
{
    background: url(../images/sistemas/usuarios2.png) no-repeat;
    background-position: 13px 13px;
    background-size: 90px 90px;
}
a.boton_prototype_3.agenda-nvo
{
    background: url(../images/sistemas/agenda.png) no-repeat;
    background-position: 13px 12px;
    background-size: 90px 90px;
}
a.boton_prototype_3.aviso-nvo
{
    background: url(../images/sistemas/avisos2.png) no-repeat;
    background-position: 13px 12px;
    background-size: 90px 90px;
}
a.boton_prototype_3.convocatoria-nvo
{
    background: url(../images/sistemas/convocatorias.png) no-repeat;
    background-position: 19px 12px;
    background-size: 90px 90px;
}
a.boton_prototype_3.Galeria
{
    background: url(../images/sistemas/galeria.png) no-repeat;
    background-position: 19px 12px;
    background-size: 90px 90px;
}
a.boton_prototype_3.revista-nvo
{
    background: url(../images/sistemas/revista.png) no-repeat;
    background-position: 13px 12px;
    background-size: 90px 90px;
}
a.boton_prototype_3.archivo-nvo
{
    background: url(../images/sistemas/archivos.png) no-repeat;
    background-position: 13px 12px;
    background-size: 90px 90px;
}
a.boton_prototype_3.pnpc-nvo
{
    background: url(../images/sistemas/pnpc.png) no-repeat;
    background-position: 13px 12px;
    background-size: 90px 90px;
}
a.boton_prototype_3.seccion-nvo
{
    background: url(../images/sistemas/seccion2.png) no-repeat;
    background-position: 13px 11px;
    background-size: 90px 90px;
}
a.boton_prototype_3.comentario-nvo
{
    background: url(../images/sistemas/comentario.png) no-repeat;
    background-position: 13px 13px;
    background-size: 90px 90px;
}
a.boton_prototype_3.incidencia-nvo
{
    background: url(../images/sistemas/incidencias.png) no-repeat;
    background-position: 13px 13px;
    background-size: 90px 90px;
}
a.boton_prototype_3.inventario-nvo
{
    background: url(../images/sistemas/inventarios.png) no-repeat;
    background-position: 13px 13px;
    background-size: 90px 90px;
}
a.boton_prototype_3.arch_ext-nvo
{
    background: url(../images/sistemas/formato.jpg) no-repeat;
    background-position: 13px 13px;
    background-size: 90px 90px;
}
a.boton_prototype_3.formatoss-nvo
{
    background: url(../images/sistemas/formato.jpg) no-repeat;
    background-position: 13px 13px;
    background-size: 90px 90px;
}
/**/
a.boton_prototype_3.home-nvo
{
    background: url(../images/sistemas/home.png) no-repeat;
    background-position: 13px 13px;
    background-size: 90px 90px;
}
/**/



/*Botones de sistemas 04/01/2016 */
a.boton_prototype_3.dalumn
{
    background: url(../images/sistemas/usuarios.png) no-repeat;
    background-position: 10px 11px;
}
a.boton_prototype_3.siealumnos
{
    background: url(../images/sistemas/siealumno.png) no-repeat;
    background-position: 18px 17px;
}
a.boton_prototype_3.siemaestros
{
    background: url(../images/sistemas/siemaestro.png) no-repeat;
    background-position: 15px 17px;
}
a.boton_prototype_3.evaldocente
{
    background: url(../images/sistemas/evaluaciondocen.png) no-repeat;
    background-position: 15px 17px;
}
a.boton_prototype_3.referencia
{
    background: url(../images/sistemas/referenciabanc.png) no-repeat;
    background-position: 15px 17px;
}

a.boton_prototype_3.calestudiantes
{
    background: url(../images/sistemas/calestudiantes.png) no-repeat;
    background-position: 18px 18px;
}
a.boton_prototype_3.calactividades
{
    background: url(../images/sistemas/calactividades.png) no-repeat;
    background-position: -7px 0px;
}
/**/
a.boton_prototype_3.nuevo_slider
{
    background: url(../images/big_icons/icon-brush2.png) no-repeat;
    background-position: 24px 20px;
}

a.boton_prototype_3.admin_slider
{
    background: url(../images/big_icons/icon-grid2.png) no-repeat;
    background-position: 24px 20px;
}

a.boton_prototype_3.plantilla
{
/*    -webkit-box-reflect: below 1px 
        -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 40%, rgba(0,0,0,.25) 100%);*/
    background-color:#EFFBF8;    
-webkit-box-shadow: 0px 0px 13px -1px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 13px -1px rgba(0,0,0,1);
box-shadow: 0px 0px 13px -1px rgba(0,0,0,1);
}

a.boton_prototype_3.plantilla_hover:hover
{
/*    background-color: rgb(164, 220, 164);*/
background-color: rgba(255,255,255,0.15);
-webkit-box-shadow: 0px 0px 22px 2px rgba(212,212,0,1);
-moz-box-shadow: 0px 0px 22px 2px rgba(212,212,0,1);
box-shadow: 0px 0px 22px 2px rgba(212,212,0,1);
}

a.boton_prototype_3.oscuro
{
/*    -webkit-box-reflect: below 1px 
        -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 40%, rgba(0,0,0,.25) 100%);*/
    background-color:#151515;    
    -webkit-box-shadow:0 0 9px #04B404;
}

a.boton_prototype_3.oscuro_hover:hover
{
    background-color:#DF7401;
    -webkit-box-shadow:0 0 18px #08088A;
}


.green.boton_prototype_1{
    -webkit-animation-name:greenPulse;-webkit-animation-duration:3s;/* Chrome,Safari4+ */
    -moz-animation-name:greenPulse; -moz-animation-duration: 3s;  /* FF3.6+ */
}
.blue.boton_prototype_1{-webkit-animation-name:bluePulse;-webkit-animation-duration:4s;}
.red.boton_prototype_1{-webkit-animation-name:redPulse;-webkit-animation-duration:1s;}
.magenta.boton_prototype_1{-webkit-animation-name:magentaPulse;-webkit-animation-duration:2s;}
.orange.boton_prototype_1{-webkit-animation-name:orangePulse;-webkit-animation-duration:3s;}
.orangellow.boton_prototype_1{-webkit-animation-name:orangellowPulse;-webkit-animation-duration:5s;}

.green.boton_prototype_2{-webkit-animation-name:greenPulse;-webkit-animation-duration:3s;}
.blue.boton_prototype_2{-webkit-animation-name:bluePulse;-webkit-animation-duration:4s;}
.red.boton_prototype_2{-webkit-animation-name:redPulse;-webkit-animation-duration:1s;}
.magenta.boton_prototype_2{-webkit-animation-name:magentaPulse;-webkit-animation-duration:2s;}
.orange.boton_prototype_2{-webkit-animation-name:orangePulse;-webkit-animation-duration:3s;}
.orangellow.boton_prototype_2{-webkit-animation-name:orangellowPulse;-webkit-animation-duration:5s;}



//.wall-of-buttons{text-align:center;margin-top:2em;margin-bottom:2em;}
.short_text_layout_nv ul li {
    float: left;
    position: relative;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 10px 0 45px 0;
    background: rgba(255,255,255,0.15);
    //border-bottom: 1px solid #c8c6c6;
}

.short_text_col_4_nv ul li {
    width: 212px;
    margin-right: 37px;
}
.short_text_col_4_nv ul li:nth-child(4n) {
    margin-right: 0;
}

.gallery_list_col_4_nv ul li {
    width: 212px;
    padding-bottom: 35px;
    margin-right: 37px;
}
.gallery_list_col_4_nv ul li:nth-child(4n) {
    margin-right: 0;
}
.gallery_list_col_4_nv ul li .img:before {
    width: 202px;
    height: 127px;
}

hr.estilo_nvo
{
    margin: 20px 0;
    border: 0;
    border-top: 0px solid #eee;
    border-bottom: 0px solid #fff;
}
