html {
  box-sizing: border-box;
  overflow-x: hidden !important;    
}
*, *:before, *:after {
  box-sizing: inherit;
}


body {
font-family: 'Open Sans', sans-serif;
font-weight: 400 !important;
font-style: normal;
color: #2e343b !important;
background: #fff;
-webkit-font-smoothing: antialiased;
padding: 0 !important;
overflow-x: hidden !important;
}


h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #f78223;
    text-align: center !important;
    display: block;
    vertical-align: middle;
}


h3 {
    font-size: 2.250em;
    font-weight: 400;
    color: #3b929a;
    line-height: 1.3em;
    margin-bottom: 15px;
}

h4 {
    font-size: 1.563em;
    font-weight: 400;
    color: #2e343b;
    line-height: 1.3em;
}

h5 {
    font-size: 1.3em;
    font-weight: 400;
    color: #2e343b;
    line-height: 1.2em;
    margin-bottom: 15px;
    margin-top: 10px;
}

h5 a {
    font-size: 1.188em;
    font-weight: 600;
    color: #136b73;
    line-height: 1.2em;
    margin-bottom: 15px;
}


h6 {
    font-size: 1.1em;
    font-weight: 600;
    color: #3b929a;
    line-height: 1.2em;
    margin-bottom: 7px;
}


p {
    color: #2e343b;
    font-size: 16px;
    line-height: 1.500em !important;
}

a {
    outline: none !important;
    overflow: auto;
}

a::focus {
    outline: none !important;
    overflow: auto;
}


.anchor-principal {
color: #c1671a;
font-weight: 600;
text-decoration: none;
line-height: 1.3em;
}

.anchor-principal:hover {
text-decoration: underline !important;
}

.anchor-slider {
 color: #fff !important;
 font-weight: 600 !important;
 text-decoration: underline !important; 
}


.divisor {
background: #fff;
border: 0;
height: 1px;
margin: 10px 0;
width: 100%;
}


#botones {
margin: 120px 0;
padding: 0;
}


#contenedor-menu {
background-color: #fd822f;
padding: 10px;   
}



#contenedor-menu h4 {
color: #fff;
font-size: 19px !important;
font-weight: 700;    
}

#contenedor-menu h5 {
color: #fff;
font-size: 17px !important;    
}


#contenedor-menu ul li {
color: #fff;
font-size: 15px !important;    
}


#contenedor-menu ul li a {
color: #fff;
font-size: 14px !important;  
line-height: 13px !important;    
}



#contenedor-iframe {
border: 1px solid #000;
width: 100%; 
padding: 11px;     
}


#fecha {
float: right;
}


#fecha span {
font-size: 10px;
}



#seccion-boton {
margin: 25px 0;
}


.form-control {
border-radius: 0 !important;
border: 1px solid #babcbe !important; 
font-size: 1em;
box-shadow: 0 !important;
color: #2e343b;
line-height: 2em;
display: inline-block;
width: 78%;
}


.form-group {
margin-bottom: 40px;
}

option[default] {
  display: none;
}



.row {
    margin-left: 0;
    margin-right: 0;
}


.breadcrumb {
    font-size: 1em;
    text-align: left;
    background-color: transparent !important;
    margin-bottom: 45px;
}

.breadcrumb a {
color: #c1671a !important;
}


.btnMas {
    border: 2px solid #136b73;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #136b73;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    font-size: 1.125em;
    width: auto;
    margin-bottom: 10px;
}

.btnMas:hover {
    background: #136b73;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}


.btn-soporte {
    background: #136b73;
    padding: 36px 45px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    display: block;
    font-size: 2em;
    width: auto;
}

.btn-soporte:hover {
    background: #0e4b51;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}


.btnMas2 {
    border: 2px solid #136b73;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #136b73;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    font-size: 1.125em;
    width: auto;
    position: absolute;
    bottom: 20px;
}

.btnMas2:hover {
    background: #136b73;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}


.btn-default {
    border: 2px solid #136b73;
    border-radius: 3px;
    color: #136b73;
    display: inline-block;
    font-size: 1.125em;
    font-weight: 600;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    background: transparent !important;
    margin-left: 10px !important;
}



.btn-default-small {
    border: 2px solid #136b73;
    border-radius: 3px;
    color: #136b73;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 600;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    background: transparent;
    margin-top: 15px;
}


.btn-default-small:hover {
    background: #136b73;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}



.btn-default:hover {
    background: #136b73 !important;
    color: #fff !important;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    border: 2px solid #136b73 !important;
}


.clearfix {
clear: both;
}


header {
top:0px !important;
padding: 18px 0;
position: relative;
background: #fff; 
}

#contenedorHeader {
    width: 997px;
    margin: 0 auto;
    max-width: 100%;
}

#contenedorPrincipal {
    width: 997px;
    margin: 40px auto;
    max-width: 100%;
}

#contenedor-aviso {
margin-top: 18px;
text-align: center;    
}

#contenedor-aviso img {
max-width: 100%;   
}


.legales {
font-size: 11px;
text-align: center;
margin-top: 10px;    
}



.btn-info {
background: none;
color: #5A7384;
font-size: 12px;
font-weight: 600;
border: 1px solid #cccccc;
padding: 6px 12px;
margin-bottom: 18px;
display: inline-block;    
}

.btn-info:hover {
color: #5A7384;    
background: none;
text-decoration: underline;    
}


#contenedorPrincipal ul li::before {
    content: " ";
    display: list-item;
    float: left;
    list-style: outside none square;
}

#contenedorPrincipal ul {
    clear: both;
    display: block;
    padding: 0 0 0 30px;
}


#contenedorPrincipal ul li {
    line-height: 1.6em;
    list-style: outside none none;
}

.contador-lista {
margin-left: 0;
margin-top: 20px;    
padding-right: 0;    
list-style-type: none;
line-height: 2.1em;
color: #136b73;
font-size: 1.1em;
font-weight: 600;
}

.contador-lista li {
counter-increment: step-counter;
}

.contador-lista li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 100%;
    background-color: #5fb1b7;
    border: 2px solid #25818a; 
    color: white;
    font-weight: bold;
    padding: 2px 9px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.contador-lista-alpha {
margin-left: 0;
margin-top: 20px;    
padding-right: 0;    
list-style-type: none;
line-height: 2em;
color: #136b73;
font-size: 1em;
font-weight: 600;
list-style-type:lower-latin;  
}

.contador-lista-alpha li {
counter-increment: lower-latin !important;
}


.item-page {
  width: 1400px;
  margin: 0 auto;
  max-width: 100%;
}


.item-page ol {
 clear: both;
 display: inline-block;
  padding: 0 0 0 30px;
}


.item-page ol li{
    display: block;
    list-style: outside none none;
    margin: 10px 0;
    line-height: 1.6em;
}


header h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #f78223;
    text-align: center !important;
    display: block;
    vertical-align: middle;
    line-height: 34px;
}


footer {
    background: #2e343b;
}

footer p {
    color: #fff;
    text-align: center;
}

footer h4 {
    color: #fff;
    text-align: center;
    font-weight: 600 !important;
    font-size: 1.7em !important;
}

footer a {
    text-decoration: none !important;
}



.cajaFooter {
max-width: 100%;
margin: 35px 0 65px 0;
}

.cajaFooter h4 {
color: #fff;
text-align: center;
}

.contenidoFooter {
    padding: 0 40px;
}


.direccion {
    font-size: 0.9em;

}

.disclaimer {
    font-size: 0.8em;
    line-height: 1em;
}



/******************************MENU PRINCIPAL ********************/


#bgMenu {
    background: #2e343b;
}

#contenedorMenu {
    width: 1400px;
    margin: 0 auto;
    max-width: 100%;
}


.brand {
   display: none;
}

.navbar-header {
box-shadow: none;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none !important;
    border: 0;
}
.navbar-form {
    margin: 0;
    padding: 10px 15px;
    border: inherit !important;
    border-color: transparent !important;
    box-shadow: none;
}



.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #136b73;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

.divider {
  display: none;
}

/******************************TERMINA MENU PRINCIPAL ********************/



.col-xs-9, .col-xs-10 {
padding-left: 0;
}


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #136b73 !important;
}

.dropdown-menu {
    border-radius: 0;
	}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #106d72;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}


.active2 {
    background-color: #106d72;
    color: #fff;
}


.table {
    margin-bottom: 20px;
    margin-top: 40px;
   white-space: normal !important;
}

.table tr th {
    background: #3b929a;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}


.table tr td {
    font-size: 0.9em;
    width: auto;
}



  
.panel-body {
    padding: 0 !important;
}

.panel-default > .panel-heading {
    border-color: transparent !important;  
}



.btnComunicados:hover, .btnComunicados:focus {
    background: #c1671a;
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out 0s;
}

    th span {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }



table.dataTable {
    width: 100% !important;
}



.lista-pagina {
  clear: both;
    display: block;
    padding: 0 0 0 30px;
  
}


.lista-pagina ul li::before  {
    content: " ";
    display: list-item;
    float: left;
    list-style: square;
}


.lista-pagina li  {
    line-height: 1.6em;
    list-style: outside none none;
  font-size: 0.9em;
  list-style: square;
}



.table {
    max-width: 100% !important;
    width: 100% !important;
  white-space: normal !important;
}

.table tr td a {
    color: #c1671a !important;
}



.table > thead > tr > th {
    border-bottom: 1px solid #fff !important;
}


tfoot tr th {
   white-space: normal !important;
}


tfoot tr th {
    font-size: 0.9em !important;
    padding: 15px 20px !important;
   white-space: normal !important;
}

.table > thead > tr > th {
    vertical-align: top;
}

.btn-group, .btn-group-vertical {
    margin: 20px 0;
}

table.dataTable > tbody > tr.child span.dtr-title {
    color: #106d72;
}

table.dataTable > tbody > tr.child span.dtr-title::after {
    content: ":"
}


.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 25px 10px;
}




.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
padding-right: 0px !important;
padding-left: 5px !important;
    
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}



