@charset "UTF-8";
/*!
 * poncho@dels v0.1 
 * Copyright 2016
 * Ministerio de Salud de la Nación Argentina
 * Licenciado bajo MIT (https://github.com/argob/poncho/LICENSE)
 */
/* Resources */

/*a[href^="https://"] {
    position: relative;
}
a[href^="http://"] {
    position: relative;
}
a[href^="http://"]:after, 
a[href^="https://"]:after {
  content: "\f08e";
  font-family: FontAwesome;
  position:absolute;
  margin-left: 5px;
  font-size: 50%;
}
.social-share a[href^="http://"]:after,
.social-share a[href^="https://"]:after{
	display:none;
}

a[href*="salud.gob.ar"],a[href*="msal.gob.ar"], a[href*="msal.gov.ar"]:after {
    content: "";
}*/

/* Poncho patches*/
fieldset.collapsible > legend.panel-heading{
    min-height: auto !important;
}

html {
     overflow-x: visible;
}

.highlighted.jumbotron {
	min-height:auto;
}

.highlighted.jumbotron section {
	padding:0;
}
.highlighted.jumbotron p {
	margin:0;
}

.breadcrumb>li {
	display: inline;
}

article .tabs--primary {
	margin-top:0px;
}


.listado-de-categorias { 
}

/* end poncho patches */

#block-views-site-logo-block-block {
   padding: 0 !important;
   margin: 0 !important;
}

.region-header1 section {
   padding:11px 0px;
}
.region-header1 section a.img-responsive{
   display:inline-block;
   padding-right:5px;
}


.inline-block {
    display: inline-block;
}

/* header */ 
.region-header section { 
   padding:0px; 
   background-color:blue;
}

.poncho-shortcut-logos div.panel-heading {
   background-size: contain;
   background-repeat: no-repeat;
   background-origin: content-box;
} 
