﻿.CUR_sos
{
}
.CUR_titol {
	font-weight:bold;
	font-size:2.5em;
	color:var(--color2);
    text-transform:uppercase;
    padding-bottom:30px;
}
.CUR_texte
{
	text-align:justify;
}
.CUR_tabla
{
	width:100%;
    text-align:left;
}
.CUR_tabla th
{
	display:none;
}
.CUR_tabla td
{
	padding-right:1em;
	padding-bottom:0.4em;
	padding-top:0.3em;
	background-image:url(/imas/general/punts.png);
	background-position:bottom center;
	background-repeat:repeat-x;
}
.CUR_tabla a::before
{
    content:'»';
    font-family:FiraSans-SemiBold;
    font-size:1em;
    padding-right:5px;
}
.CUR_tabla a:hover
{
    font-family:FiraSans-SemiBold;
    color:var(--color1b);
}
.CUR_tabla3
{
	width:95%;
}
.CUR_tabla3 th
{
	padding-right:1em;
	padding-bottom:0.4em;
	padding-top:0.3em;
	background-image:url(/imas/general/punts.png);
	background-position:bottom center;
	background-repeat:repeat-x;
}
.CUR_tabla3 td
{
	padding-right:1em;
	padding-bottom:0.4em;
	padding-top:0.3em;
	background-image:url(/imas/general/punts.png);
	background-position:bottom center;
	background-repeat:repeat-x;
}

.CUR_subtitol
{
	font-weight:bold;
	text-decoration:underline;
	display:inline-block;
}
.CUR_subtitol2
{
	text-decoration:underline;
}
.CUR_subtitol3
{
	font-weight:bold;
	display:inline-block;
	color:var(--color1);	
	text-decoration:underline;	
}
.CUR_subtexte
{
	padding:15px;
	padding-left:30px;
	text-align:justify;
}
.CUR_patrocini
{
	display:block;
}
.CUR_tabla2
{
    display:grid;
    overflow:auto;
    max-width:886px;
    max-height:calc(100vh - 100px);
    font-size:0.9em;
}
.CUR_tabla2 th
{
	padding:0.3em;
	padding-left:0.5em;
	padding-right:0.5em;
    position:sticky;
    top:0px;
    background-color:#000;
    color:#fff;
    box-shadow:0px 0px 0px 1px #fff inset;
}
.CUR_tabla2 td
{
	padding:0.3em;
	padding-left:0.5em;
	padding-right:0.5em;
	background-color:#f5f5f5;
    box-shadow:0px 0px 0px 1px #fff inset;
}
.CUR_tabla2center
{
	text-align:center;
}
.CUR_tabla2 td.fixed1, .CUR_tabla2 th.fixed1, .CUR_tabla2 td.fixed2, .CUR_tabla2 th.fixed2, .CUR_tabla2 td.fixed3, .CUR_tabla2 th.fixed3 {
    min-width: 76px;
    max-width: 76px;
    box-sizing: border-box;
    position:sticky;
    z-index:1;
    background-color:#ddd;
}
.CUR_tabla2 th.fixed1, .CUR_tabla2 th.fixed2, .CUR_tabla2 th.fixed3 {
    background-color:#000;
    color:#fff;
    z-index:2;
    top:0px;
}
.CUR_tabla2 td.fixed1, .CUR_tabla2 th.fixed1 {
    right:152px;
}
.CUR_tabla2 td.fixed2, .CUR_tabla2 th.fixed2 {
    right:76px;
}
.CUR_tabla2 td.fixed3, .CUR_tabla2 th.fixed3 {
    right:0px;
}
.CUR_tabla2 thead tr th {
  position:sticky;
  top:0;
}
.CUR_espaciotd
{
	padding-right:2em;
}
.CUR_label
{
	display:inline-block;
	width:7em;
	text-align:right;
}
.CUR_label1
{
	display:inline-block;
	width:9em;
	font-weight:bold;
	text-align:left;
}
.CUR_label2
{
	display:inline-block;
	width:9em;
	font-weight:bold;
	text-align:left;
}
.CUR_label3
{
	display:block;
	font-weight:bold;
	text-align:left;
}
.CUR_tab
{
	display:block;
	margin-left:3em;
	line-height:1.5em;
}
.CUR_formlabel
{
	display:block;
	text-align:left;
	padding-top:0.5em;
}
.CUR_calendari
{
	width:64em;
	text-align:center;
	font-size:0.8em;
}
.CUR_calendaritd1
{
	text-align:left;
	width:6em;
}
.CUR_calendariTitol
{
	text-align:center;
	font-weight:bold;
	display:block;
	padding-top:1em;
	width:50em;
}
.CUR_negrita
{
	font-weight:bold;
}
.CUR_labelRojo
{
	color:Red;
	font-size:0.85em;
}
.CUR_margenIzq
{
	padding-left:2em;
}
.CUR_tablaRecursos td
{
	padding-right:2em;
}
.CUR_aportara
{
	display:inline-block;
	padding-left: 319px;
	font-weight:bold;
}
.CUR_recursos
{
	font-weight:bold;
}
.CUR_boton
{
	display:inline-block;
	margin:0em;
	padding:0.3em;
	padding-left:1em;
	padding-right:1em;
	border:1px solid var(--color1);
	color:var(--color1);
}
.CUR_HIDE
{
	display:none;
}
.w15 {
    width:15em;
}
@media (max-width: 760px) {
    .CUR_label {
        display: block;
        width: auto;
        text-align: left;
    }
    .w15 {
        width:100%;
    }
    .CUR_tabla2
    {
        display:grid;
        overflow:auto;
        width:calc(100vw - 85px);
        width:calc(100vw - 40px);
    }
}