
.hoyupd {
  color: #fff;
  background-color: #ECA235;
	-moz-border-radius: 0.3em; /*10px;*/
	-webkit-border-radius: 0.3em; /*10px;*/
	border-radius:  0.3em; /*10px;*/
	font-weight: bold;
    padding: 0.3em;
}
.hoy {
  color: #fff;
  background-color: #ECA235;
	-moz-border-radius: 0.3em; /*10px;*/
	-webkit-border-radius: 0.3em; /*10px;*/
	border-radius:  0.3em; /*10px;*/
    height: 3.5em; /*2.5em;*/
    padding: 0.3em;
}
.nohoy {
  color: #fff;
  background-color: #54B1DF;
	-moz-border-radius: 0.3em; /*10px;*/
	-webkit-border-radius: 0.3em; /*10px;*/
	border-radius:  0.3em; /*10px;*/
    height: 3.5em; /*2.5em;*/
    padding: 0.3em;
}
.icclogo_lf {
	width: 140px;
	height: 100px;
	float: left;
    padding: 0.5em;
	/*margin-bottom: 1em;*/
	background:url(../../ControlDocs/images/iccatmini.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.icclogo_rg {
	width: 160px;
	height: 120px;
	float: right;
	/*margin-bottom: 1em;*/
        padding: 0.5em;
	background:url("../../ControlDocs/images/tuna.jpg");
	background-repeat:no-repeat;
	background-size:contain;
}
.simplescrollup__button {
                position: fixed;
                bottom: 3rem;
                right: 3rem;
                transition: 1s all;
                z-index: 10000;
}
.simplescrollup__button--show {
        transform: translateX(0);
}
.simplescrollup__button--hide {
                transform: translateX(100px);
}
li:nth-child(odd) { 
  background-color: #F2F0EB; 
}
.formulario-fijo {
    position: sticky;
    top: 0;
    background-color: White; 
    z-index: 2;
}

    .regfiltro {
        background-color: #D4CFCD;
        padding: 0.5em;
        border-radius: 0.5em;
        max-width: 100%;
        margin: 0 auto;        
    }  
  .separador {
    margin-right: 20px;
}
