.titulosformulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}
form {
	background-color: #F9F8F4;
	padding: 10px;
	height: 330px;
}


input {
	float: left;
	margin-bottom: 15px;
}
label {
	clear: both;
	float: left;
	width: 75px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0072A6;
	padding-left: 10px;
}
#tot #cont #formu {
	background-color: #F9F8F4;
	margin-top: 15px;
}
#tot #cont #formu #titformu {
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
	height: 20px;
	padding-top: 0px;
}
#tot   #cont   #formu   #nuevousuario    #submit  {
	background-image: url(imagenes/bg_crearusuario.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 121px;
	background-position: center center;
	background-color: #F9F8F4;
	float: right;
	margin-right: 18px;
	border: 1px solid #A6BE51;
	cursor: auto;
}


#tot #cont #formu #nuevousuario ul, li {
	clear: both;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#tot #cont #formu #nuevousuario #acceso {
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
	height: 20px;
	padding-top: 10px;
}
#tot #cont #copycontraseña a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00CCFF;
	text-decoration: underline;
}
#tot #cont #copycontraseña a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: none;
}

input, textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #0072A6;
	border-left-color: #0072A6;
}


input:focus, textarea:focus {
	background-color: #0072A6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0072A6;
	border-bottom-color: #0072A6;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

