
/***********************************************/
/* Estils posteriors, Ctrlz Edu			       */
/***********************************************/ 

div.cercaAvancada{
	border:1px solid;
    background-color:white;
	width:500px;
	margin-left:30px;
	display:none;
	padding:10px;
}
div.cercaAvancada span{
	display:inline-block;
	padding-top:0;
	margin-top:0;
	vertical-align:top;
	width:150px;
}
div.cercaAvancada span.submit{
	text-align:right;
	display:inline;	

}
div.cercaAvancada input{
	display:inline;
}
input.reset{
	display:inline;
	border:0;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 11px; /*62.5%;  Resets 1em to 10px */
	background-color:#fff;
	width:120px;
	text-decoration:underline;
	font-weight:normal;
	color: blue;
	cursor:pointer;
	padding:0;
}

