/*Fuente menu principal*/
@font-face {
    font-family: 'Yanone Kaffeesatz';
    src:url(../fonts/yanone-kaffeesatz/Yanone-Kaffeesatz-Regular.woff2) format('woff2'),
        url(../fonts/yanone-kaffeesatz/Yanone-Kaffeesatz-Regular.woff) format('woff');
}
 
@keyframes saludo {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.1) rotate(-10deg); }
}

@keyframes brillo {
    0% { opacity: 1; }
    100% { opacity: 0.9; }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.container-novedades {
    width: 940px;
    position: relative;
    margin: 0 auto;
}

#carousel {
    width: 780px; 
    height: 160px; 
    margin-right: 0px; 
    background-color: white; 
    border-style: solid; 
    border-width: 1px; 
    margin: auto; 
    text-align: center;
}


#ui-carousel-next, #ui-carousel-prev {
    width: 60px;
    height: 240px;
    background: url(images/arrow-left.png) #fff center center no-repeat;
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
}

#ui-carousel-next {
    right: 0;
    background-image: url(images/arrow-right.png);
}

#ui-carousel-prev {
    left: 0;
}

#ui-carousel-next > span, #ui-carousel-prev > span {
    display: none;
}

.slide {
    margin: 0;
    position: relative;
}
.slide .content-img {
    text-align: center;
    margin-top: 41px;
    width: 320px;
    height: 240px;
    float: left;

}
.slide .content-text{
    float: left;
    width: 627px;
    height: 160px;
    padding: 10px;
    text-align: justify; 
    padding-right:0.5cm; 
    padding-top:0.3cm;
}

.slide  h1 {
    font: 24px/1 sans-serif;
    color: #1581c5;
    margin: 0 0 10px 0;
    padding: 0;

}

.slide  p {
    font: 16px/1 sans-serif;	
    color: #4d4d4d;
    margin: 0;
    padding: 0;
}

#slide01 > img {
    position: absolute;
    bottom: 35px;
    left: 30px;
}

#slide01 > .text {
    float: left;
    width: 560px;
    height: 160px;
    padding: 10px;

}

#pages {
    width: 100%;
    margin: 10px auto;
}

.bullet {
    /*background: url(images/page-off.png) center center no-repeat;*/
    display: block;
    width: 18px;
    height: 18px;
    margin: 50px;
    margin-right: 5px;
    float: left;				
}

.icon-circle:before {
    font-size:  21px;
    /*vertical-align: -10%;*/
}
.icon-circle-blank:before {
    font-size:  21px;
    /*vertical-align: -10%;*/
}
.ui-carousel {
    height: 100px;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative; /*for ie7 to work e.g in html carousels*/
    width: 300px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fff;
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
    border: 0;
    display: block;
    float: left;
    height: 100px;
    overflow: hidden;
    width: 100px;	
}

.novasecms-menu-principal {
    /*	color: #fff;*/
    text-decoration: none;
}

.novasecms-menu-central {
    padding: 0 0 0 48px;
    margin: 20px auto;
    display: inline-block;
    margin-top:50px;

}

.novasecms-menu-central li{
    width: 180px;
    height: 180px;
    border: 5px solid #1581c5;
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;
    margin-left:-48px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.novasecms-menu-central li:last-child{
    margin-right: 0px;
}

.novasecms-menu-central li:hover{

    border-style: solid;
    border-width: 10px;
    border-color: #3CA6D8;
    /*    background: #9DFB6E;  */
    z-index: 2;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.novasecms-menu-central li a{
    float: left;
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #1581c5;
    position: relative;
    text-decoration:none;
}

.novasecms-menu-central li h2{
    font-weight: normal;
    font-size: 18px;
}

.novasecms-menu-central-icon{
    color: #1581c5;
    font-size: 50px;
    height: 50px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 25px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.novasecms-menu-central-content{
    margin-top: 0px;
}

.novasecms-menu-central-content h2 {}

.novasecms-menu-central-main{
    color: #1581c5;
    font-size: 16px;
    position: absolute;
    top: 90px;
    height: 80px;
    width: 100%;
    left: 50%;
    margin-left: -85px;
    opacity: 0.8;
    text-align: center;
}

.novasecms-menu-central-sub{
    display: none;
}

.novasecms-menu-central li:hover .novasecms-menu-central-icon{
    color: #3CA6D8;
    text-shadow: 0px 0px 1px #000;
    -webkit-animation: moveFromBottom 300ms ease;
    -moz-animation: moveFromBottom 300ms ease;
    -ms-animation: moveFromBottom 300ms ease;
}

.novasecms-menu-central li:hover .novasecms-menu-central-main{
    color: #3CA6D8;
    opacity: 2.0;
    font-size: 16px;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0%) scale(1);
        opacity: 1;
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -moz-transform: translateY(0%) scale(1);
        opacity: 1;
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -ms-transform: translateY(0%) scale(1);
        opacity: 1;
    }
}

/* Andres Gomez - Menu Superior*/
div.ns-bar{ background:#1581c5/*#0b84af*/;height: 35px;width:100%;position: absolute;top: 60px; margin:0px;border-top:0;}
div.ns-bar .ns-bar-content{margin: 0;}
div.ns-bar .ns-bar-item{border:0;margin:0px; height: 35px; display: inline; padding: 0px;overflow:visible;}
div.ns-bar .itemMenuBar:hover{color:#ffffff;}
div.ns-bar .ns-bar-icon{ text-align:center; margin: 0px;}
div.ns-bar .ns-bar-icon a{ color:#f5f5f5;}
div.ns-bar .activo, div.ns-bar .activo.ns-bar-icon a{ background:#f5f5f5; color:#1581c5;}
div.ns-bar .inactivo, div.ns-bar .inactivo a{color:#bbbbbb !important; cursor: not-allowed;pointer-events: none;}
div.ns-bar select.ns-bar-select{width: 100%; min-width: 200px; display: block; background: #f9f9f9; line-height: 25px; border: 1px solid #ECBE2A; color: #777777; height: 100%;}
div.ns-bar .menuSuperior{}

.menuSuperior .menuSuperiorUl{border-right:5px solid #3895C2; display:block; margin:0;list-style:none; padding: 0px; overflow: visible;}
.menuSuperiorUl li{border-left:1px solid #0F72A2;display:inline-block; float:left;list-style-image:none;position:relative; overflow: visible;}
.menuSuperiorUl li:last-child{border-right:1px solid #0F72A2; }
.menuSuperiorUl li a:link, .menuSuperiorUl li a:visited{font-family: 'Yanone Kaffeesatz','Helvetica Neue',Roboto,'Segoe UI',Calibri,sans-serif; font-size:18px; border-left:1px solid #3895C2; color:#EEEEEE;display:block; height: 35px; padding: 8px 10px; text-align:center; text-decoration:none;}
.menuSuperiorUl li a:hover{color:#ffffff;}
.menuSuperiorUl li.activo a, .menuSuperiorUl li.activo a:hover{background:#f5f5f5; color:#1581c5;}
.menuSuperiorUl > li > a {
    position: relative;
    background-color: #1581c5;
    color: #ffffff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.menuSuperiorUl > li > a:hover {
    background-color: #f5f5f5;
    color: #1581c5;
}

.menuSuperiorUl .subMenuBar{
    background: #fff; margin: 0; position:absolute; left:0; display:none; padding:0; list-style:none; height: auto;
    z-index: 999999;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .20);
    -webkit-border-radius: 3px;
    border: 1px solid rgba(100, 100, 100, .4);
    border-top: 0;
    -webkit-background-clip: padding-box;
}
.menuSuperiorUl .subMenuBar li{ border: 0;border-bottom: 1px solid #ececec; float: none; margin: 0; padding: 0; }
.menuSuperiorUl .subMenuBar li .icon{ margin-right: 10px;}
.menuSuperiorUl .subMenuBar li a, .menuSuperiorUl li.activo .subMenuBar  a{background-color: #f5f5f5; text-align: left; border: 0; font-size: 16px;height: 30px; padding:5px; color: #555555; width: 150px;}
.menuSuperiorUl .subMenuBar li a:hover{ background-color: #fff; color: #333333;}

.menuSuperior .menuSuperiorSelect{}
.menuSuperiorSelect span{margin: 5px; height: 25px; display: block;}

/* Andres Gomez - Titulo del Contenido*/
#contenido .ns-titulo-principal, #contenido .ns-titulo-secundario{font-weight: normal; color: #1581c5; text-align: center;}
#contenido .ns-titulo-principal, #contenido .ns-titulo-secundario {
    font-size: 18px;padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}
/*#contenido .ns-titulo-secundario { font-size:18px; margin: 15px 0; }*/


/**
 * Estilos para el menu lateral de Gestión (Identificación, Valoración, Tratameinto y Consulta) 
 * de los modulos(Activos, Riesgos, Incidentes e Indicadores) 
 */
#ns-menu-lat-gest {
    background-color: #555;        
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 2px 0 0 2px; -ms-border-radius: 2px 0 0 2px; -o-border-radius: 2px 0 0 2px; -webkit-border-radius: 2px 0 0 2px; border-radius: 2px 0 0 2px;
    -moz-transition: right 0.15s ease-in-out; -ms-transition: right 0.15s ease-in-out; -o-transition: right 0.15s ease-in-out; -webkit-transition: right 0.15s ease-in-out; transition: right 0.15s ease-in-out;;
    position: fixed; right: -30px; top: 250px; width: 40px; z-index: 3;
}

#ns-menu-lat-gest:hover{ right: 0;}

.gadget-menu {
    cursor: pointer;text-align: center;z-index: 0; background-color: #555; border-top: 1px solid #777777; border-bottom: 1px solid #000;
}

.gadget-menu:hover{background-color: #1581c5;}

.gadget-icons {height: 40px; line-height: 40px; width: 40px;}

.gadget-icon{
    color: #dddddd;display: block;font-size: 20px;height: 20px;line-height: 20px;padding: 10px;text-align: center;vertical-align: middle;
}
.gadget-icon:hover{ color: #fff;}

.gadget-item:first-child .gadget-menu {
    border-top: 1px solid transparent; -moz-border-radius: 2px 0 0 0; -ms-border-radius: 2px 0 0 0; -o-border-radius: 2px 0 0 0; -webkit-border-radius: 2px 0 0 0; border-radius: 2px 0 0 0;
}
.gadget-selected.gadget-item:first-child .gadget-menu {
    border-color: #ccc; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}
.gadget-item:last-child .gadget-menu {
    -moz-border-radius: 0 0 0 2px; -ms-border-radius: 0 0 0 2px; -o-border-radius: 0 0 0 2px; -webkit-border-radius: 0 0 0 2px; border-radius: 0 0 0 2px;
}
.gadget-selected.gadget-item:last-child .gadget-menu {
    -moz-border-radius: 0;-ms-border-radius: 0; -o-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}