* { -webkit-tap-highlight-color: transparent; -webkit-focus-ring-color: rgba(0,0,0,0); outline: none }
a, a:active, a:focus { outline: none !important; -webkit-tap-highlight-color: transparent !important }

body { background: #EAEDF1; width: 100% !important; padding: 0px; margin: 0px; height: 100%; float: left; font-family: "Nunito", sans-serif; background-size: 100%; color:#233052 }
#body_content { float: left; width: 100%; padding: 0%; margin: 0% }
#content { margin:4% 0% 0% }
#migas { padding: 4%; width: 92%; background: #fff }
#migas .section { color:#E7272D }
#migas .section span { color:#0153DE }

 /* preloader */
 #preloader { position: fixed; top:0; left:0; right:0; bottom:0; background: #fff; z-index: 100; }
 #loader { width: 100px; height: 100px; position: absolute; left:50%; top:50%; background: url(../img/loading.gif) no-repeat center 0; margin:-50px 0 0 -50px; background-size: 60% }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1366px)
	and (-webkit-min-device-pixel-ratio: 1) {
	  
	.cabecera a i { background-size: 40% !important }
	.listado-articulos .card-noticia img { height: 140px !important } 
	.listado-enlaces li a i { background-size: 40% !important }
	.listado-enlaces li { background-size: 7% }
	.listado-tramites li { background-size: 6% }
}