img {
	border: 0;
	vertical-align: middle;
}

#contenedorRegistro {
	font-family: tahoma;
	font-size: 13px;
	width: 400px;
}

#contenedorRegistro th h1 {
	margin: 0;
}

#contenedorRegistro label {
	color: #3A3A3A;
	font-size: 11px;
	font-weight: bold;
}

#contenedorRegistro h3 {
	padding-bottom: 8px;
	font-size: 17px;
	font-family: tahoma;
	color: black;
	font-weight: bold;
	border-bottom: 1px solid silver;
	text-align: center;
}

#contenedorRegistro p {
	font-family: verdana;
	text-align: justify;
}

#contenedorRegistro .text {
	border: 1px solid #999;
	color: #444;
	font-size: 13px;
	font-family: tahoma;
	height: 20px;
	line-height: 20px;
}


#tabla {
	width: 100%;
	padding: 5px;
}

/* IE FIX */
#td_pie {
	color:red;
	font-size:11px;
	font-family: verdana;
	font-weight: bold;
}

html>body #td_box {
	height: auto;
	min-height: 20px;
}

/* Donde están los botones Volver y Registrarse */
#td_botonera {
	border-top:1px solid silver;
}

/* Cuando el formulario valida, muestra el mensaje de cargando */
#td_botonera b {
	color: green;
}