/*@import url(https://framework-gb.cdn.gob.mx/assets/styles/main.css);*/
/*@import url(http://fonts.googleapis.com/css?family=Roboto:400);*/



.color{
   color: #fff;
}


.col-m{
    margin-top: 10px;
}

.indentado{
    margin-left: 20px;
}

@media (max-width: 768px) {
    .tituloR{
        font-size: 18px !important;
    }
}

.numeracion{
    margin-top: 5px;
    margin-bottom: 15px;
}


#myBtn {
    /*display: none;*/
    position: fixed;
    top: 100px;
    right: 10px;
    *right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent !important;
    color: white;
    cursor: pointer;
    padding: 0px;
    border-radius: 15px;
    width: 35px;
    height: 35px;
  }

#myBtn:hover {
    transform: scale(1.2);
  }

#imagenFlotante {
    top: 300px;
    left: -58px;
    position: fixed;
    _position: absolute;
    clip: inherit;
    _top: expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
    _left: expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.pulse-button {
  margin-top: 2px;
  margin-right: 2px;
  position: relative;
  width: 30px;
  height: 33px;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  background-color: #5bc0de;
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 5);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 5);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 5);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 5);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 50px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 50px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 50px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 50px rgba(232, 76, 61, 0);}}

#imagenFlotante a img {
    border: none;
    padding: 0px
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.whiteText {
    color: white !important;
}

.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
/* Menus con movimiento */

/* estilo 10 */

.ca-menu{
    padding: 0 0 0 48px;
    margin: 20px auto;
    width: 1020px;
}
.ca-menu li{
    width: 115px;
    height: 115px;
    border: 5px solid rgba(58, 142, 71, 0.5);
    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;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 40px;
    color: #f6f6f6;;
    line-height: 60px;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0px;
    text-align: center;
}
.ca-main{
    font-size: 24px;
    position: absolute;
    top: 110px;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    opacity: 0.8;
    text-align: center;
    color: #555;
}
.ca-sub{
    display: none;
}
.ca-menu li:hover{
    border-color: #333;
    z-index: 999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ca-menu li:hover .ca-icon{
    color: #000;
    font-size: 60px;
    text-shadow: 0px 0px 1px #000;
}
.ca-menu1{
    padding: 0 0 0 48px;
    margin: 20px auto;
    width: 1020px;
}
.ca-menu1 li{
    width: 110px;
    height: 110px;
    border: 0px solid rgba(175, 175, 175, 0);
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;
    margin-left:-48px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
}
.ca-menu1 li:last-child{
    margin-right: 0px;
}
.ca-menu1 li:hover{
    border-color: #333;
    z-index: 999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ca-menu1 li:hover .ca-icon{
    color: #000;
    font-size: 60px;
    text-shadow: 0px 0px 1px #000;
}

/*************************
*******Header******
**************************/

/*.navbar-inverse .navbar-nav > li > a {
    padding: 5px 8px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    font-size:15px;
}

.navbar-inverse .navbar-nav > li > a:hover{
    //background-color: #191c1f;
    color: #fff;
    text-decoration:underline;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    //  background-color: #191c1f;

    background-color: #fff;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(0,0,0,.8);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    border-top: 0;
    border-radius: 0;
    font-size:14px;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
    position: absolute;
    top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #fff;


}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: #191c1f;//Color de fondo submenu
    color: #fff;

}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    // background-color: #191c1f; 
    background-color: #191c1f;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 5px 8px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    font-size: 15px;
    margin-top: 5px;
    text-decoration: none;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}*/

/*************************
*******Header******
**************************/


.navbar-inverse .navbar-nav>li>a {
    padding: 5px 8px;
    margin: 0;
    border-radius: 3px;
    /* color: #000; */
    line-height: 20px;
    display: inline-block;
    font-size: 15px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #ffffff;
    color: #2c2c2b;
    text-decoration: underline;
    height: 100%;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    /*  background-color: #191c1f;*/
    background-color: #fff;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    border-top: 0;
    border-radius: 0;
    font-size: 14px;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    padding: 8px 15px;
    color: #000;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
.navbar-inverse .navbar-nav .dropdown-menu>li.active>a {
    /*background-color: #191c1f;*/
    /*Color de fondo submenu*/
   /* color: #000;*/
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
    background-color: #0C231E;
    width: 100%;
}

/******************
    Sub-navbar
******************/

.sub-navbar{
    background-color: #0C231E;
}

/* Photo Banner */
.photo-roll--container {
    width: 100%;
    overflow: hidden;
    margin-bottom: -30px;
}

.photo-roll {
    height: 100px;
    width: 3500px;
    font-size: 0;
}
.photo-roll a>img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.photo-roll a>img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
}
.photo-roll a:first-child {
    -webkit-animation: bannermove 60s linear infinite;
    animation: bannermove 60s linear infinite;
}

/* Keyframe animations*/
@-webkit-keyframes "bannermove" {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: -2130px;
    }
}
@keyframes "bannermove" {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: -2130px;
    }
}
.nav-tabs>li{
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
    border-bottom: transparent;
    border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
    background: #f5f5f5;
    color: #666;
    border-radius: 0;
    border: 0 none;
    line-height: 24px;
    margin-right:0;
    padding: 13px 15px;
}

.nav-tabs li:last-child{
    border-bottom: 0 none;
} 

.nav-stacked>li+li{
    margin-top: 0;
}

.nav-tabs>li>a:hover{
    background: #1f1f20;
    color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
    border: 0;
    color:#fff;
    background: #1f1f20;
    position: relative;
}

.nav-tabs>li.active>a:after {
    position: absolute;
    content:  "";
    width: auto;
    height: auto;
    border-style:solid;
    border-color: transparent transparent transparent #1f1f20;
    border-width: 25px 22px;
    right: -44px;
    top:0;
}

.spa{
    margin-left: 25px;
}


/* This CSS includes a few ways of styling PDF files */

a[href$=".pdf"]:before, a[href$=".PDF"]:before {
  /* PDF file */
  width: 32px;
  height: 32px;
  background: url("../img/icon/pdf_icon.png");
  display: inline-block;
  content: " ";
}


a[href$=".doc"]:before, a[href$=".docx"]:before {
  /* PDF file */
  width: 32px;
  height: 32px;
  background: url("../img/icon/word_icon.png");
  display: inline-block;
  content: " ";
}

a[href$=".zip"]:before {
  /* PDF file */
  width: 32px;
  height: 32px;
  background: url("../img/icon/zip_icon.png");
  display: inline-block;
  content: " ";
}

a[href$=".xls"]:before,  a[href$=".xlsx"]:before {
  /* PDF file */
  width: 32px;
  height: 32px;
  background: url("../img/icon/excel_icon.png");
  display: inline-block;
  content: " ";
}

ul.breadcrumb {
    list-style: none;
}

ul.breadcrumb li {display: inline;}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {color: green; font-size: 14px}
ul.breadcrumb li {color: black; font-size: 14px}


/*bs-callout*/

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.vericaltext{
   width:1px;
   word-wrap: break-word;
   white-space:pre-wrap; 
}

.vertical-text {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.titleBarGreen{
    background-color: #357934;
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.titleGreen{
    color: #357934;
    font-weight: bold;
    height: 50px;
    margin-top: 10px;
}

.borderGreenLR{
    border-style: dashed;
    border-width: 0px 1px 0px 1px;
    border-color: #357934;
}

.borderGreenL{
    border-style: dashed;
    border-width: 0px 0px 0px 1px;
    border-color: #357934;
}

.borderGreenT{
    border-style: dashed;
    border-width: 1px 0px 0px 0px;
    border-color: #357934;
}    