@charset "UTF-8";
/* Borrar */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
* {
  margin: 0;
  padding: 0; }

.conten {
  width: 62.5rem;
  margin: 0 auto;
  margin-top: 30px; }

/* ---- Barra Plazas ---- */
/* Colores */
/**/
/* Fuente */
.fuente {
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
  font-size: 0.875rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900; }
  .fuente a {
    text-decoration: none;
    display: block; }

/* Barra Plazas */
.bar-plazas {
  background-color: black;
  color: white;
  height: 1.563rem;
  position: relative; }
  .bar-plazas .titulo-plaza {
    /* Titulo Visita Tu Plaza */
    float: left;
    width: 174px;
    text-align: center;
    line-height: 1.563rem;
    position: relative; }
    .bar-plazas .titulo-plaza span {
      height: 25px;
      width: 12px;
      position: absolute;
      right: 0;
      background-color: red;
      background-image: url("../img/borde.jpg");
      background-size: cover;
      background-position: center center; }
  .bar-plazas ul {
    display: inline-block;
    list-style: none;
    
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	
    float: none; }
    .bar-plazas ul li {
      float: left;
      border-right: 0.125rem solid white;
      width: 7.813rem;
      text-align: center;
      -webkit-flex: auto;
      /* Safari 6.1+ */
      -ms-flex: auto;
      /* IE 10 */
      flex: auto;
      /* Santiago */
      /* Valparaíso */
      /* Concepción */
      /* Temuco */
      /* Publica Gratis */ }
      .bar-plazas ul li a {
        /*padding: 0.25rem 0;*/
        padding: 0.33rem 0;
        color: white; }
      .bar-plazas ul li:nth-child(1) {
        background-color: #673ab7; }
      .bar-plazas ul li:nth-child(2) {
        background-color: #e91e63; }
      .bar-plazas ul li:nth-child(3) {
        background-color: #3f51b5; }
      .bar-plazas ul li:nth-child(4) {
        background-color: #259b24; }
      .bar-plazas ul li:nth-child(5) {
        border-right: 0; }

/* Menú Principal */
/* Colores categorias */
/**/
.cat-principal {
  font-weight: 700;
  margin-top: 30px;
  /* Borrar */ }
  .cat-principal ul {
    width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    list-style: none;
    border-top: 1px solid #b5b3b8;
    border-bottom: 1px solid #b5b3b8;
    border-right: 1px solid #b5b3b8; }
    .cat-principal ul li {
      -webkit-flex: auto;
      /* Safari 6.1+ */
      -ms-flex: auto;
      /* IE 10 */
      flex: auto;
      position: relative;
      border-left: 1px solid #b5b3b8;
      text-align: center; }
      .cat-principal ul li a {
        display: block;
        border-top: 4px solid;
        line-height: 34px;
        color: black;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s; }
        .cat-principal ul li a:hover {
          color: white; }
          .cat-principal ul li a:hover.c-inicio {
            background-color: RGB(29, 111, 184); }
          .cat-principal ul li a:hover.c-nacional {
            background-color: RGB(0, 151, 221); }
          .cat-principal ul li a:hover.c-internacional {
            background-color: RGB(0, 178, 255); }
          .cat-principal ul li a:hover.c-economia {
            background-color: RGB(0, 173, 64); }
          .cat-principal ul li a:hover.c-deportes {
            background-color: RGB(231, 0, 0); }
          .cat-principal ul li a:hover.c-sociedad {
            background-color: RGB(160, 0, 167); }
          .cat-principal ul li a:hover.c-tecnologia {
            background-color: RGB(0, 146, 126); }
          .cat-principal ul li a:hover.c-cultura {
            background-color: RGB(255, 76, 0); }
          .cat-principal ul li a:hover.c-tv {
            background-color: RGB(255, 165, 0); }
          .cat-principal ul li a:hover.c-hombre {
            background-color: RGB(60, 64, 188); }
          .cat-principal ul li a:hover.c-mujer {
            background-color: RGB(249, 0, 91); }
          .cat-principal ul li a:hover.c-opinion {
            background-color: RGB(68, 128, 142); }
          .cat-principal ul li a:hover.c-bbtv {
            background-color: RGB(0, 82, 161); }
      .cat-principal ul li .c-inicio {
        border-color: RGB(29, 111, 184); }
      .cat-principal ul li .c-nacional {
        border-color: RGB(0, 151, 221); }
      .cat-principal ul li .c-internacional {
        border-color: RGB(0, 178, 255); }
      .cat-principal ul li .c-economia {
        border-color: RGB(0, 173, 64); }
      .cat-principal ul li .c-deportes {
        border-color: RGB(231, 0, 0); }
      .cat-principal ul li .c-sociedad {
        border-color: RGB(160, 0, 167); }
      .cat-principal ul li .c-tecnologia {
        border-color: RGB(0, 146, 126); }
      .cat-principal ul li .c-cultura {
        border-color: RGB(255, 76, 0); }
      .cat-principal ul li .c-tv {
        border-color: RGB(255, 165, 0); }
      .cat-principal ul li .c-hombre {
        border-color: RGB(60, 64, 188); }
      .cat-principal ul li .c-mujer {
        border-color: RGB(249, 0, 91); }
      .cat-principal ul li .c-opinion {
        border-color: RGB(68, 128, 142); }
      .cat-principal ul li .c-bbtv {
        border-color: RGB(0, 82, 161); }
        
        .content-head nav.ciudades{
	        margin: 5px 0 0 0;
        }
        .cat-principal .submenu{
	        position: absolute;
	        display: none;
        }
        .cat-principal .submenu li{
	        height: 38px;
		    line-height: 38px;
		    background-color: #FFF;
		    width: 100%
        }
        .cat-principal ul li .c-deportes:last-child {
        	border-color: #FFF;
        }
        
        .cat-principal ul.submenu li a{
			border-top: 0;
			line-height: 38px;
		}
/*# sourceMappingURL=bar-plaza.css.map */
