<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .contenedor_pie_whatsapp {
  	display: inline-block;
  	width: 250px;
  	min-height: 30px;
  	background-color: #25d366;
	border-radius: 5px;
  	bottom: 0px;
  	padding: 5px;
  	margin: auto;
  }

body {
	margin:0;
  	padding-top: 0px;
	font-family: "Open Sans";
        /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.contenedor_pie_whatsapp {
	display: none;
}

.slide_mobile{display:none;}

@media (max-width: 1024px) {
	.slide_mobile{display:inline;}
	.slide_desktop{display:none;}
	
}



.navbar-default .navbar-nav &gt; li &gt; a { /* ESTA SOLO PORQUE EL "li" ES EL ESTILO DEL MENU */
	font-family:"Open Sans";
	color:#fb0506;
	font-size:16px;
}

p, span, h5{
	font-family:"Open Sans";
	color:#777;
}

td, center{
	font-family:"Open Sans";
}

h1{
	font-family:"Open Sans";
	color:#fb0506;
	font-size:30px;
}

h2{
	font-family:"Open Sans";
	color:#fb0506;
	font-size:22px;
}

h4{
	font-family:"Open Sans";
	font-size:13px;
}

.contenedor_comercio {background-color:#46434e;}

.contenedor_comercio:hover{
	filter: sepia(80%);
	transition:all .2s ease-in-out;
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers &amp; apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner &gt; .item.next,
    .carousel-fade .carousel-inner &gt; .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner &gt; .item.prev,
    .carousel-fade .carousel-inner &gt; .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner &gt; .item.next.left,
    .carousel-fade .carousel-inner &gt; .item.prev.right,
    .carousel-fade .carousel-inner &gt; .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}



.titulo_prog_home, .titulo_prog_home a, .titulo_prog_home hover{
	font-family:"Open Sans";
	color:#fb0506;
	font-size:18px;
}

.titulo_eventos_home, .titulo_eventos_home a, .titulo_eventos_home hover{
	font-family:"Open Sans";
	color:#fb0506;
	font-size:14px;
	text-decoration:none;
}

.texto_eventos_home, .texto_eventos_home a, .texto_eventos_home hover{
	font-family:"Open Sans";
	color:#777;
	font-size:14px;
	text-decoration:none;
}

h4{
	font-family:"Open Sans";
	color:#777;
	font-size:16px;
}

.txt_botones_home{
	font-family:"Open Sans";
	color:#777;
	font-size:13px;
}

.texto_prog_home, .texto_prog_home a, .texto_prog_home hover{
	font-family:"Open Sans";
	color:#777;
	font-size:14px;
	line-height:30px;
	text-decoration:none;
}

.boton_botones_home{
	width:235px;
	height:31px;
	background-color:#f3f3f3;
	line-height:31px;
	margin:auto;
	font-size:14px;
	font-family:"Open Sans";
	color:#fb0506;
	text-align:center;
	cursor:pointer;
}

.boton_categorias{
	width:100px;
	height:31px;
	background-color:#444;
	line-height:31px;
	margin:auto;
	margin-top:10px;
	font-size:12px;
	font-family:"Open Sans";
	color:#FFF;
	text-align:center;
	cursor:pointer;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.boton_categorias:hover{
	background-color:#777;
	color:#FFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}


.boton_categorias_gastronomia{
	width:auto;
	height:31px;
	background-color:#444;
	line-height:31px;
	margin:auto;
	margin-top:10px;
	margin-right: -20px;
	font-size:12px;
	font-family:"Open Sans";
	color:#FFF;
	text-align:center;
	cursor:pointer;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.boton_categorias_gastronomia:hover{
	background-color:#777;
	color:#FFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.activo {background-color:#777; color:#FFF;}




label, button, input, select, textarea{
	font-family:"Open Sans";
	font-weight:normal;
}

.menu_turismo{

	font-size:16px;
}

.menu_secundario{
	width: 100%;
	/*background-color: rgba(95, 148, 46, 0.7);*/
	background-color: #5f942e;
	min-height: 56px;
}

.menu_secundario_municipalidad{
	width: 100%;
	background-color: #5f942e;
	min-height: 30px;
}


.contenedor_destacados_home{
	max-width:718px;
	width:100%;
	margin:auto;
}

.base_titulo_destacados_home{
	background-color:#fba61c;
	width:100%;
	height:40px;
	/* Flexbox */
	display:flex;
	flex-flow:row no-wrap;
	justify-content: space-between;
}

.contenedor_programas_destacados{
	width:100%;
	min-height:413px;
	overflow:hidden;	
	background-color:#f5f8f9;
	border-bottom:#fba61c solid 2px;
	
	/* Flexbox
	display:flex;
	flex-flow:column no-wrap;
	justify-content: space-between; */
}

.programa_destacado{
	width:359px;
	margin-left: -14px;
}
.programa_destacado_titulo{
	font-family:"Open Sans";
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	color:#51575b;
	line-height:45px;
	padding-left:10px;
}

.programa_destacado_resenia{
	font-family:"Open Sans";
	font-size:13px;
	text-decoration:none;
	color:#95a8b4;
	min-height:100px;
	padding:10px;
}

.programa_destacado_foto{
	width:100%;
}

.titulo_destacado_home{
	font-family:"Open Sans";
	font-size:24px;
	text-decoration:none;
	color:#FFFFFF;
	padding-left:10px;
	line-height:40px;
}

.titulo_mas_programas{
	font-family:"Open Sans";
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	padding-right:10px;
	line-height:40px;
	cursor:pointer;
}

.programa_destacado_fecha_boton{
	margin:auto;
	width:100%;
	/* Flexbox
	display:flex;
	flex-flow:column no-wrap;
	justify-content: space-between; */
}

.programa_destacado_fecha{
	padding-left:20px;
}

.programa_destacado_boton{
	font-family:"Open Sans";
	font-size:14px;
	text-decoration:none;
	color:#51575b;
	line-height:35px;
	text-align:center;
	
	width:160px;
	height:35px;
	border:#dcdfe0 solid 1px;
	margin:auto;
	/*margin-right:20px;*/
	cursor:pointer;
}

.banner_newsletter{
	width: 465px;
	height: 139px;
	min-height: 139px;
	margin: auto;
	background-image: url(../images/base_banner_newsletter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:20px;
	font-family:"Open Sans";
	font-size:14px;
	text-decoration:none;
	color:#FFF;
}

.banner_municipalidad{
	width: 100%;
	margin: auto;
}



.txt_form_home {
	font-family:"Open Sans";
	font-size:14px;
	color:#000;
	line-height:28px;
}

.estilo_input{
	font-family:"Open Sans";
	font-weight:normal;
}

.destacado_home{
	margin:auto;
	max-width:570px;
	width:100%;
	background-color:#f5f8f9;
	min-height:450px;
	cursor:pointer;
}

.destacado_home_titulo{
	width:100%;
	height:49px;
	background-color:#00953b;
	text-indent:25px;
	line-height:49px;
	font-family:"Open Sans";
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	color:#FFF;
}

.destacado_home_titulo_masinfo{
	float:right;
	background-image: url(../images2015/sep_mas_info_dest_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#eff2f3;
	max-width:124px;
	width:30%;
	height:49px;
	color:#95a8b4;
	text-align:center;
}

.destacado_home_texto_titulo{
	font-family:"Open Sans";
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	color:#51575b;
}

.destacado_home_texto{
	margin:auto;
	margin-top:20px;
	width:90%;
	font-family:"Open Sans";
	font-size:14px;
	text-decoration: none;
	color:#95a8b4;
	vertical-align:middle;
}

.sombra_cuadro_01{
	max-width:570px;
	margin:auto;
	text-align:center;
}

.sombra_cuadro_02{
	max-width:400px;
	text-align:center;
}

.texto_pie, .texto_pie a, .texto_pie hover{
	font-family:"Open Sans";
	font-size:12px;
	text-decoration: none;
	color:#FFF;
	line-height:30px;
}

.texto_pie2, .texto_pie2 a, .texto_pie2 a:hover{
	font-family:"Open Sans";
	font-size:13px;
	line-height:18px;
	text-decoration: none;
	color:#545454;
}


.pie_renglon1{
	width:1080px; 
	margin:auto; 
	padding-top:25px;
	/* Flexbox*/
	display:flex;
	flex-flow:column no-wrap;
	justify-content: space-between; 
}

.pie_logo{
	width:50%; 
	color:#FFF; 
	border-right:#5c5c5c solid 1px;
}

.pie_renglon2{
	width:1080px; 
	margin:auto; 
	padding-top:30px;
	/* Flexbox*/
	display:flex;
	flex-flow:column no-wrap;
	justify-content: space-between; 
}

.pie_copy{
	width:50%; 
	color:#FFF; 
}

.menu_inferior, .menu_inferior a, .menu_inferior a:hover{
	font-family:"Open Sans";
	font-size:14px;
	line-height:30px;
	text-decoration: none;
	color:#FFF;
}

.menu_inferior2, .menu_inferior2 a, .menu_inferior2 a:hover{
	font-family:"Open Sans";
	font-size:13px;
	line-height:30px;
	text-decoration: none;
	color:#545454;
}


.menu_inferior_separador{
	height:5px;
	border-bottom:#4ea671 solid 1px;
}

.menu_inferior_info{
	margin-top:30px;
	font-family:"Open Sans";
	font-size:12px;
	line-height:24px;
	text-decoration: none;
	color:#FFF;
	text-align:center;
}

#foto_principal_programas{
	border: solid 1px #E3E3E3;
	padding:10px;
	width:100%;
}

.contenedor_menu_superior{
	/* Flexbox*/
	display:flex;
	flex-flow:column no-wrap;
	justify-content: flex-end; 

}

.contenedor_superior_sociales_link{
	min-width:200px;
	margin-top:10px;
	border-left:#f9a720 solid 1px;
	padding-left:30px;
	height:65px;
}

.menu_superior_iconos_sociales{
	padding-top:5px;
}

.menu_superior_sociales{
	font-family:"Open Sans";
	font-size:16px;
	color:#FFF;
	text-decoration: none;
	text-align:center;
}

.txt_menu_superior, .txt_menu_superior a, .txt_menu_superior a:hover, .txt_menu_superior a:active{
	font-family:"Open Sans";
	font-size:16px;
	color:#FFF;
	text-decoration: none;
}

.contenedor_cabezal{
	position:absolute; width:100%;
}
	
	
@media (max-width: 1200px) {	
	.contenedor_menu_superior{
		display:none;
	}
	
	.menu_secundario{
		background-color: #5f942e;
	}
	
	.menu_secundario_municipalidad{
		background-color: #E3E3E3;
	}
	
	.pie_renglon1{
		width:100%; 
		margin:auto; 
		padding-top:25px;
		padding-left:5px;
	}
	
	.pie_logo{
		width:100%; 
		color:#FFF; 
		/*border-right:#5c5c5c solid 1px;*/
	}

	.pie_menu, .pie_creditos{
		display:none;
	}
	
	.pie_renglon2{
		width:100%; 
		margin:auto; 
		padding-top:30px;
		padding-left:5px;
	}
	
	.pie_copy{
		width:100%; 
		color:#FFF; 
	}

		.contenedor_pie_whatsapp {
			display: inline;
			width: 100%;
			min-height: 30px;
			background-color: #25d366;
			position: fixed;
			bottom: 0px;
			padding: 5px;
			margin: auto;
			z-index: 9999;
		}
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers &amp; apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner &gt; .item.next,
    .carousel-fade .carousel-inner &gt; .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner &gt; .item.prev,
    .carousel-fade .carousel-inner &gt; .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner &gt; .item.next.left,
    .carousel-fade .carousel-inner &gt; .item.prev.right,
    .carousel-fade .carousel-inner &gt; .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}</pre></body></html>