/* General */
@import url('https://fonts.googleapis.com/css2?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
html { height:100%; }
*, *:after, *:before {
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
 padding:0;
 margin:0;
}
body {
 font:14px 'Muli', 'CenturyGothic', sans-serif !important;
 background-color:#fefefe;
 font-weight:400;
 color:#363636;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
}
a {
 border-bottom:1px dotted #676767;
}
a:hover {
 border-bottom:1px dotted #000;
}
/* MiFonamad */
.campo, .boton, .evento {
 font:12px 'Muli', 'CenturyGothic', sans-serif !important; 
}
p.evento {
 text-align:justify;
 padding:12px 24px;
 line-height:16px;
}
/* Galerķas */
.pie { font-size:10px 'Muli', 'CenturyGothic', sans-serif; }
/* Botones */
.btn {
 display:inline-block;
 min-width:80px;
 margin:16px 8px;
 padding:12px 16px 14px;
 background:#8ba43d;
 color:#fff;
 font:700 14px/1 'PT Sans', sans-serif !important;
 text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
 -webkit-border-radius:6px;
 -moz-border-radius:6px;
 border-radius:6px;
 -webkit-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.2);
 -moz-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.2);
 box-shadow:1px 2px 3px 0 rgba(0,0,0,0.2), inset 0 -6px 12px rgba(0, 0, 0, 0.2);
 text-decoration:none;
 cursor:pointer;
}
.btn:hover { background:#608030; }
.btn.ico {
 position:relative;
 padding-right:42px;
}
.btn.icoi {
 position:relative;
 padding-left:42px;
}
.btn.ico:before, .btn.icoi:before {
 position:absolute;
 top:0;
 display:block;
 width:32px;
 padding:12px 0 14px;
 font-family:FontAwesome;
 text-align:center;
 -webkit-border-radius:0 6px 6px 0;
 -moz-border-radius:0 6px 6px 0;
 border-radius:0 6px 6px 0;
 background:rgba(0, 0, 0, 0.16);
}
.btn.ico:before {
 right:0;
}
.btn.icoi:before {
 left:0;
}
.b_pdf:before { content:'\f019'; }
.b_foto:before { content:'\f093'; }
.b_edit:before, #b_edit2:before { content:'\f0c7'; }
