:root {
	--Azul1: #D9E1F2;
	--Azul2: #B4C6E7;
	--Azul3: #8EA9DB;
	--Azul4: #4472C4;
	--Azul5: #305496;
}

body {
	background-color: var(--Azul1);
}

h1, h2, h3 {
	text-align: center;
}

.formulario_registro {
	background-color: var(--Azul2);
	padding: 20px;
	vertical-align: middle;
}

.formulario_registro table {
	margin: 0 auto;
}

.formulario_registro input, label {
    display: block;
}

.error {
	color: maroon;
}

table {
	margin: 10px 5px;
	border-radius: 10px;
}

table caption {
	font-size: 18px;
	font-weight: bold;
}

th, td {
	padding: 5px 10px 5px 10px;
	border: 0px solid var(--Azul3);
}

td {
	text-align: center;
}

.tabla_registro {
	
}

.tabla_plataformas img {
	max-height: 200px;
	margin: 5px;
}

.tabla_crm img {
	max-height: 100px;
	margin: 5px;
}

.tabla_servicios img {
	max-height: 100px;
	margin: 5px;
}
