.vcenter {        
        vertical-align:central;
        margin-top:20%;
        font-style:italic;
    }

    .prepbootstrap-sharing-container
    {
        position: fixed;
        top: 40%;
        left: 0;
        right: auto;
        display: inline-block;
        margin: 0;
        padding: 0;
        z-index: 11100;
        overflow: hidden;
        width: 64px;
    }

    .prepbootstrap-sharing-container .sharing-item
    {
        width: 48px;
        height: 48px;
        text-align: center;
        cursor: pointer;
    }
    .prepbootstrap-sharing-container .sharing-item:hover
    {
        width: 64px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .prepbootstrap-sharing-container i{
        display: inline-block;
        margin: auto;
        margin-top: 8px;
        width: 32px;
        height: 32px;
        color: #fff;
        font-size:32px;        
    }
    .prepbootstrap-sharing-container .sharing-fb
    {
        background-color: #305891;
    }
    .prepbootstrap-sharing-container .sharing-fb .sharing-img
    {
        background-position: 0px 0px;
    }
    .prepbootstrap-sharing-container .sharing-gp
    {
        background-color: #CE4D39;
    }
    .prepbootstrap-sharing-container .sharing-gp .sharing-img
    {
        background-position: 0px -32px;
    }
    .prepbootstrap-sharing-container .sharing-tw
    {
        background-color: #2CA8D2
    }
    .prepbootstrap-sharing-container .sharing-tw .sharing-img
    {
        background-position: 0px -64px;
    }
    .prepbootstrap-sharing-container .sharing-li
    {
        background-color: #4498C8;
    }
    .prepbootstrap-sharing-container .sharing-li .sharing-img
    {
        background-position: 0px -96px;
    }



.row-rounded{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff
}
.txtMorado{
    color: #52569e;
}
.txtVerde1{
    color: #7d9304;
}
.txtVerde2{
    color: #25a286;
}
.borderMorado{
    border-bottom-color: #52569e;
}
.borderVerde1{
    border-bottom-color: #7d9304;
}
.borderVerde2{
    border-bottom-color: #25a286;
}
.list-modulos  div.box-style-1{ 
    border-bottom-width: 8px;
    border-bottom-style: solid;
}
.list-modulos p{
    font-size: 30px;
    color: #272525;
    line-height: 1.0
}
.list-modulos p > i{
    font-size: 26px;
}
.list-modulos-sombra{
    -webkit-box-shadow: 76px 10px 8px -74px rgba(180,180,180,1);
-moz-box-shadow: 76px 10px 8px -74px rgba(180,180,180,1);
box-shadow: 76px 10px 8px -74px rgba(180,180,180,1);
}
.list-secciones h4{
    margin: 0px;
    color: #fff;
}
.list-secciones i{
    font-size: 86pt;
    color: #fff;
    margin: 0px;
}
.list-secciones p {
    border:0px solid red;
    overflow: hidden;
    padding: 0px;
    margin:-50px 0px;
}
.list-secciones p > i{
    font-size: 26px;
}
.list-secciones .box-style-1{
    background: #bcbfbf;
    -webkit-box-shadow: 5px 38px 25px -27px rgba(180,180,180,1);
    -moz-box-shadow: 5px 38px 25px -27px rgba(180,180,180,1);
    box-shadow: 5px 38px 25px -27px rgba(180,180,180,1);
}
.list-secciones a{
    text-decoration: none;
}
.list-secciones a:hover{
    text-decoration: none;
}
.bgColor1:hover{
    background: #6bbbf8;    
}
.bgColor2:hover{
    background: #4a7dbc;
}
.bgColor3:hover{
    background: #eb8807;
}
.bgColor4:hover{
    background: #b23737;
}
