<button kind="previous_button" type="button">Tornar enrere</button>
button[kind="Tornar enrere"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #007bc0;
    padding-left: 20px;
}


body {
     background:  white;
    color: #333;
	font-family: Arial,Helvetica,sans-serif;
	}
	
.pageHeader {
    background: linear-gradient(to bottom, #90292A 0%, #90292A 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 71px;
	margin: 92px auto 0;
    border-top:  0.5px dotted #fc0;
	}

	.logo {
  background: white url("https://www.urv.cat/media/upload/imatges/Internacional/new-portal/urv-bandera-colorb.png") no-repeat center center;
  background-size: contain;
  width: 220px;        /* Ajustable segons mida desitjada */
  height: 60px;        /* Ajustable segons proporció del logo */
  border-radius: 8px;
  opacity: 0.95;       /* Fa que sigui una mica translúcid */
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 10;         /* Assegura que estigui per sobre d’altres elements */
}

	
.pageCover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
 padding-top: 10px;
}	
.wizardTitleBar {
    margin-top: -56px;
    overflow: visible;
    position: absolute;
  background: none repeat scroll 0 0 transparent;
   color: white;
   padding: 0;
}
.pageContent {
    overflow: visible;
	padding: 0 0 60px;
	border: medium none;
	}
.pageContainer {	
	width: 940px;
}

.loginBar {
    padding: 14px 0 4px 2px;
	border-bottom: 1px dotted #ccc;
	position: absolute;
}

.progress-bar {
    margin: 50px 16px 0 0;
	top: -50px;
}
.blue span {
    background-color: #b46179;
}
#progressLabel {
    color: #333;
}


#languageButtons {
    top: -160px;
}
li.currentLanguage {
    background: none repeat scroll 0 0 transparent;
    color: #231F20;
}
#languageButtons li  a:hover{
text-decoration:underline;
color: #231F20;
}
#languageButtons li a {
    color: #231F20;
}

.formContainer {
    width: 738px;
}

.formHeader {
    border-bottom: none;
    color: #333;
}

.formContainer .statusContainer {
top: 10px;
    width: 693px;
}

.formContainer fieldset > legend, .searchBox .searchHeader {
    background: none repeat scroll 0 0 #fff;
	 color: #90292A;
}
.vMenu > a > li:hover, .active {
    background-color: #90292A;
    color: white;
	}
.menuContainer {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
	 border-radius: 10px;
	 width: 181px;
}
.vMenu > a > li {
 border-bottom: solid 1px #e0e0e0;
width: 142px;
}

.vMenu > a {
    color: white;
}
.vMenu > a > li.complete {
    background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 158px 8px #b46179;
    color: #fff;
}
.vMenu > a > li.complete:hover, .vMenu > a > li.complete.active {
    background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 158px 8px #90292A;
	color: white;
	}
	
button[kind="save_button"] {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #b46179;
	}
	button[kind="save_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #90292A;
	}
	
button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #b46179;
	}
	button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #90292A;
	}


button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #b46179;
	}
	button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #90292A;
	}
input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #b46179;
}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #90292A;
}
.addSection {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #90292A;
}


.pageFooter {
 background: url("https://static.moveon4.com/es-rovira-virgili/images/footer.png") repeat-x white;
 color: white;
 width: 100%;
  padding: 30px 10px;
 }


