body {
    font: 12px "Verdana" , sans-serif;
    height: 92%;
    color:#4a4a4a;
    text-align: justify;
  }


h1 {
    text-align:center;
    margin-bottom:25px;
    font-size : 18px;
    color:#646464;
  }


h2 {
    color : #F19400;
    font-size : 14px;
    text-align : left;
  }


h3 {
    color : #700091;
    font-size : 12px;
    font-weight: bold;
    margin-bottom: 0px;
  }


a {
    color:#4a4a4a;
    text-decoration: none;
  }


a:hover {
    text-decoration: underline;
    color : #F19400;
  }


ul {
    margin-left: 0px;
    list-style-type: disc;
    padding-left:20px;
  }


.legal {
    font-size : 10px;
    text-align: left;
    color:#888888;
  }


.legal a {
    color:#888888;
  }


.menuEsq {
    width:210px;
    margin-top:20px;
    background: url("../imatges/enq/esq_sup.jpg") no-repeat ;
    text-align: left;
    
  }

.menuEsq > div{
	padding-top:1px;
	margin-left:7px;
	width:194px;
}

.fons {
    background : url('../imatges/fonscorporatiu2.jpg') no-repeat bottom right;
  }
  
.fons td:last-child{
	padding-left:30px;
	padding-right:15px;
}
  
/* ---------FORMULARIS -------------------- */

label{
	display: block;
	font-weight: bold;	
}

input, textarea{
	border: 1px solid  #cecece;
	padding: 1px 3px 1px 3px ;
	color:#700091;
	background: none;
			
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}

input:focus, textarea:focus{
	background:#FFFFFF;
	border: 1px solid #700091;
}

	/* BOTO */
input[type="submit"]{
	cursor: pointer;
}
input[type="submit"]:hover{
	color: #FFFFFF;
	background: #700091;
	border: 1px solid  #700091;
}
	/* ^^^ BOTO ^^^ */
	

form.entrat{
	margin:auto;
	width:  400px;
	
}

.alertObligatori{
	position: absolute;
	width: auto;
	color:#ca2424;
	visibility: hidden;
	background: #ffffff;
}

.campObligatori{
	background: #F19400;
}

.protecDades{
    font-size : 10px;
    text-align: justify;
}

#miss{
	background: #F19400;
	color : #700091;
	margin-left: 25px;
    padding:4px;
    visibility: hidden;
    
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;    
}

.imatgeArticle{
	position: relative;
	float: left;
	margin-right: 25px;
	margin-bottom:20px;
	
}

.taulaPreus tbody tr td:last-child{
	font-weight: bold;
}

.taulaPreus thead tr{
	color : #700091;
	font-weight: bold;	
}

.taulaPreus td:last-child{
	padding-left:1px;
	padding-right:1px;
}
