
/*! --- FORM --- */
#registroForm_Wrapper .headerMenu {
	width: 100%;
	text-align: center;
}

.headerMenu a.matricula {
	padding: 5px 15px;
	font-size: 1.15em !important;
	border-color: #2096f0 !important;
	background: #2096f0 !important;
	color: #fff !important;
	font-weight: 300;
}

.headerMenu a.matricula:hover {
	background: #000 !important;
	border-color: #000 !important;
}

.headerMenu a.contribuciones {
	padding: 5px 15px;
	font-size: 1.15em !important;
	font-weight: 300;
	background: #7a89c9 !important;
	color: #fff !important;
	border-color: #7a89c9 !important;
}
.headerMenu a.contribuciones:hover {
	background: #000 !important;
	border-color: #000 !important;
}

.imgHolder {
	float: left;
	width: 100px;
	height: 100px;
	border: solid 1px #ccc;
	background: #fff url(../avatars/default.jpg) no-repeat center center;
	background-size: cover;
/* 	overflow: hidden; */
}

.imgHolder img {
	width: 100%;
	height: auto;
}

.usu_nombre ,
.usu_apellidos ,
.usu_email ,
.usu_direccion ,
.usu_poblacion ,
.usu_cv ,
.usu_provincia ,
.usu_institucion ,
.usu_departamento,
.usu_telefono ,
.usu_movil ,
.usu_cp ,
.usu_pais,
.usu_password_new{
	width: 98%;
}

.usu_cv {
	width: 100%;
	height: 200px;
}

#usuariosLogin_Wrapper .login {
	width: 320px;
	margin: 0 auto;
	text-align: center;
	color: #777;
}

#usuariosLogin_Wrapper .login input[type="text"],
#usuariosLogin_Wrapper .login input[type="password"]{
	width: 100%;
	text-align: center;
}
#usuariosLogin_Wrapper .login .cellTitle{
	font-family: 'Montserrat';
	font-size: 1.5em;
}