.pageCover {
    background: url("https://static.moveon4.com/es-loyola/images/new_logo.jpg") no-repeat scroll 0 20px rgba(0, 0, 0, 0);
	padding-top: 90px;
    background-size: 30%;
    margin-top: 1px;
}
.wizardTitleBar {
    background: #f1f1f1;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
}

.vMenu > a > li {
    background-color: #023E83;
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid transparent;
    width: 170px;
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
    font-family: "Lucida Sans","Lucida Grande",sans-serif;
    font-weight: 700;
    color: white;
}

.addSection {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #023E83;
    height: 25px;
    color: #fff;
    border: 1px solid transparent;
    padding: 0px 5px 3px 25px;
    cursor: pointer;
    float: left;
    margin: 5px 0px 5px 1px;
    opacity: 1;
}

.loginBar{
	padding-top: 30px;
	
}
.pageCover h1 {
	color: #3E3E3B
}
.loginContainer:before{
	content: "Para poder realizar la solicitud es necesario registrarse en el sistema con tu e-mail de Loyola en la primera sesión."
}

.vMenu > a > li:hover, .active {
    background-color: #023E83;
    color: white;
    cursor: pointer;
}
button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #023E83; color: #white;
}
button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #023E83; 
	color:#fff;
}
button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #023E83;  color: #white;
	}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #023E83; 
	color:#fff;
	}
button[kind="save_button"], button[kind="submit_button"] {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #023E83; color: white;
}
button[kind="save_button"]:hover, button[kind="submit_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #023E83; 
	color:#fff;
}

.vMenu > a {
   color: #023E83;
}
.formHeader {
	color: #023E83;
}


*Language*/
#languageButtons li a {
	background-color:#023E83;
   
    display: block;
	
}
#languageButtons li a:hover {
    
	
	
    
}

    
li.currentLanguage {
    background-color:#023E83;
	color:white;
   
	border-bottom: #fff;
	
}
.wizardTitleBar{
	background: #023E83;
	color:#fff;
}

.progress-bar{
	background:#fff;
	color:#023E83;
	
}



