table.seluser{
	margin: auto;
	width: 900px;
	font-family: Arial;
	font-size: 14px;
}

table.seluser td.titulo{
	background-color: #3171c8;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border: 1px solid #5696f3;
}


table.seluser td.titulo2{
	background-color: #3171c8;
	padding: 5px;
	padding-top: 15px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	border: 1px solid #5696f3;
}

table.seluser td.campo{
	background-color: #ffffff;
	padding: 15px;
	vertical-align: top;
	color: #000000;
	border: 1px solid #cccccc;
}

table.seluser td.campo2{
	background-color: #ffffff;
	padding: 15px;
	text-align: center;
	vertical-align: top;
	color: #000000;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #777777;
}

select.selectuser{
	width: 750px;
}

button.botonedituser{
	width: 200px;
	padding: 10px;
	background-color: #091A31;
	color: #ffffff;
	border: 0px;
}

button.botonedituser:hover{
	background-color: #475264;
}

table.seluser2{
	margin: auto;
	margin-bottom: 30px;
	width: 900px;
	font-family: Arial;
	font-size: 14px;
}

table.seluser2 td.usuario{
	background-color: #ffffff;
	padding: 15px;
	vertical-align: top;
	color: #000000;
	border: 1px solid #cccccc;
}

table.formulario_registro{
	margin: auto;
	margin-bottom: 30px;
	width: 700px;
	font-family: Arial;
	font-size: 14px;
}

table.formulario_registro td.titulo{
	background-color: #3171c8;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border: 1px solid #5696f3;
}

table.formulario_registro td.campo{
	background-color: #ffffff;
	padding: 5px;
	vertical-align: top;
	color: #000000;
	border: 1px solid #cccccc;
}

table.formulario_registro td.campoverde{
	background-color: #00ff00;
	padding: 5px;
	vertical-align: top;
	text-align: center;
	color: #000000;
	border: 1px solid #cccccc;
}

table.formulario_registro td.camporojo{
	background-color: #ff0000;
	padding: 5px;
	vertical-align: top;
	text-align: center;
	color: #000000;
	border: 1px solid #cccccc;
}

table.formulario_registro td.status{
	background-color: #5191e8;
	padding: 10px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #5696f3;
}

input.input_registro_acceso{
	width: 500px;
}

input.input_registro_npartner{
	width: 80px;
}

button.boton_registro{
	width: 200px;
	padding: 10px;
	background-color: #091A31;
	color: #ffffff;
	border: 0px;
}

button.boton_registro:hover{
	background-color: #475264;
}
