@charset "utf-8";
/* CSS Document */
.mod_usuarioRegistro {}
.mod_usuarioRegistro.pad { padding: 10px; }


.mod_usuarioRegistro  table.form .campos {
	color: inherit;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.mod_usuarioRegistro  table.form td { padding: 3px; 
}
.mod_usuarioRegistro  table.form label  {
	font-weight: bold;
	color: #666;
	
}
.mod_usuarioRegistro  table.form   .idiomas{
	height: 50px;
	overflow: auto;
	padding: 4px;
	border: 1px solid #CCC;
}
.mod_usuarioRegistro  table.form   .idiomas span{
	display: block;
	width: 30%;
	float: left;
	height: 19px;
	overflow: hidden;
	margin-left: 6px;
	}
.mod_usuarioRegistro  table.form .tweet { margin-left: 5px; 
}
.mod_usuarioRegistro  .boton {
	background-color: #3D5876;
	color: #FFF;
	border: 1px solid #223142;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 0px;
	cursor: pointer;
}

.mod_usuarioRegistro h2 {
	color: #27699D;
	line-height: 22px;
	font-size: 18px;
}
.mod_usuarioRegistro p {
	margin-top: 10px;
	margin-bottom: 10px;
}