<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		
		html, body {
		  height: 100%;
		  margin: 0;
		}
		.wrapper {
		  min-height: 100%;
		
		  /* Equal to height of footer */
		  /* But also accounting for potential margin-bottom of last child */
		  margin-bottom: -120px;
		}
		.footer,
		.push {
		  height: 120px;
		}
		
		
		#logo{margin-top:-50px; margin-bottom:-20px;}
  		.intro{padding:10px; color: #fff; font-size:22px; line-height:22px; margin-top:0px;}
		
		.envia_quejas{font-family: 'Oswald-Regular', sans-serif; color:#fff;}
    	.btn-envia{padding:10px; font-size:24px; line-height:40px; vertical-align:middle; height:40px;}
		.btn-rs{ float:left; display:table; height:40px; color:#fff; font-size: 14px !important \9;padding: 3px 6px; font-size:18px !important; line-height: 18px;}
		.btn-rs:hover{ color:#FFFF00}
		.btn-rs img{display:table-cell; float:left; height:40px;}
		.btn-rs .small{ font-family: 'Helvetica', Arial, san-serif; font-size:12px;}
		.icono{ margin:5px 5px 5px 10px;}
		.btn-rs div{ display:table-cell; text-align:left; vertical-align:middle; height:40px;}
		
		#municipios{text-align:center; font-family: 'Oswald-Regular', sans-serif; margin-top:30px; text-transform:uppercase;}
		#municipios .btn{ margin-bottom:5px;}
		.reporte{ border-top: solid thick #ddd; padding:15px;}
		.tipo{ font-weight:bold; text-align:right;}
		.reporte .row{padding:5px 0px;}
		.reporte .row:nth-child(2) {
			background: #f8f8f8;
		}
		
		@-moz-document url-prefix() { 
  			.btn-rs {font-size: 14px !important;}
		}
		
		/*RIEL*/
		.riel {position:relative; width: 100%; overflow:hidden; float:left; height:150px; margin-top:15px;}
		.riel .hub{float:left; margin-right:10px; cursor:pointer; position:relative; background:#000; height:150px; width:250px;}
		.riel .imagen_riel{position:relative; max-width:100%; z-index:100;}
		.riel .imagen_riel img{width:auto; max-width:100%; opacity:.3; margin:auto; }
		.riel .imagen_riel:hover img{ opacity:.6}
		
		/* Caption */
		.ic_container {vertical-align:baseline; position:relative;}
		.gd .ic_caption { 
			margin:0px; 
			padding:0px 2.5%;
			width:100%; 
			cursor:default; 
			-moz-user-select: none;
			-webkit-user-select: none;
			-ms-user-select: none;
			position:absolute;
			bottom:10px;
			z-index:101;}
		.riel .titulo_btn_riel{ font-size:24px; line-height:24px; font-weight:bold; color:#fff;}
		.riel a{float:left;}
		
		/*Responsive Table*/

		table#miyazaki { 
		  margin: 0 auto;
		  border-collapse: collapse;
		  font-weight: 100; 
		  background: #ccc; color: #000;
		  text-rendering: optimizeLegibility; 
		}
		
		
		table#miyazaki thead th { font-weight: 600; }
		table#miyazaki thead th, table#miyazaki tbody td { 
		  padding: .8rem; font-size: 1.4rem; 
		}
		
		table#miyazaki tbody td { 
		  padding: .8rem; font-size: 1.4rem;
		  color: #000; 
		}
		
		table#miyazaki tbody tr:not(:last-child) { 
		  border-top: 1px solid #ddd;
		  border-bottom: 1px solid #ddd;  
		}
		
		@media screen and (max-width: 600px) {
		  table#miyazaki caption { background-image: none; }
		  table#miyazaki thead { display: none; }
		  table#miyazaki tbody td { 
			display: block; padding: .6em; 
		  }
		  table#miyazaki tbody tr td:first-child { 
			background: #000; color: #fff; 
		  }
			table#miyazaki tbody td:before { 
			content: attr(data-th); 
			font-weight: bold;
			display: inline-block;
			width: 12em;  
		  }
		}
		
		@media (max-width: 1199px) {
			#logo{margin-top:-35px; margin-bottom:-35px;}
			.intro{font-size:18px;}
			.btn-rs{font-size:14px !important;}
			.btn-envia{ font-size:20px; line-height:20px;}
			.icono{margin: 3px 3px 3px 3px;}
			}

		@media (max-width: 991px) {
			#logo{margin-top:-70px; margin-bottom:-35px;}
			.btn-rs div{ display:none;}
			.iconos{ text-align: center;}
			}
		
		@media (max-width: 767px) {
			.tipo{text-align:left;}
			.btn-rs{padding: 3px;}
			}
			
		@media (max-width: 575px) {
			}
			
/*AGREGADOS*/

.ic_caption{ pointer-events: none; }
a:hover{ text-decoration:none;}

.col-xs-12{
	padding-right: 0px; 
	padding-left: 0px;
}
</pre></body></html>