@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Roboto+Condensed:300,400,700|Roboto:100,300,400,500,700,900');

html,
body {
  font-family: "Roboto Condensed", sans-serif;
}

body {
  background: url(../imgs/1856.jpg) no-repeat center top;
  background-size: 100% auto;
}

p{
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  font-size: 12px;
  color: #666
}

#map_cont{
	display: block;
	overflow: hidden;
	background-color: #ddd;
	width: 100%;
	height: 320px;
	float: left;
}

#map_cont article{
	display: block;
	overflow: hidden;
	background-color: #ddd;
	width: calc(100%-18px);
	height: 300px;
	border: 2px solid #fff;
	margin: 9px
}

.cabecera {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 50px;
  background-image: url(../imgs/div_cuerpo.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-left:15px !important; 
  padding-right:15px !important;
}
.telHeader{
    text-align: right;
    color: #999;
    font-size: 20px;
    font-weight: 300;
}
.titulo{
    color: #333;
    font-size: 18px;
    font-weight: 500;
    border-top: #00ad8f 4px solid;
    padding-top:20px;
    margin-bottom: 20px
}
.titulo:after {
  content: "";
  display: block;
  margin-top: 30px;
  width: 30px;
  border-top: 2px solid #444;
}

.nav-item {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.menuFooter {
  background-image: url("../imgs/logo_foot.jpg");
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  padding-left: 50px;
  display: block;
  overflow: hidden;
}

.matbaFooter {
  background-image: url("../imgs/matba.png");
  background-repeat: no-repeat;
  padding-left: 70px !important;
}

.menuFooter ul {
  list-style: none;
  padding: 0px;
}

.menuFooter ul li {
  width: 50%;
  float: left;
}

.menuFooter a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  font-weight: 700;
}

.textoFooter {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.telFooter {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.tablaPizarras {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  text-align: right;
  width: 100%;
  /*background-color: #fff*/
}

.tablaPizarras tr {
  border-bottom: #ccc solid 1px;
  border-top: #fff solid 1px;
}

.tablaPizarras td {
  padding: 8px 5px;
}

.tablaPizarras tr td:first-child {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  color: #00ad8f
}

.tablaPizarras tr td i {
  font-size: 14px;
  color: #00ad8f;
}

.tablaPizarras tr td i.igual {
  color: #00ad8f;
}

.tablaPizarras tr td i.abajo {
  color: #00ad8f;
}

.menuPizarra {
  font-family: "Montserrat", sans-serif;
  padding-left: 50px;
  display: block;
  overflow: hidden;
  background-color: #00ad8f;
  padding: 0px;
  padding: 5px;
}

.menuPizarra ul {
  list-style: none;
  padding: 0px;
  clear: both;
  display: block;
  padding: 0px;
}

.menuPizarra ul li {
  float: left;
}

.menuPizarra a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  font-weight: 700;
  padding: 10px;
  
}

.lista {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  list-style: none;
  padding: 0px;
  display: block
}

.lista li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  padding: 5px 0px;
}
.lista li span {
  vertical-align: top;
  display: inline-block;
  padding-top: 2px
}
.lista li i {
  margin-right: 5px;
  color: #00ad8f;
  font-size: 20px;
}

.lista li a {
  color:#00ad8f;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  padding-top: 5px;
  display: block;
}

.lista li.conlinea:after {
  content: "";
  display: block;
  margin-top: 4px;
  width: 100px;
  border-top: 1px solid #ccc;
}


.mod_divisa {
  color: #fff;
  padding: 10px;
}
.mod_divisa h6 {
   font-family:   'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin: 0px
}
.mod_divisa h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 800;
}
.mod_divisa div {
  width: 50%;
  float: left;
}
.mod_divisa div h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 14px;
  margin: 0px;
  padding: 0px;
}
.mod_divisa div h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
.mod_divisa div h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  font-weight: 900;
    font-style: normal;
}

.informe_mod{
    clear: both;
    float: none;
    display: block;
    overflow: hidden;
    vertical-align: middle;
}

.informe_mod hgroup{
    border-right: #00ad8f 3px solid;
    padding: 0px 10px 10px 10px;
    display: block;
    overflow: hidden;
}

.informe_mod hgroup h5{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #00ad8f;
    margin-bottom: 10px
}

.informe_mod hgroup h6{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #ff6600;
}

.informe_mod hgroup p{
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 12px;
    display: block;
    overflow: hidden;
}

.informe_mod hgroup p:after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 100px;
  border-top: 1px solid #ccc;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
padding-left:5px ;
padding-right: 5px  
}

.navbar-light .navbar-nav .active > .nav-link{
  color: #00ad8f
}

.title-block {
    padding: 2px 0 3px 20px;
    border-left: 7px solid #1abc9c;
    margin-bottom: 30px;
}

.subtitulo{
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  font-weight: 900;
  font-style: normal;
  color: #ff6600
}

.logoHeader{
  margin-left: 30px;
  width:100%;
  max-width: 316px;
  margin-bottom: 20px
}

.telContacto{
    color: #1abc9c;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 0px 0px ;
    padding: 25px 0px 0px 0px;
    border-top: 1px solid #00ad8f
}

.correoContacto{
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px
}

.dirContacto{
    color: #999;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    line-height: 16px
}

.subdirContacto{
    color: #333;
    font-size: 10px;
    font-weight: 800;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 3px solid #00ad8f
}

@media (max-width: 576px) { 
  .logoHeader{
    margin-left: 0px;
  }
 }