/*************************************
 * *	ESTILS PER ALS TAGS HTML, BODY i IMG
 * *************************************/

/* Defineixo estils per defecte al tag HTML i al tag BODY, default IMG, default FORM */
html{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:#FFFFFF;
}

body{
	margin:0px;
	padding:0px;
	background:#FFFFFF;
}

img{
	border:none;
}

form{
	margin:0px;
	padding:0px;
}
select { 
  font-family: Arial;
  font-size: 12px;
  color: #111111;
  background-color:#f6f6f6;
}
option { 
  font-family: Arial;
  font-size: 12px;
  color: #888;
  background-color:#f6f6f6;
}
.butoDPT {
	 font-size:15px;
        font-family:Arial;
        font-weight:bold;
        color:#111111;
        background:#40ae33;
        border:0px;
        width:100px;
        height:22px;
        cursor:  pointer;
}
label{
	line-height: 26px;
    margin: 0 0 6px 20px;
    width: auto;
    #float: left;
	display:block;
}
input[type=radio]{
	float: left;
    line-height: 26px;
    padding: 0;
    width: auto;
}

.transcicioBottom {
  height: 24%;
}

@layer grid {
  .row {
    flex-wrap: nowrap !important;
  }
}

