.estilo_seur_activo {
	color: orange !important;
}

.estilo_seur_activo_enviado {
	color: green !important;
}

.estilo_seur_inactivo {
	color: red !important;
}

form[name='configuracionf'] {
	border:1px solid rgba(128, 128, 128, 0.23);
	padding: 10px 40px;	
	width: 90%;
	overflow: hidden;
}

form[name='configuracionf'] h4 {
	border-bottom:1px solid rgba(128, 128, 128, 0.23);
}

form[name='configuracionf'] span {
	margin-left: 10px;
	display: inline-block;
	width: 20%;
}

form[name='configuracionf'] input{
	font-size: 12px;
	width: 20%;
}

form[name='configuracionf'] input[type='submit'] {
	display: block;
	background-color: rgba(128, 128, 128, 0.23);
	font-size: 14px;
	border-radius:5px;
	margin: 10px 0;
}

form[name='configuracionf'] input[type='submit']:hover {
	background-color: rgba(128, 128, 128, 0.3);
}

form[name='configuracionf'] .textoGuardadoOK {
	color: #008000; /*VERDE*/
	text-align: center;
}

form[name='configuracionf'] .textoGuardadoNOOK {
	color: #F00; /*ROJO*/
	text-align: center;
}

#InfoSeur {
	border:1px solid rgba(128, 128, 128, 0.23);
	background-color: rgba(128, 128, 128, 0.1);
	padding: 10px 40px;	
}

#InfoSeur .tituloInfoSeur {
	font-size: 14px;
	text-align: center;
}

#InfoSeur .textoInfoSeurOK  {
	color: #008000; /*VERDE*/
}

#InfoSeur > div {
	background-color: #FFF;
	border:1px solid rgba(128, 128, 128, 0.23);
	padding:5px;
}

#InfoSeur .estilo_ecbws, #InfoSeur .estilo_traza {
	background-color: rgba(128, 128, 128, 0.3);
	font-size: 14px;
	border-radius:5px;
	margin: 10px 5px;
}

#InfoSeur .textoCrearTxtTrazaOK {
	color: #008000; /*VERDE*/
	text-align: center;
}

#InfoSeur .textoCrearTxtTrazaNOOK {
	color: #F00; /*ROJO*/
	text-align: center;
}